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

Unified Diff: LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-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-appearance-basic-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-expected.txt b/LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-expected.txt
index be2096ddf529c284c68ed09b359a415d89d27c3f..a6ce2b3dc1ca924f36f8daf3bfecab37b5ade2a2 100644
--- a/LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/select/listbox-appearance-basic-expected.txt
@@ -74,8 +74,11 @@ layer at (164,12) size 58x70 clip at (165,13) size 41x68
RenderBlock {OPTGROUP} at (1,35) size 41x34
RenderBlock {DIV} at (0,0) size 41x17
RenderBlock {OPTION} at (0,17) size 41x17 [bgcolor=#999999]
- RenderText {#text} at (2,0) size 37x16
- text run at (2,0) width 37: " baz"
+ 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 21x16
+ text run at (18,0) width 21: "baz"
layer at (234,63) size 45x19 clip at (235,64) size 28x17 scrollHeight 68
RenderListBox {SELECT} at (226,55) size 45x19 [bgcolor=#C0C0C0] [border: (1px solid #A9A9A9)]
RenderBlock {OPTION} at (1,1) size 28x17

Powered by Google App Engine
This is Rietveld 408576698