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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/matrix-with-zoom.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 zoom: 1.2; 5 zoom: 1.2;
6 padding: 0; 6 padding: 0;
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 .box { 10 .box {
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 </head> 55 </head>
56 <body onload="runTest();"> 56 <body onload="runTest();">
57 57
58 <!-- You should see green box only. If you see red, the test has failed --> 58 <!-- You should see green box only. If you see red, the test has failed -->
59 59
60 <div id='a' class="box translate"></div> 60 <div id='a' class="box translate"></div>
61 <div id='b' class="box matrix"></div> 61 <div id='b' class="box matrix"></div>
62 62
63 </body> 63 </body>
64 </html> 64 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698