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

Unified Diff: LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5.html

Issue 128923002: White spaces between nowrap and normal inlines should break the line (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Expected test improved Created 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5.html
diff --git a/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-4.html b/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5.html
similarity index 77%
copy from LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-4.html
copy to LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5.html
index 964192008b07888163472a1b4120ec014774377d..58f4c99460fc7f5c22d27ff0416b74eff5b5526d 100644
--- a/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-4.html
+++ b/LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5.html
@@ -18,7 +18,7 @@ span {
white-space: nowrap;
}
</style>
-This test passes if there is a green square below. It tests that whitespace at the end of
+This test passes if there is a green square below. It tests that whitespaces at the end of
an inline setting white-space:nowrap can be collapsed with a break at the start of the
next inline.<br>
-<div class="pre"><span class="nowrap">xx </span><span class="normal"> xx</span></div>
+<div class="pre"><span class="nowrap">xx </span><span class="normal"> xx</span></div>
« no previous file with comments | « no previous file | LayoutTests/fast/text/whitespace/inline-whitespace-wrapping-5-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698