Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
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>