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

Unified Diff: LayoutTests/platform/chromium-linux/fast/forms/hidden-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/hidden-listbox-expected.txt
diff --git a/LayoutTests/platform/chromium-linux/fast/forms/hidden-listbox-expected.txt b/LayoutTests/platform/chromium-linux/fast/forms/hidden-listbox-expected.txt
index 3abc9809ee29457573864bd09489a17f7b20819c..e05893661d6a0b608c1f16b178eecbf784f19896 100644
--- a/LayoutTests/platform/chromium-linux/fast/forms/hidden-listbox-expected.txt
+++ b/LayoutTests/platform/chromium-linux/fast/forms/hidden-listbox-expected.txt
@@ -6,5 +6,9 @@ layer at (0,0) size 800x600
RenderText {#text} at (0,0) size 479x19
text run at (0,0) width 479: "This tests that the whole listbox control is hidden when visibility is set to hidden. "
RenderBR {BR} at (479,15) size 0x0
- RenderListBox {SELECT} at (2,22) size 192x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
RenderText {#text} at (0,0) size 0x0
+layer at (10,30) size 192x69 clip at (11,31) size 175x67
+ RenderListBox {SELECT} at (2,22) size 192x69 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
+ RenderBlock {OPTION} at (1,1) size 175x16
+ RenderText {#text} at (2,0) size 171x16
+ text run at (2,0) width 171: "This text should not be visible"

Powered by Google App Engine
This is Rietveld 408576698