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

Side by Side Diff: LayoutTests/inspector/layers/resources/composited-iframe.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 <body> 2 <body>
3 <div id="subframe1" style="left: 20px; top: 20px; width: 80px; height: 80px; -we bkit-transform: translateZ(20px);"></div> 3 <div id="subframe1" style="left: 20px; top: 20px; width: 80px; height: 80px; tra nsform: translateZ(20px);"></div>
4 </body> 4 </body>
5 </html> 5 </html>
OLDNEW
« no previous file with comments | « LayoutTests/inspector/layers/no-overlay-layers.html ('k') | LayoutTests/inspector/layers/tracing-layer-tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698