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

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

Powered by Google App Engine
This is Rietveld 408576698