blob: 3e1d363058f1378aeb45e94389517410359a4010 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<title>Validates rendering of an animated element with jump-start in the before phase</title>
<style type="text/css" media="screen">
body {
margin: 0;
}
#target {
height: 100px;
width: 100px;
margin: 0;
background-color: green;
transform: translateX(100px);
}
</style>
<body>
<div id="target"></div>
</body>
</html>