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

Side by Side Diff: LayoutTests/compositing/squashing/squash-above-fixed-subpixel-1-expected.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 <head> 3 <head>
4 <style> 4 <style>
5 .composited { 5 .composited {
6 -webkit-transform: translateZ(0); 6 transform: translateZ(0);
7 } 7 }
8 8
9 .background { 9 .background {
10 position: fixed; 10 position: fixed;
11 background-color: lightgray; 11 background-color: lightgray;
12 width: 300px; 12 width: 300px;
13 height: 300px; 13 height: 300px;
14 top: 150px; 14 top: 150px;
15 left: 100px; 15 left: 100px;
16 } 16 }
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 <div id="paragraph-i" class="overlapping cyan"></div> 82 <div id="paragraph-i" class="overlapping cyan"></div>
83 <div id="paragraph-j" class="overlapping lime"></div> 83 <div id="paragraph-j" class="overlapping lime"></div>
84 <div id="paragraph-k" class="overlapping cyan"></div> 84 <div id="paragraph-k" class="overlapping cyan"></div>
85 <div id="paragraph-l" class="overlapping lime"></div> 85 <div id="paragraph-l" class="overlapping lime"></div>
86 <div id="paragraph-m" class="overlapping cyan"></div> 86 <div id="paragraph-m" class="overlapping cyan"></div>
87 <div id="paragraph-n" class="overlapping lime"></div> 87 <div id="paragraph-n" class="overlapping lime"></div>
88 88
89 </body> 89 </body>
90 90
91 </html> 91 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698