Sign in
webkit
/
WebKit
/
71834eddd7ce860e058d7cdd0663754b7242ed03
/
.
/
LayoutTests
/
animations
/
shadow-host-child-change-expected.html
blob: a4f7952b5b76064e8fab69c7aecc1bc8264339a6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
app-content
{
display
:
block
;
width
:
100px
;
height
:
100px
;
background
:
green
;
transform
:
translateX
(
100px
);
}
</style>
</head>
<body>
<app-content
id
=
target
>
new text
</app-content>
</body>
</html>