Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / animations / additive-transform-animations-expected.html
blob1b5d69070ffc461e47a91929c74ad51d029c65e6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 .box {
6 height: 100px;
7 width: 100px;
8 background-color: blue;
11 #box {
12 transform: rotate(90deg) translate(100px, 0);
14 </style>
15 </head>
16 <body>
18 <div class="box" id="box"></div>
19 <div id="result">
20 PASS - "webkitTransform" property for "box" element at 1s saw something close to: 0,1,-1,0,0,100
21 </div>
23 </body>
24 </html>