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