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

Unified Diff: LayoutTests/svg/text/white-space-no-autowrap-expected.html

Issue 1159623007: Don't auto-wrap <svg:text> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
Index: LayoutTests/svg/text/white-space-no-autowrap-expected.html
diff --git a/LayoutTests/svg/text/white-space-no-autowrap-expected.html b/LayoutTests/svg/text/white-space-no-autowrap-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..446e967b5a0f936d3ed3bb59879a50b49a6970c5
--- /dev/null
+++ b/LayoutTests/svg/text/white-space-no-autowrap-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<svg width="400" height="200">
+ <text x="20" y="20">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="40">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="60">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="80">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="100">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="120">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+</svg>
« no previous file with comments | « LayoutTests/svg/text/white-space-no-autowrap.html ('k') | Source/core/layout/line/BreakingContextInlineHeaders.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698