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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body {
6 -webkit-transform: matrix(913497906,874,-270122.666907739,44,-93 3.66,101839.742) scale(-988337314) skew(540817045turn,33481.000001turn) translat eY(75959.0%) matrix(12388309,8375,1982.08233,-480110910,646202686,69006.99) skew X(4213.720135962deg) scale(+5.833098,+80974) scaleX(491057862) scale(+133,331676 );
7 }
8 </style>
9 </head>
10 <body>
11 <a href="a" id="start"></a>
12 <p>
13 Test passes if it does not crash.
14 </p>
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 document.getElementById("start").focus();
19 </script>
20 </body>
21 </html>
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698