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

Unified Diff: LayoutTests/editing/selection/extend-inside-transforms-backward.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/editing/selection/extend-inside-transforms-backward.html
diff --git a/LayoutTests/editing/selection/extend-inside-transforms-backward.html b/LayoutTests/editing/selection/extend-inside-transforms-backward.html
index 71af90928dea09070acb3ff13cb185ca7a53be0b..3844e6c5d8cc68ed03c73c9d8aad6a49458a90f7 100644
--- a/LayoutTests/editing/selection/extend-inside-transforms-backward.html
+++ b/LayoutTests/editing/selection/extend-inside-transforms-backward.html
@@ -4,7 +4,7 @@
<style> p { margin: 0px; } </style>
</head>
<body>
-<div style="font-family: monospace; monospace; -webkit-transform: rotate(-45deg); width: 200px; height: 200px; -webkit-transform-origin: top right;font-size:50px;">
+<div style="font-family: monospace; monospace; transform: rotate(-45deg); width: 200px; height: 200px; -webkit-transform-origin: top right;font-size:50px;">
<p>hello</p>
<p>world</p>
</div>

Powered by Google App Engine
This is Rietveld 408576698