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

Side by Side Diff: LayoutTests/fast/backgrounds/repeat/negative-offset-repeat-transformed.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
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; } 4 body { overflow:hidden; }
5 5
6 .s300 6 .s300
7 { 7 {
8 width: 30px; 8 width: 30px;
9 height: 30px; 9 height: 30px;
10 } 10 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <div class="positive s300" style="background-repeat: repeat-y"></div> 79 <div class="positive s300" style="background-repeat: repeat-y"></div>
80 <div class="positive s250" style="background-repeat: repeat-y"></div> 80 <div class="positive s250" style="background-repeat: repeat-y"></div>
81 <div class="positive s200" style="background-repeat: repeat-y"></div> 81 <div class="positive s200" style="background-repeat: repeat-y"></div>
82 82
83 <p>Element with background image starting at (13, 13) with repeat-x set:</p> 83 <p>Element with background image starting at (13, 13) with repeat-x set:</p>
84 <div class="positive s300" style="background-repeat: repeat-x"></div> 84 <div class="positive s300" style="background-repeat: repeat-x"></div>
85 <div class="positive s250" style="background-repeat: repeat-x"></div> 85 <div class="positive s250" style="background-repeat: repeat-x"></div>
86 <div class="positive s200" style="background-repeat: repeat-x"></div> 86 <div class="positive s200" style="background-repeat: repeat-x"></div>
87 87
88 <p style="position:absolute;height:5000px"></p> 88 <p style="position:absolute;height:5000px"></p>
89 <table style="clear:both; -webkit-transform: translate(650px, -150px) rotate (45deg); -webkit-transform-origin: 100% 0" border=5><tr><td> 89 <table style="clear:both; transform: translate(650px, -150px) rotate(45deg); -webkit-transform-origin: 100% 0" border=5><tr><td>
90 <div class="negative s300" style="background-repeat: no-repeat;"></div> 90 <div class="negative s300" style="background-repeat: no-repeat;"></div>
91 <div class="negative s250" style="background-repeat: no-repeat;"></div> 91 <div class="negative s250" style="background-repeat: no-repeat;"></div>
92 <div class="negative s200" style="background-repeat: no-repeat;"></div> 92 <div class="negative s200" style="background-repeat: no-repeat;"></div>
93 93
94 <p>Element with background image starting at (-13, -13) with repeat-y set:</ p> 94 <p>Element with background image starting at (-13, -13) with repeat-y set:</ p>
95 <div class="negative s300" style="background-repeat: repeat-y"></div> 95 <div class="negative s300" style="background-repeat: repeat-y"></div>
96 <div class="negative s250" style="background-repeat: repeat-y"></div> 96 <div class="negative s250" style="background-repeat: repeat-y"></div>
97 <div class="negative s200" style="background-repeat: repeat-y"></div> 97 <div class="negative s200" style="background-repeat: repeat-y"></div>
98 98
99 <p>Element with background image starting at (-13, -13) with repeat-x set:</ p> 99 <p>Element with background image starting at (-13, -13) with repeat-x set:</ p>
(...skipping 11 matching lines...) Expand all
111 <div class="positive s250" style="background-repeat: repeat-y"></div> 111 <div class="positive s250" style="background-repeat: repeat-y"></div>
112 <div class="positive s200" style="background-repeat: repeat-y"></div> 112 <div class="positive s200" style="background-repeat: repeat-y"></div>
113 113
114 <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>
115 <div class="positive s300" style="background-repeat: repeat-x"></div> 115 <div class="positive s300" style="background-repeat: repeat-x"></div>
116 <div class="positive s250" style="background-repeat: repeat-x"></div> 116 <div class="positive s250" style="background-repeat: repeat-x"></div>
117 <div class="positive s200" style="background-repeat: repeat-x"></div> 117 <div class="positive s200" style="background-repeat: repeat-x"></div>
118 </table> 118 </table>
119 </body> 119 </body>
120 </html> 120 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/backgrounds/mask-box-image.html ('k') | LayoutTests/fast/backgrounds/transformed-body-background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698