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

Side by Side Diff: LayoutTests/animations/missing-values-last-keyframe-expected.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css" media="screen"> 4 <style type="text/css" media="screen">
5 body { 5 body {
6 margin: 0; 6 margin: 0;
7 } 7 }
8 8
9 .box { 9 .box {
10 position: relative; 10 position: relative;
(...skipping 15 matching lines...) Expand all
26 } 26 }
27 #indicator2 { 27 #indicator2 {
28 top: 100px; 28 top: 100px;
29 } 29 }
30 30
31 #box1 { 31 #box1 {
32 left: 100px; 32 left: 100px;
33 } 33 }
34 34
35 #box2 { 35 #box2 {
36 -webkit-transform: translateX(100px); 36 transform: translateX(100px);
37 } 37 }
38 38
39 </style> 39 </style>
40 </head> 40 </head>
41 <body> 41 <body>
42 <!-- In the pixel result, you should see two vertically adjacent green squares . There should be no red. 42 <!-- In the pixel result, you should see two vertically adjacent green squares . There should be no red.
43 Test is only reliable when run in DRT. --> 43 Test is only reliable when run in DRT. -->
44 <div class="indicator" id="indicator1"></div> 44 <div class="indicator" id="indicator1"></div>
45 <div class="indicator" id="indicator2"></div> 45 <div class="indicator" id="indicator2"></div>
46 46
47 <div class="box" id="box1"></div> 47 <div class="box" id="box1"></div>
48 <div class="box" id="box2"></div> 48 <div class="box" id="box2"></div>
49 49
50 <div id="result"> 50 <div id="result">
51 PASS - "left" property for "box1" element at 1.5s saw something close to: 10 0<br> 51 PASS - "left" property for "box1" element at 1.5s saw something close to: 10 0<br>
52 PASS - "webkitTransform.4" property for "box2" element at 1.5s saw something close to: 100 52 PASS - "webkitTransform.4" property for "box2" element at 1.5s saw something close to: 100
53 </div> 53 </div>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « LayoutTests/animations/missing-values-last-keyframe.html ('k') | LayoutTests/animations/negative-delay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698