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

Side by Side Diff: LayoutTests/compositing/squashing/squash-with-ancestor-transform.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 <head> 2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> 3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style> 4 <style>
5 #ancestor { 5 #ancestor {
6 -webkit-transform: translateY(50px); 6 transform: translateY(50px);
7 } 7 }
8 </style> 8 </style>
9 <script src="resources/squash-with-ancestor-property.js"></script> 9 <script src="resources/squash-with-ancestor-property.js"></script>
10 <script> 10 <script>
11 if (window.internals) 11 if (window.internals)
12 internals.settings.setLayerSquashingEnabled(true); 12 internals.settings.setLayerSquashingEnabled(true);
13 window.onload = generateDom; 13 window.onload = generateDom;
14 </script> 14 </script>
15 </head> 15 </head>
16 16
17 <body> 17 <body>
18 </body> 18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698