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

Unified Diff: LayoutTests/fast/frames/frame-set-rotation-hit.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/frame-set-rotation-hit.html
diff --git a/LayoutTests/fast/frames/frame-set-rotation-hit.html b/LayoutTests/fast/frames/frame-set-rotation-hit.html
index 4c925973edb6ab3360713a572f7e47510e7fc9e6..55826025c3aed9db1a4bbee2796ab9f222c15101 100644
--- a/LayoutTests/fast/frames/frame-set-rotation-hit.html
+++ b/LayoutTests/fast/frames/frame-set-rotation-hit.html
@@ -24,7 +24,7 @@
</script>
</head>
<!--rotate the frameset and translate it to make sure the entire frameset is visible after scaling-->
- <frameset style="width: 4000px; height: 4000px; background-color: red; -webkit-transform: rotate(90deg) translate(100px, 0px);" cols="25%,75%">
+ <frameset style="width: 4000px; height: 4000px; background-color: red; transform: rotate(90deg) translate(100px, 0px);" cols="25%,75%">
<frame src="data:text/html,<body bgcolor='green'></body>">
<frame src="data:text/html,<body bgcolor='green'></body>">
</frameset>

Powered by Google App Engine
This is Rietveld 408576698