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

Unified Diff: LayoutTests/fast/layers/clip-rects-transformed.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.html
diff --git a/LayoutTests/fast/layers/clip-rects-transformed.html b/LayoutTests/fast/layers/clip-rects-transformed.html
index 14328f10ee4c03b01f5f6e326bb763042b6450d7..ea2d1d71b5df37e5ade907fad320880bf967b58b 100644
--- a/LayoutTests/fast/layers/clip-rects-transformed.html
+++ b/LayoutTests/fast/layers/clip-rects-transformed.html
@@ -10,7 +10,7 @@
<p>
This test should not cause an assertion faliure.
</p>
-<div style="-webkit-transform: translateX(100px);">
+<div style="transform: translateX(100px);">
<div style="position: absolute; overflow: hidden;">
<embed type="application/x-webkit-test-netscape">
</div>
« no previous file with comments | « LayoutTests/fast/layers/clip-rects-assertion.html ('k') | LayoutTests/fast/layers/clip-rects-transformed-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698