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

Unified Diff: LayoutTests/platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt

Issue 1063453002: Fill list style background with same color with that of list background. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Append NeedsReabaseline for linux Created 5 years, 8 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/platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt
diff --git a/LayoutTests/platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt b/LayoutTests/platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f97101276e972f5a9652eaedfd6627d01be79ac3
--- /dev/null
+++ b/LayoutTests/platform/mac/fast/backgrounds/selection-background-color-of-list-style-expected.txt
@@ -0,0 +1,29 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x146
+ LayoutBlockFlow {HTML} at (0,0) size 800x146
+ LayoutBlockFlow {BODY} at (8,8) size 784x122
+ LayoutBlockFlow {DIV} at (0,0) size 784x122
+ LayoutBlockFlow (anonymous) at (0,0) size 784x18
+ LayoutText {#text} at (0,0) size 484x18
+ text run at (0,0) width 484: "Test passes if backgrounds of list style in ul and ol are each red and yellow."
+ LayoutBlockFlow {UL} at (0,34) size 784x36
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
+ LayoutText {#text} at (0,0) size 27x18
+ text run at (0,0) width 27: "One"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-17,0) size 7x18: bullet
+ LayoutText {#text} at (0,0) size 30x18
+ text run at (0,0) width 30: "Two"
+ LayoutBlockFlow {OL} at (0,86) size 784x36
+ LayoutListItem {LI} at (40,0) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "1"
+ LayoutText {#text} at (0,0) size 27x18
+ text run at (0,0) width 27: "One"
+ LayoutListItem {LI} at (40,18) size 744x18
+ LayoutListMarker at (-20,0) size 16x18: "2"
+ LayoutText {#text} at (0,0) size 30x18
+ text run at (0,0) width 30: "Two"
+selection start: position 84 of child 0 {#text} of child 0 {DIV} of body
+selection end: position 3 of child 0 {#text} of child 3 {LI} of child 3 {OL} of child 0 {DIV} of body

Powered by Google App Engine
This is Rietveld 408576698