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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/transform-infinity.html b/third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
similarity index 77%
copy from third_party/WebKit/LayoutTests/fast/css/transform-infinity.html
copy to third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
index e28fd39640b8e3fa139e218c6143f48fc2e9dbf8..eb1c20b942a8f0c2316960467509a7d9f83a1738 100644
--- a/third_party/WebKit/LayoutTests/fast/css/transform-infinity.html
+++ b/third_party/WebKit/LayoutTests/fast/transforms/focus-on-transformed-node.html
@@ -1,10 +1,6 @@
<!DOCTYPE html>
<html>
<head>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
- </script>
<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);
@@ -12,6 +8,15 @@
</style>
</head>
<body>
- Test passes if it does not crash.
+ <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>
+
« 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