Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-grid/fieldset-first-line-crash.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset="utf-8">
<style>
*::first-line { }
.a {
display: inline-grid;
}
</style>
<fieldset class="a">