Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/LayoutTests/animations/additive-transform-animations-expected.html

Issue 1768043002: Rewrite the additive-transform-animations test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/additive-transform-animations.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <style>
3 <head> 3 .box {
4 <style type="text/css"> 4 height: 100px;
5 .box { 5 width: 100px;
6 height: 100px; 6 background-color: blue;
7 width: 100px; 7 }
8 background-color: blue;
9 }
10
11 #box {
12 transform: rotate(90deg) translate(100px, 0);
13 }
14 </style>
15 </head>
16 <body>
17 8
9 #box {
10 transform: rotate(90deg) translate(100px, 0);
11 }
12 </style>
18 <div class="box" id="box"></div> 13 <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>
22
23 </body>
24 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/additive-transform-animations.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698