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

Side by Side Diff: third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line.html

Issue 2011863005: Fix printing issue of list item with blank first line (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: virtual/threaded/printing/list-item-with-empty-first-line.html Created 4 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 if (window.testRunner)
4 testRunner.setPrinting();
5 </script>
6 Passes if both 'first' (with a line break) and 'second' have a bullet.
7 <ul>
8 <li><br>first</li>
9 <li>second</li>
10 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698