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

Unified Diff: third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html

Issue 2523143002: Layout tests: remove webkit prefix from test names (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html
diff --git a/third_party/WebKit/LayoutTests/transforms/webkit-transform-origin-crash.html b/third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html
similarity index 55%
rename from third_party/WebKit/LayoutTests/transforms/webkit-transform-origin-crash.html
rename to third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html
index ec101b1ff486fb7de8cac8acd14533e73c3a694c..331d6056489c6ca9b93a9ba1dba54900f566c453 100644
--- a/third_party/WebKit/LayoutTests/transforms/webkit-transform-origin-crash.html
+++ b/third_party/WebKit/LayoutTests/transforms/transform-origin-crash.html
@@ -1,3 +1,3 @@
-<style> pants { -webkit-transform-origin: bottom 8px; } </style>
+<style> pants { transform-origin: bottom 8px; } </style>
This test passes if it doesn't crash.
<script>testRunner.dumpAsText();</script>

Powered by Google App Engine
This is Rietveld 408576698