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

Side by Side Diff: LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.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 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 window.testRunner.dumpAsText(); 4 window.testRunner.dumpAsText();
5 </script> 5 </script>
6 <style> 6 <style>
7 .c1 { 7 .c1 {
8 display: table-footer-group; 8 display: table-footer-group;
9 overflow: auto; 9 overflow: auto;
10 -webkit-backface-visibility: hidden; 10 -webkit-backface-visibility: hidden;
11 } 11 }
12 .c11 { 12 .c11 {
13 overflow: auto; 13 overflow: auto;
14 float: right; 14 float: right;
15 width: 10px; 15 width: 10px;
16 } 16 }
17 .c18 { 17 .c18 {
18 display: block; 18 display: block;
19 padding-left: 10px; 19 padding-left: 10px;
20 padding-right: 10px; 20 padding-right: 10px;
21 padding-bottom: 100px; 21 padding-bottom: 100px;
22 -webkit-transform: scale(0.5, 0.5); 22 transform: scale(0.5, 0.5);
23 } 23 }
24 </style> 24 </style>
25 <body> 25 <body>
26 This test passes if it does not crash. 26 This test passes if it does not crash.
27 <sup class='c11'> 27 <sup class='c11'>
28 <dfn class='c18'></dfn> 28 <dfn class='c18'></dfn>
29 <legend class='c1'></legend> 29 <legend class='c1'></legend>
30 </sup> 30 </sup>
31 </body> 31 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698