Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
transitions
/
interrupted-transition-hardware-expected.html
blob: ff73df0b5db2e6810464b908d8bc313d5a8fd6dc [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
position
:
absolute
;
left
:
0
;
top
:
0
;
height
:
100px
;
width
:
100px
;
transform
:
translateX
(
25px
);
background-color
:
green
;
}
</style>
</head>
<body>
<div
id
=
"cover"
></div>
</body>
</html>