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

Unified Diff: LayoutTests/fast/text/trailing_whitespace_wrapping-expected.html

Issue 836863002: Add tab support to RenderBlockLineLayout::stripTrailingSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/fast/text/trailing_whitespace_wrapping-expected.html
diff --git a/LayoutTests/fast/text/trailing_whitespace_wrapping-expected.html b/LayoutTests/fast/text/trailing_whitespace_wrapping-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..04f8a2fa91f9a5dcbf8c37d38634b1016ae01dc4
--- /dev/null
+++ b/LayoutTests/fast/text/trailing_whitespace_wrapping-expected.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Float wrapping w/trailing whitespace</title>
+ <style>
+ .test {
+ float: left;
+ clear: both;
+ margin: 1px 0;
+ text-rendering: optimizeLegibility;
+ background: silver;
+ }
+ </style>
+ </head>
+ <body>
+ <h1>Float wrapping w/trailing whitespace</h1>
+ <p>
+ Tests wrapping of text in floats with leading and/or trailing
+ white-space. Neither line below should wrap.
+ </p>
+ <div>
+ <span class="test">लपेट नहीं करना चाहिए</span>
+ <span class="test">लपेट नहीं करना चाहिए</span>
+ <span class="test">लपेट नहीं करना चाहिए</span>
+ <span class="test">should not wrap</span>
+ <span class="test">should not wrap</span>
+ <span class="test">should not wrap</span>
+ <span class="test">should not wrap</span>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/text/trailing_whitespace_wrapping.html ('k') | Source/core/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698