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

Side by Side Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate-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 <body onload="runTest();"> 3 <body onload="runTest();">
4 <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; to p: 40px"> 4 <div style="transform: translateZ(0); position: relative; left: 10px; top: 40px" >
5 <div style="position: relative; left: 10px; top: 70px"> 5 <div style="position: relative; left: 10px; top: 70px">
6 This test is successful if no green rectangles are visible. 6 This test is successful if no green rectangles are visible.
7 </div> 7 </div>
8 <script> 8 <script>
9 function runTest() { 9 function runTest() {
10 if (window.testRunner) { 10 if (window.testRunner) {
11 window.testRunner.notifyDone(); 11 window.testRunner.notifyDone();
12 } else { 12 } else {
13 debug("This test requires DumpRenderTree."); 13 debug("This test requires DumpRenderTree.");
14 } 14 }
15 } 15 }
16 </script> 16 </script>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698