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 745x35
text run at (0,0) width 745: "To manually test, select text by a mouse drag starting in \"hello\" and ending in \"world\". Selection should only extend"
text run at (0,18) width 158: "inside the input element."
LayoutBlockFlow {DIV} at (0,104) size 784x24
LayoutTextControl {INPUT} at (0,0) size 58.08x24 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
LayoutText {#text} at (58,3) size 5x17
text run at (58,3) width 5: " "
LayoutInline {SPAN} at (0,0) size 38x17
LayoutText {#text} at (62,3) size 38x17
text run at (62,3) width 38: "world"
LayoutText {#text} at (0,0) size 0x0
layer at (10,115) size 54x18
LayoutBlockFlow {DIV} at (2,3) size 54.08x18
LayoutText {#text} at (0,0) size 34x17
text run at (0,0) width 34: "hello"
selection start: position 4 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
selection end: position 5 of child 0 {#text} of child 0 {DIV} of {#document-fragment} of child 1 {INPUT} of child 5 {DIV} of body
|