Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
shadow-dom
/
svg-linear-gradient-dynamic-update-href-in-shadow-tree-expected.html
blob: 7d7221a35fec313dfc18e56c8156c059e87d226c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<style>
#
host
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<body>
<p>
Test passes if you see a single 100px by 100px green box below.
</p>
<div
id
=
"host"
></div>
</body>
</html>