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

Unified 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: Remove duplicate transform 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/inspector/layers/resources/composited-iframe.html
diff --git a/LayoutTests/inspector/layers/resources/composited-iframe.html b/LayoutTests/inspector/layers/resources/composited-iframe.html
index e83b0d84f4afb940a10d94693f316720c3de86b8..acdb1e795ddc9601fdcedc703391bcefef4ebba7 100644
--- a/LayoutTests/inspector/layers/resources/composited-iframe.html
+++ b/LayoutTests/inspector/layers/resources/composited-iframe.html
@@ -1,5 +1,5 @@
<html>
<body>
-<div id="subframe1" style="left: 20px; top: 20px; width: 80px; height: 80px; -webkit-transform: translateZ(20px);"></div>
+<div id="subframe1" style="left: 20px; top: 20px; width: 80px; height: 80px; transform: translateZ(20px);"></div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698