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

Unified Diff: third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html

Issue 2547723002: Merge LayoutTests fast/transforms in transforms (Closed)
Patch Set: Fix a bad path reference. Created 4 years 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/fast/transforms/focus-on-transformed-node.html
diff --git a/third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html b/third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
deleted file mode 100644
index eb1c20b942a8f0c2316960467509a7d9f83a1738..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <style>
- body {
- -webkit-transform: matrix(913497906,874,-270122.666907739,44,-933.66,101839.742) scale(-988337314) skew(540817045turn,33481.000001turn) translateY(75959.0%) matrix(12388309,8375,1982.08233,-480110910,646202686,69006.99) skewX(4213.720135962deg) scale(+5.833098,+80974) scaleX(491057862) scale(+133,331676);
- }
- </style>
- </head>
- <body>
- <a href="a" id="start"></a>
- <p>
- Test passes if it does not crash.
- </p>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- document.getElementById("start").focus();
- </script>
- </body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698