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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 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/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt
index 539585a256e61e2d5276151db732c48b321a61f7..75be4bff28cbe5c2f33b4a988c9e5985bb226f4a 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/select-change-popup-to-listbox-expected.txt
@@ -6,5 +6,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 425x19
text run at (0,0) width 425: "This tests that you can dynamically change a popup menu to a list box. "
RenderBR {BR} at (425,15) size 0x0
- RenderListBox {SELECT} at (2,22) size 195x86 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderText {#text} at (0,0) size 0x0
+layer at (10,30) size 195x86 clip at (11,31) size 178x84
+ RenderListBox {SELECT} at (2,22) size 195x86 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 178x16 [color=#323232] [bgcolor=#C8C8C8]
+ RenderText {#text} at (2,0) size 174x16
+ text run at (2,0) width 174: "This should turn into a list box"

Powered by Google App Engine
This is Rietveld 408576698