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

Unified Diff: LayoutTests/fast/layers/nested-layers-4.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/layers/nested-layers-4.html
diff --git a/LayoutTests/fast/layers/nested-layers-4.html b/LayoutTests/fast/layers/nested-layers-4.html
index e4061fbc25d4d22e388b3f31fae85b0131996b5a..0bfc9ef1b24bf1ffbe1b1fbdbf79e621238e3e13 100644
--- a/LayoutTests/fast/layers/nested-layers-4.html
+++ b/LayoutTests/fast/layers/nested-layers-4.html
@@ -37,7 +37,7 @@ function finish()
The test passes if it completes without failing any assertions in Debug mode.
<div>
<div style="position:absolute; top:50px" class="a">
- <div style="-webkit-transform:translate(27px, 47px); -webkit-transform:rotate(30deg)" class="a">
+ <div style="transform:translate(27px, 47px); transform:rotate(30deg)" class="a">
<div style="opacity: 0.8; width:50px; height:50px" class="b"></div>
<div style="position:absolute; width:20px; height:20px; left: 4px; top:7px" id="innerLayer" class="a">
<div style="position:relative; width:15px; height:15px" class="a"></div>

Powered by Google App Engine
This is Rietveld 408576698