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

Unified Diff: LayoutTests/fast/frames/iframe-scaling-with-scroll.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/fast/frames/iframe-scaling-with-scroll.html
diff --git a/LayoutTests/fast/frames/iframe-scaling-with-scroll.html b/LayoutTests/fast/frames/iframe-scaling-with-scroll.html
index 98ed66767da635963d861e5552e9493d531a12b0..1904cdde7e71deeb6aac7a3d4e6abf649a07827c 100644
--- a/LayoutTests/fast/frames/iframe-scaling-with-scroll.html
+++ b/LayoutTests/fast/frames/iframe-scaling-with-scroll.html
@@ -1,5 +1,5 @@
<html>
<body>
-<iframe style="-webkit-transform-origin: 0% 0%; position: absolute; width: 50%; height: 50%; -webkit-transform: scale(0.5, 0.5);" src="data:text/html,<body><div style='width: 1000px; height: 1000px; background-color: green;'></div></body>"></iframe>
+<iframe style="-webkit-transform-origin: 0% 0%; position: absolute; width: 50%; height: 50%; transform: scale(0.5, 0.5);" src="data:text/html,<body><div style='width: 1000px; height: 1000px; background-color: green;'></div></body>"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698