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

Side by Side Diff: LayoutTests/virtual/implsidepainting/inspector/tracing/paint-command-log-nodes.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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 </style> 4 </style>
5 <script src="../../../../http/tests/inspector/inspector-test.js"></script> 5 <script src="../../../../http/tests/inspector/inspector-test.js"></script>
6 <script src="../../../../http/tests/inspector/timeline-test.js"></script> 6 <script src="../../../../http/tests/inspector/timeline-test.js"></script>
7 <script src="../../../../inspector/tracing-test.js"></script> 7 <script src="../../../../inspector/tracing-test.js"></script>
8 <script> 8 <script>
9 9
10 function doActions(callback) 10 function doActions(callback)
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 85
86 } 86 }
87 87
88 </script> 88 </script>
89 </head> 89 </head>
90 90
91 <body onload="runTestAfterDisplay()"> 91 <body onload="runTestAfterDisplay()">
92 <p> 92 <p>
93 Tests snapshot command log for trace-based Timeline paint event 93 Tests snapshot command log for trace-based Timeline paint event
94 </p> 94 </p>
95 <div id="a" style="visibility:hidden; -webkit-transform: translateZ(0px); backgr ound-color:blue; width:100px; height:100px;"> 95 <div id="a" style="visibility:hidden; transform: translateZ(0px); background-col or:blue; width:100px; height:100px;">
96 <div id="b" style="width:50px; height:50px; background-color:red;"></div> 96 <div id="b" style="width:50px; height:50px; background-color:red;"></div>
97 <img id="c" src="../timeline/resources/test.png"> 97 <img id="c" src="../timeline/resources/test.png">
98 <svg id="d"> 98 <svg id="d">
99 <rect id="e" x="0" y="0" width="10" height="10" style="opacity:0.5"/> 99 <rect id="e" x="0" y="0" width="10" height="10" style="opacity:0.5"/>
100 </svg> 100 </svg>
101 </div> 101 </div>
102 </body> 102 </body>
103 </html> 103 </html>
OLDNEW
« no previous file with comments | « LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html ('k') | ManualTests/animate-duration.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698