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

Unified Diff: third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line-expected.txt

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, 7 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: third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line-expected.txt
diff --git a/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line-expected.txt b/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e15dca69f4ee29e01d8c573ab1c6fd602ee4595c
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/printing/list-item-with-empty-first-line-expected.txt
@@ -0,0 +1,18 @@
+layer at (0,0) size 1066x799
+ LayoutView at (0,0) size 1066x799
+layer at (0,0) size 1066x120
+ LayoutBlockFlow {HTML} at (0,0) size 1066x120
+ LayoutBlockFlow {BODY} at (8,8) size 1050x96
+ LayoutBlockFlow (anonymous) at (0,0) size 1050x20
+ LayoutText {#text} at (0,0) size 390x19
+ text run at (0,0) width 390: "Passes if both 'first' (with a line break) and 'second' have a bullet."
+ LayoutBlockFlow {UL} at (0,36) size 1050x60
+ LayoutListItem {LI} at (40,0) size 1010x40
+ LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
+ LayoutBR {BR} at (0,0) size 0x19
+ LayoutText {#text} at (0,20) size 22x19
+ text run at (0,20) width 22: "first"
+ LayoutListItem {LI} at (40,40) size 1010x20
+ LayoutListMarker (anonymous) at (-18,0) size 7x19: bullet
+ LayoutText {#text} at (0,0) size 43x19
+ text run at (0,0) width 43: "second"

Powered by Google App Engine
This is Rietveld 408576698