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

Side by Side Diff: LayoutTests/platform/mac/fast/forms/select-multiple-rtl-expected.txt

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x119 3 layer at (0,0) size 800x120
4 RenderBlock {HTML} at (0,0) size 800x119 4 RenderBlock {HTML} at (0,0) size 800x120
5 RenderBody {BODY} at (8,8) size 784x103 5 RenderBody {BODY} at (8,8) size 784x104
6 RenderBlock (anonymous) at (0,0) size 784x18 6 RenderBlock (anonymous) at (0,0) size 784x18
7 RenderInline {SPAN} at (0,0) size 633x18 7 RenderInline {SPAN} at (0,0) size 633x18
8 RenderText {#text} at (0,0) size 633x18 8 RenderText {#text} at (0,0) size 633x18
9 text run at (0,0) width 633: "Test for crbug.com/335285: On OS Mac, Options of a multiple select are shifted right in RTL mode." 9 text run at (0,0) width 633: "Test for crbug.com/335285: On OS Mac, Options of a multiple select are shifted right in RTL mode."
10 RenderText {#text} at (0,0) size 0x0 10 RenderText {#text} at (0,0) size 0x0
11 RenderBlock {DIV} at (0,18) size 784x85 11 RenderBlock {DIV} at (0,18) size 784x86
12 RenderListBox {SELECT} at (584,0) size 200x85 [bgcolor=#FFFFFF] [border: (1px inset #808080)]
13 RenderText {#text} at (0,0) size 0x0 12 RenderText {#text} at (0,0) size 0x0
13 layer at (592,26) size 200x86 clip at (604,27) size 187x84
14 RenderListBox {SELECT} at (584,0) size 200x86 [bgcolor=#F8F8F8] [border: (1px inset #999999)]
15 RenderBlock {OPTION} at (12,1) size 187x14
16 RenderText {#text} at (151,0) size 34x13
17 text run at (151,0) width 34: "Test 1"
18 RenderBlock {OPTION} at (12,15) size 187x14
19 RenderText {#text} at (151,0) size 34x13
20 text run at (151,0) width 34: "Test 2"
21 RenderBlock {OPTION} at (12,29) size 187x14
22 RenderText {#text} at (151,0) size 34x13
23 text run at (151,0) width 34: "Test 3"
24 RenderBlock {OPTION} at (12,43) size 187x14
25 RenderText {#text} at (151,0) size 34x13
26 text run at (151,0) width 34: "Test 4"
27 RenderBlock {OPTION} at (12,57) size 187x14
28 RenderText {#text} at (151,0) size 34x13
29 text run at (151,0) width 34: "Test 5"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698