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

Side by Side Diff: LayoutTests/editing/selection/mixed-editability-3-expected.txt

Issue 14794012: Make contenteditable="false" element as atomic node for selection motion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-05-27T14:00 Created 7 years, 7 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 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document 1 This tests moving the caret forward through content of mixed editability. The ca ret should not be in non-editable piece.
2 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 2
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 EDITING DELEGATE: shouldEndEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document 4
5 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 5
6 EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of TD > TR > TBODY > TABLE > DIV > BODY > HTML > #document to 1 of TD > TR > TBODY > TABLE > DIV > B ODY > HTML > #document 6 Move forward line x 1
7 EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification 7 PASS selection.anchorNode == '[object Text]' is true
8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 8 PASS selection.anchorOffset is 0
9 layer at (0,0) size 800x600 9 Move backward line x 1
10 RenderView at (0,0) size 800x600 10 PASS selection.anchorNode == '[object Text]' is true
11 layer at (0,0) size 800x600 11 PASS selection.anchorOffset is 0
12 RenderBlock {HTML} at (0,0) size 800x600 12 Move forward line x 1
13 RenderBody {BODY} at (8,8) size 784x584 13 PASS selection.anchorNode == '[object Text]' is true
14 RenderBlock {P} at (0,0) size 784x36 14 PASS selection.anchorOffset is 10
15 RenderText {#text} at (0,0) size 754x36 15 Move backward line x 1
16 text run at (0,0) width 459: "This tests moving the caret forward thro ugh content of mixed editability. " 16 PASS selection.anchorNode == '[object Text]' is true
17 text run at (459,0) width 295: "The caret should move down one line fr om the" 17 PASS selection.anchorOffset is 10
18 text run at (0,18) width 470: "editable piece to the editable piece th at's embedded in a non-editable piece." 18 PASS successfullyParsed is true
19 RenderBlock {DIV} at (0,52) size 784x64 19
20 RenderBlock (anonymous) at (0,0) size 784x18 20 TEST COMPLETE
21 RenderText {#text} at (0,0) size 49x18 21
22 text run at (0,0) width 49: "editable"
23 RenderTable {TABLE} at (0,18) size 59x28 [border: (1px outset #808080)]
24 RenderTableSection {TBODY} at (1,1) size 57x26
25 RenderTableRow {TR} at (0,2) size 57x22
26 RenderTableCell {TD} at (2,2) size 53x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
27 RenderText {#text} at (2,2) size 49x18
28 text run at (2,2) width 49: "editable"
29 RenderBlock (anonymous) at (0,46) size 784x18
30 RenderText {#text} at (0,0) size 49x18
31 text run at (0,0) width 49: "editable"
32 caret: position 0 of child 0 {#text} of child 0 {TD} of child 0 {TR} of child 0 {TBODY} of child 1 {TABLE} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698