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

Unified Diff: LayoutTests/editing/selection/extend-inside-transforms-forward.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-forward.html
diff --git a/LayoutTests/editing/selection/extend-inside-transforms-forward.html b/LayoutTests/editing/selection/extend-inside-transforms-forward.html
index 87d1e63eae3400034e02689c9c3cbfa96608afe6..1b802a72e1ab79aaf700f5c0c600a0a987ecbbd4 100644
--- a/LayoutTests/editing/selection/extend-inside-transforms-forward.html
+++ b/LayoutTests/editing/selection/extend-inside-transforms-forward.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