Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>