Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
css
/
stylesheet-layout-with-pending-paint.html
blob: cf687964e26f0cee752b6957205f35e4132bd565 [
file
] [
log
] [
blame
]
<body>
<script>
document
.
write
(
"<link rel=stylesheet href='data:text/css,div{color:green}'>"
);
document
.
body
.
offsetWidth
;
</script>
<div>
PASS
</div>