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

Unified Diff: LayoutTests/platform/linux/fast/forms/select/listbox-with-display-none-option-expected.txt

Issue 783983005: Fix regression caused by r178354 where options in optgroup not indented (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reverted change to Element.cpp Created 6 years 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/linux/fast/forms/select/listbox-with-display-none-option-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/select/listbox-with-display-none-option-expected.txt b/LayoutTests/platform/linux/fast/forms/select/listbox-with-display-none-option-expected.txt
index 29d9de89334862b0d6180a33e52b513d031c2244..1c748ff225761210a93bd1fa0b98f31ea76f925b 100644
--- a/LayoutTests/platform/linux/fast/forms/select/listbox-with-display-none-option-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/select/listbox-with-display-none-option-expected.txt
@@ -55,8 +55,11 @@ layer at (68,69) size 65x121 clip at (69,70) size 48x119
RenderText {#text} at (2,0) size 44x16
text run at (2,0) width 44: "***45***"
RenderBlock {OPTION} at (0,17) size 48x17
- RenderText {#text} at (2,0) size 39x16
- text run at (2,0) width 39: " Five"
+ RenderInline {<pseudo:before>} at (0,0) size 16x16
+ RenderTextFragment at (2,0) size 16x16
+ text run at (2,0) width 16: " "
+ RenderText {#text} at (18,0) size 23x16
+ text run at (18,0) width 23: "Five"
RenderBlock {OPTION} at (1,86) size 48x17
RenderText {#text} at (2,0) size 35x16
text run at (2,0) width 35: "Seven"
@@ -73,8 +76,11 @@ layer at (137,69) size 65x121 clip at (138,70) size 48x119
RenderText {#text} at (2,0) size 44x16
text run at (2,0) width 44: "***45***"
RenderBlock {OPTION} at (0,17) size 48x17
- RenderText {#text} at (2,0) size 42x16
- text run at (2,0) width 42: " Four"
+ RenderInline {<pseudo:before>} at (0,0) size 16x16
+ RenderTextFragment at (2,0) size 16x16
+ text run at (2,0) width 16: " "
+ RenderText {#text} at (18,0) size 26x16
+ text run at (18,0) width 26: "Four"
RenderBlock {OPTION} at (1,69) size 48x17
RenderText {#text} at (2,0) size 19x16
text run at (2,0) width 19: "Six"
@@ -125,14 +131,23 @@ layer at (326,52) size 63x138 clip at (327,53) size 46x136
RenderText {#text} at (2,0) size 41x16
text run at (2,0) width 41: "**456**"
RenderBlock {OPTION} at (0,17) size 46x17
- RenderText {#text} at (2,0) size 42x16
- text run at (2,0) width 42: " Four"
+ RenderInline {<pseudo:before>} at (0,0) size 16x16
+ RenderTextFragment at (2,0) size 16x16
+ text run at (2,0) width 16: " "
+ RenderText {#text} at (18,0) size 26x16
+ text run at (18,0) width 26: "Four"
RenderBlock {OPTION} at (0,34) size 46x17
- RenderText {#text} at (2,0) size 39x16
- text run at (2,0) width 39: " Five"
+ RenderInline {<pseudo:before>} at (0,0) size 16x16
+ RenderTextFragment at (2,0) size 16x16
+ text run at (2,0) width 16: " "
+ RenderText {#text} at (18,0) size 23x16
+ text run at (18,0) width 23: "Five"
RenderBlock {OPTION} at (0,51) size 46x17
- RenderText {#text} at (2,0) size 35x16
- text run at (2,0) width 35: " Six"
+ RenderInline {<pseudo:before>} at (0,0) size 16x16
+ RenderTextFragment at (2,0) size 16x16
+ text run at (2,0) width 16: " "
+ RenderText {#text} at (18,0) size 19x16
+ text run at (18,0) width 19: "Six"
RenderBlock {OPTION} at (1,120) size 46x17
RenderText {#text} at (2,0) size 35x16
text run at (2,0) width 35: "Seven"

Powered by Google App Engine
This is Rietveld 408576698