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

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

Issue 1903493003: Handle very large transforms in ContainerNode::boundingBox (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 <style> 4 <style>
9 body { 5 body {
10 -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 ); 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 );
11 } 7 }
12 </style> 8 </style>
13 </head> 9 </head>
14 <body> 10 <body>
15 Test passes if it does not crash. 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>
16 </body> 20 </body>
17 </html> 21 </html>
22
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698