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

Unified Diff: LayoutTests/fast/frames/frame-set-scaling.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/fast/frames/frame-set-scaling.html
diff --git a/LayoutTests/fast/frames/frame-set-scaling.html b/LayoutTests/fast/frames/frame-set-scaling.html
index 2d4d843f533d7505b44d1ea84b03d179fbdab8f8..10bc7c53d03c7c63fa530c10d11a31f5fd235c11 100644
--- a/LayoutTests/fast/frames/frame-set-scaling.html
+++ b/LayoutTests/fast/frames/frame-set-scaling.html
@@ -1,5 +1,5 @@
<html><head><title>Frame Scale Test</title></head>
- <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; -webkit-transform: scale(0.5, 0.5);" cols="30%,*">
+ <frameset style="background-color: red; -webkit-transform-origin: 0% 0%; transform: scale(0.5, 0.5);" cols="30%,*">
<frame src="data:text/html,<body bgcolor='green'></body>">
<frame src="data:text/html,<body bgcolor='green'></body>">
</frameset>
« no previous file with comments | « LayoutTests/fast/frames/frame-set-rotation-hit.html ('k') | LayoutTests/fast/frames/frame-set-scaling-3d.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698