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

Side by Side Diff: ManualTests/inline-repaint-container.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 <div style="-webkit-transform: translatez(0)"> 1 <div style="transform: translatez(0)">
2 </div> 2 </div>
3 <div style="position: relative;"> 3 <div style="position: relative;">
4 <span style="position: relative; z-index: 10; top: 40px; left: 30px;"> 4 <span style="position: relative; z-index: 10; top: 40px; left: 30px;">
5 <span style="position: relative; top: 50px; font: 60px ahem; color: red; " id="target">X</span> 5 <span style="position: relative; top: 50px; font: 60px ahem; color: red; " id="target">X</span>
6 </span> 6 </span>
7 </div> 7 </div>
8 <script> 8 <script>
9 setTimeout(function() { 9 setTimeout(function() {
10 document.getElementById("target").style.color = "green"; 10 document.getElementById("target").style.color = "green";
11 }, 0); 11 }, 0);
12 </script> 12 </script>
OLDNEW
« no previous file with comments | « ManualTests/crash-and-no-repaint-after-wake-from-sleep.html ('k') | ManualTests/inspector/highlight-nodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698