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

Unified Diff: third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers-expected.html

Issue 1444973002: Collapse whitespace after list markers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers-expected.html b/third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..6fbbd27178e3a4e573e606902f6b0792871cbcc9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers-expected.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<div>
+ <li>Text</li>
+ <li>Text</li>
+</div>
+<p>crbug.com/554903: The two texts above should be aligned with each other - any whitespace between the list marker and the text should be collapsed.</p>

Powered by Google App Engine
This is Rietveld 408576698