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

Unified Diff: LayoutTests/fast/text/international/unicode-bidi-isolate-collapsed-whitespace-expected.html

Issue 26315003: Bidi-Isolate inlines break layout with collapsed whitespace (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch Created 7 years, 2 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/international/unicode-bidi-isolate-collapsed-whitespace-expected.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-collapsed-whitespace-expected.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-collapsed-whitespace-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b4f5b3bb2ca23942a9e718380afe2ddfa27e7ba7
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-collapsed-whitespace-expected.html
@@ -0,0 +1,40 @@
+<!DOCTYPE html>
+<html>
+<style>
+body > div {
+ display: inline-block;
+ border: 1px solid black;
+ width: 200px;
+}
+</style>
+<body>
+<p>This is a test for line layout to properly handle collapsing whitespace interspersed with inline isolated content.</p>
+<div id="control">
+<p>123
+ <span>456</span> 789</p>
+<p>123 <span>456</span> 789</p>
+<p>123
+ <span>4 56
+</span> 789</p>
+<p>123
+ <span>
+ 456
+ </span>
+ 789</p>
+<p>1 2 3
+ <span>
+ 4 5 6
+ </span>
+ 7 8 9 </p>
+<p>123
+ <span></span> 789</p>
+<p>123
+ <span> </span> 789</p>
+<p>123
+<span> 4 56 </span>
+ 789 <span> 10 11 12 </span> 13 14 15 </p>
+ <p>123
+ <span> 4 <span> 5 6 7 </span> 89 </span>
+ 10 11 12 <span> 13 14 15 </p>
+</div>
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698