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

Unified Diff: LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html

Issue 180213005: Add layout test for the crash on infinite loop in SVG textPath. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: dumpAsText added Created 6 years, 10 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 | LayoutTests/svg/text/svg-textpath-infinite-loop-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html
diff --git a/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html b/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d67923a6676ab76f823d6acc0b58b6d4e4d8ed4
--- /dev/null
+++ b/LayoutTests/svg/text/svg-textpath-infinite-loop-crash.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<body>
+ <div>Test for infinite loop in textPath.</div>
+ <div>See bug: https://code.google.com/p/chromium/issues/detail?id=232903</div>
+
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="looper">
+ <text>
+ <textPath xlink:href="#looper">SVG text</textPath>
+ </text>
+ </svg>
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/svg/text/svg-textpath-infinite-loop-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698