Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
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>