Sign in
webkit
/
WebKit
/
c6a7a2f378a60ecad2c606428f6fc0921528b1a6
/
.
/
LayoutTests
/
imported
/
blink
/
svg
/
custom
/
lazy-attach-use-expected.html
blob: ad6c7209021e723eebd58f9ae5a2b30a16d979a6 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<html>
<body>
Test for crbug.com/279434: This test passes if there is a green square below.
<br/>
<div
id
=
"container"
>
<svg
width
=
"100"
height
=
"100"
>
<rect
width
=
"100"
height
=
"100"
fill
=
"green"
/>
</svg>
</div>
</body>
</html>