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

Side by Side Diff: LayoutTests/fast/borders/border-image-rotate-transform.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 body { overflow: hidden; }
4 div { 5 div {
5 border-width: 21px 30px 30px 21px; 6 border-width: 21px 30px 30px 21px;
6 width: 75px; 7 width: 75px;
7 height: 75px; 8 height: 75px;
8 margin: 10px; 9 margin: 10px;
9 display: inline-block; 10 display: inline-block;
10 } 11 }
11 12
12 div.rr { 13 div.rr {
13 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 repeat repeat; 14 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 repeat repeat;
(...skipping 13 matching lines...) Expand all
27 </style> 28 </style>
28 </head> 29 </head>
29 <body style="-webkit-transform: rotate(10deg); -webkit-transform-origin: 0 250px "> 30 <body style="-webkit-transform: rotate(10deg); -webkit-transform-origin: 0 250px ">
30 <div class="rr"></div> 31 <div class="rr"></div>
31 <div class="rs"></div> 32 <div class="rs"></div>
32 <br> 33 <br>
33 <div class="sr"></div> 34 <div class="sr"></div>
34 <div class="ss"></div> 35 <div class="ss"></div>
35 </body> 36 </body>
36 </html> 37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-image-massive-scale.html ('k') | LayoutTests/fast/borders/border-image-scale-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698