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

Side by Side Diff: LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.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 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <style type="text/css"> 3 <style type="text/css">
4 body { overflow:hidden; }
5
4 .s300 6 .s300
5 { 7 {
6 width: 30px; 8 width: 30px;
7 height: 30px; 9 height: 30px;
8 } 10 }
9 11
10 .s250 12 .s250
11 { 13 {
12 width: 25px; 14 width: 25px;
13 height: 25px; 15 height: 25px;
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 <div class="positive s250" style="background-repeat: repeat-y"></div> 111 <div class="positive s250" style="background-repeat: repeat-y"></div>
110 <div class="positive s200" style="background-repeat: repeat-y"></div> 112 <div class="positive s200" style="background-repeat: repeat-y"></div>
111 113
112 <p>Element with background image starting at (13, 13) with repeat-x set:</p> 114 <p>Element with background image starting at (13, 13) with repeat-x set:</p>
113 <div class="positive s300" style="background-repeat: repeat-x"></div> 115 <div class="positive s300" style="background-repeat: repeat-x"></div>
114 <div class="positive s250" style="background-repeat: repeat-x"></div> 116 <div class="positive s250" style="background-repeat: repeat-x"></div>
115 <div class="positive s200" style="background-repeat: repeat-x"></div> 117 <div class="positive s200" style="background-repeat: repeat-x"></div>
116 </table> 118 </table>
117 </body> 119 </body>
118 </html> 120 </html>
OLDNEW
« no previous file with comments | « LayoutTests/editing/spelling/inline_spelling_markers.html ('k') | LayoutTests/fast/backgrounds/size/backgroundSize15.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698