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

Side by Side Diff: ManualTests/compositing/assert-on-tab-switch.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
« no previous file with comments | « ManualTests/canvas-mask-redraw.html ('k') | ManualTests/compositing/font-smoothing.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html> 3 <html>
4 <head> 4 <head>
5 <style type="text/css" media="screen"> 5 <style type="text/css" media="screen">
6 .box { 6 .box {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 background-color: blue; 9 background-color: blue;
10 -webkit-transform: translateZ(0); 10 transform: translateZ(0);
11 } 11 }
12 12
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 <div class="box"></div> 16 <div class="box"></div>
17 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=43167">https://bugs.webkit .org/show_bug.cgi?id=43167</a><br> 17 <p><a href="https://bugs.webkit.org/show_bug.cgi?id=43167">https://bugs.webkit .org/show_bug.cgi?id=43167</a><br>
18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p> 18 You should not hit an assertion if you load this file in a tab, then switch back and forth between other tabs.</p>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « ManualTests/canvas-mask-redraw.html ('k') | ManualTests/compositing/font-smoothing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698