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

Side by Side Diff: LayoutTests/animations/keyframe-multiple-timing-functions-transform.html

Issue 764703002: Support unit-less lengths for white-list of properties only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: min-width/height still accepts unitless lengths Created 5 years, 11 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 <html> 2 <html>
2 <head> 3 <head>
3 <style type="text/css"> 4 <style type="text/css">
4 #box { 5 #box {
5 position: relative; 6 position: relative;
6 height: 100px; 7 height: 100px;
7 width: 100px; 8 width: 100px;
8 margin: 20px; 9 margin: 20px;
9 background-color: red; 10 background-color: red;
10 transform: translateZ(0); 11 transform: translateZ(0);
(...skipping 27 matching lines...) Expand all
38 // pixel test image has to have 1.0 opacity. 39 // pixel test image has to have 1.0 opacity.
39 var doPixelTest = true; 40 var doPixelTest = true;
40 runAnimationTest(expectedValues, null, null, null, doPixelTest); 41 runAnimationTest(expectedValues, null, null, null, doPixelTest);
41 </script> 42 </script>
42 </head> 43 </head>
43 <body> 44 <body>
44 <div id="box"></div> 45 <div id="box"></div>
45 <div id="result"></div> 46 <div id="result"></div>
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698