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

Unified Diff: third_party/WebKit/LayoutTests/animations/webkit-perspective-expected.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/animations/webkit-perspective-expected.html
diff --git a/third_party/WebKit/LayoutTests/animations/webkit-perspective-expected.html b/third_party/WebKit/LayoutTests/animations/webkit-perspective-expected.html
deleted file mode 100644
index a0f9c5b4f4a54d4d7dbd72a27a93770d7a69d98f..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/webkit-perspective-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<style>
-#perspective {
- -webkit-perspective: 150px;
- height: 150px;
- width: 150px;
- margin: 50px;
- padding: 10px;
-}
-
-#transform {
- width: 150px;
- height: 150px;
- background: blue;
- transform: rotateY(45deg);
-}
-</style>
-<div id="perspective">
- <div id="transform">
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698