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

Unified Diff: LayoutTests/fast/layers/clip-rects-transformed-2.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/clip-rects-transformed-2.html
diff --git a/LayoutTests/fast/layers/clip-rects-transformed-2.html b/LayoutTests/fast/layers/clip-rects-transformed-2.html
index 892de28f996a00ccf79f16c85bf5cb7743f8a29d..9f49dca21f8ab9f605bb69eb71f6bf76937b6280 100644
--- a/LayoutTests/fast/layers/clip-rects-transformed-2.html
+++ b/LayoutTests/fast/layers/clip-rects-transformed-2.html
@@ -10,7 +10,7 @@
<p>
This test should not cause an assertion faliure.
</p>
-<div style="-webkit-transform: translateZ(0); position: absolute;"></div>
+<div style="transform: translateZ(0); position: absolute;"></div>
<div style="opacity: 0.9">
<div style="position: absolute;">
<embed type="application/x-webkit-test-netscape">

Powered by Google App Engine
This is Rietveld 408576698