1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
LayoutBlockFlow {HTML} at (0,0) size 800x600
LayoutBlockFlow {BODY} at (8,8) size 784x584
LayoutBlockFlow {P} at (0,0) size 784x36
LayoutText {#text} at (0,0) size 744x35
text run at (0,0) width 744: "This test ensures selection that crosses the shadow DOM boundary of a readonly input element cannot be made by a"
text run at (0,18) width 79: "mouse drag."
LayoutBlockFlow {P} at (0,52) size 784x36
LayoutText {#text} at (0,0) size 766x35
text run at (0,0) width 766: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should not extend into"
text run at (0,18) width 116: "the input element."
LayoutBlockFlow {DIV} at (0,104) size 784x24
LayoutInline {SPAN} at (0,0) size 32x17
LayoutText {#text} at (0,3) size 32x17
text run at (0,3) width 32: "hello"
LayoutText {#text} at (31,3) size 5x17
text run at (31,3) width 5: " "
LayoutTextControl {INPUT} at (35.98,0) size 58.08x24 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutText {#text} at (0,0) size 0x0
layer at (46,115) size 54x18
LayoutBlockFlow {DIV} at (2,3) size 54.08x18
LayoutText {#text} at (0,0) size 39x17
text run at (0,0) width 39: "world"
selection start: position 2 of child 0 {#text} of child 1 {SPAN} of child 5 {DIV} of body
selection end: position 1 of child 2 {#text} of child 5 {DIV} of body
|