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

Unified Diff: LayoutTests/compositing/iframes/iframe-in-composited-layer.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/compositing/iframes/iframe-in-composited-layer.html
diff --git a/LayoutTests/compositing/iframes/iframe-in-composited-layer.html b/LayoutTests/compositing/iframes/iframe-in-composited-layer.html
index d720075fd2bf25149ce420247b4d7e6bd0dcb146..06ee898dad70e7c570eee445b03f0a195fac0c05 100644
--- a/LayoutTests/compositing/iframes/iframe-in-composited-layer.html
+++ b/LayoutTests/compositing/iframes/iframe-in-composited-layer.html
@@ -3,7 +3,7 @@
<i><a href="https://bugs.webkit.org/show_bug.cgi?id=38427">https://bugs.webkit.org/show_bug.cgi?id=38427</a>
<rdar://problem/7932072> Iframes in composited layers don&rsquo;t repaint correctly (affects Yahoo! Mail with Flash Player 10.1)</i>.
<-->
-<div style="-webkit-transform: translateZ(0); width: 400px; height: 400px; background-color: lightyellow;">
+<div style="transform: translateZ(0); width: 400px; height: 400px; background-color: lightyellow;">
<iframe id="frame" style="width: 380px; height: 380px; border: solid; margin: 7px" src="data:text/html,
<html style='height: 900px; width: 900px; position: relative;'>
<body>
« no previous file with comments | « LayoutTests/compositing/iframes/iframe-copy-on-scroll.html ('k') | LayoutTests/compositing/iframes/invisible-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698