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

Unified Diff: LayoutTests/svg/text/white-space-no-autowrap.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
« no previous file with comments | « no previous file | LayoutTests/svg/text/white-space-no-autowrap-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/text/white-space-no-autowrap.html
diff --git a/LayoutTests/svg/text/white-space-no-autowrap.html b/LayoutTests/svg/text/white-space-no-autowrap.html
new file mode 100644
index 0000000000000000000000000000000000000000..875069e19e1643de7e74d75f643ebf8cbf31ac32
--- /dev/null
+++ b/LayoutTests/svg/text/white-space-no-autowrap.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" style="white-space: normal">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="60" style="white-space: pre-line">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="80" style="white-space: pre-wrap">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="100" style="white-space: pre">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+ <text x="20" y="120" style="white-space: nowrap">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</text>
+</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/text/white-space-no-autowrap-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698