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

Unified Diff: LayoutTests/svg/custom/resources-css-scaled.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/svg/custom/resources-css-scaled.html
diff --git a/LayoutTests/svg/custom/resources-css-scaled.html b/LayoutTests/svg/custom/resources-css-scaled.html
index 6cab308df939b350137c45cce7e0ffd76d83ff28..ffa86faa1e61035051e471f5aa3054fd8d9a00df 100644
--- a/LayoutTests/svg/custom/resources-css-scaled.html
+++ b/LayoutTests/svg/custom/resources-css-scaled.html
@@ -5,8 +5,8 @@
<!-- Test for https://bugs.webkit.org/show_bug.cgi?id=111587 -->
<!-- Passes if all circles are drawn at high resolution, without pixelation -->
-<div style="position: relative; left: 27px; -webkit-transform: scale(5); -webkit-transform-origin: 0 0; width: 100px;">
-<div style="-webkit-transform: scale(2); -webkit-transform-origin: 0 0; width: 50px;">
+<div style="position: relative; left: 27px; transform: scale(5); -webkit-transform-origin: 0 0; width: 100px;">
+<div style="transform: scale(2); -webkit-transform-origin: 0 0; width: 50px;">
<svg width="40" height="40" xmlns="http://www.w3.org/2000/svg">
<defs>
<pattern id="pattern" width="10" height="10" patternUnits="userSpaceOnUse">
« no previous file with comments | « LayoutTests/svg/custom/pointer-events-text-css-transform.svg ('k') | LayoutTests/svg/custom/svg-image-layers-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698