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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/inline/collapsing-text-after-list-markers.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div>
3 <li><span> </span>Text</li>
4 <li>Text</li>
5 </div>
6 <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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698