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

Side by Side Diff: LayoutTests/fast/borders/border-image-scaled.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 width: 150px; 6 width: 150px;
6 height: 150px; 7 height: 150px;
7 margin: 10px; 8 margin: 10px;
8 display: inline-block; 9 display: inline-block;
9 } 10 }
10 11
11 div.rr { 12 div.rr {
12 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 42px 60px 60px 42px repeat repeat; 13 -webkit-border-image: url("resources/border-image.png") 21 30 30 21 / 42px 60px 60px 42px repeat repeat;
13 } 14 }
(...skipping 15 matching lines...) Expand all
29 <p>The purpose of this test case is to illustrate the legacy behavior of -webkit -border-image. The specified border widths 30 <p>The purpose of this test case is to illustrate the legacy behavior of -webkit -border-image. The specified border widths
30 actually end up becoming the real border widths. The border-image property in th e specification doesn't do this. 31 actually end up becoming the real border widths. The border-image property in th e specification doesn't do this.
31 </p> 32 </p>
32 <div class="rr"></div> 33 <div class="rr"></div>
33 <div class="rs"></div> 34 <div class="rs"></div>
34 <br> 35 <br>
35 <div class="sr"></div> 36 <div class="sr"></div>
36 <div class="ss"></div> 37 <div class="ss"></div>
37 </body> 38 </body>
38 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/borders/border-image-scale-transform.html ('k') | LayoutTests/fast/borders/mixed-border-styles-radius2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698