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

Side by Side Diff: third_party/WebKit/LayoutTests/transforms/transforms-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
« no previous file with comments | « third_party/WebKit/LayoutTests/transforms/transforms-with-opacity.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { 4 body {
5 margin: 0; 5 margin: 0;
6 zoom: 120%; 6 zoom: 120%;
7 } 7 }
8 .box { 8 .box {
9 position: absolute; 9 position: absolute;
10 top: 20px; 10 top: 20px;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 <p>Test transform lengths with zoom. You should see two green squares below, no red.</p> 43 <p>Test transform lengths with zoom. You should see two green squares below, no red.</p>
44 44
45 <div class="tester1 box"></div> 45 <div class="tester1 box"></div>
46 <div class="tester2 box"></div> 46 <div class="tester2 box"></div>
47 47
48 <div class="translated1 box"></div> 48 <div class="translated1 box"></div>
49 <div class="translated2 box"></div> 49 <div class="translated2 box"></div>
50 50
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/transforms/transforms-with-opacity.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698