Sign in
webkit
/
WebKit
/
897c8e252a4a2dd858017139be422cb6359cd9d7
/
.
/
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>