haikuwebkit/LayoutTests/animations/shadow-host-child-change-ex...

19 lines
379 B
HTML

<!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>