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

Unified Diff: LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.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/hidpi/gradient-with-scaled-ancestor.html
diff --git a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
index fbedc2745fbd4c3231e8bafd7c26cfa599a5339e..b7e8bea2d4ae4673a940202db42f9b0fe20e2325 100644
--- a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
+++ b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
@@ -14,7 +14,7 @@
</script>
</head>
<body onload="startTest();" style="overflow:hidden;">
- <div style="-webkit-transform:scale(1.5); -webkit-transform-origin:top left;">
+ <div style="transform:scale(1.5); -webkit-transform-origin:top left;">
<div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698