Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
css
/
css-grid-line-names-crash.html
blob: 555ba20890635f6143584ecd40c9168c27b83821 [
file
] [
log
] [
blame
] [
edit
]
<style>
body
{
transition-delay
:
1ms
;
grid-template-rows
:
0
[
a
];
}
</style>
<script>
onload
=
()
=>
{
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
()
document
.
styleSheets
[
0
].
insertRule
(`
body
{
font
-
size
:
0
;
}`);
};
</script>