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

Side by Side Diff: LayoutTests/platform/win/editing/selection/select-all-iframe-expected.txt

Issue 149653003: Avoid requiring a recalc to update compositing state for iframes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 6 years, 10 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 4 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
7 layer at (0,0) size 800x600 7 layer at (0,0) size 800x600
8 RenderView at (0,0) size 800x600 8 RenderView at (0,0) size 800x600
9 layer at (0,0) size 800x600 9 layer at (0,0) size 800x600
10 RenderBlock {HTML} at (0,0) size 800x600 10 RenderBlock {HTML} at (0,0) size 800x600
11 RenderBody {BODY} at (8,8) size 784x576 11 RenderBody {BODY} at (8,8) size 784x576
12 RenderBlock (anonymous) at (0,0) size 784x174 12 RenderBlock (anonymous) at (0,0) size 784x174
13 RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #EEE EEE)]
14 layer at (0,0) size 300x150
15 RenderView at (0,0) size 300x150
16 layer at (0,0) size 300x150
17 RenderBlock {HTML} at (0,0) size 300x150
18 RenderBody {BODY} at (8,8) size 284x134 [bgcolor=#FFFFE0]
19 RenderBlock {DIV} at (0,0) size 284x20
20 RenderBR {BR} at (0,0) size 0x19
21 RenderBR {BR} at (304,154) size 0x0 13 RenderBR {BR} at (304,154) size 0x0
22 RenderBR {BR} at (0,154) size 0x19 14 RenderBR {BR} at (0,154) size 0x19
23 RenderBlock {P} at (0,190) size 784x40 15 RenderBlock {P} at (0,190) size 784x40
24 RenderInline {B} at (0,0) size 658x19 16 RenderInline {B} at (0,0) size 658x19
25 RenderText {#text} at (0,0) size 658x19 17 RenderText {#text} at (0,0) size 658x19
26 text run at (0,0) width 491: "This test uses the eventSender to do a mouse click to focus the subframe. " 18 text run at (0,0) width 491: "This test uses the eventSender to do a mouse click to focus the subframe. "
27 text run at (491,0) width 167: "It won't run interactively." 19 text run at (491,0) width 167: "It won't run interactively."
28 RenderText {#text} at (658,0) size 773x39 20 RenderText {#text} at (658,0) size 773x39
29 text run at (658,0) width 4: " " 21 text run at (658,0) width 4: " "
30 text run at (662,0) width 111: "To run it manually," 22 text run at (662,0) width 111: "To run it manually,"
(...skipping 10 matching lines...) Expand all
41 RenderListItem {LI} at (40,0) size 744x40 33 RenderListItem {LI} at (40,0) size 744x40
42 RenderListMarker at (-18,0) size 7x19: bullet 34 RenderListMarker at (-18,0) size 7x19: bullet
43 RenderText {#text} at (0,0) size 725x39 35 RenderText {#text} at (0,0) size 725x39
44 text run at (0,0) width 428: "The Select All operation should not se lect the iframe, only it's contents. " 36 text run at (0,0) width 428: "The Select All operation should not se lect the iframe, only it's contents. "
45 text run at (428,0) width 297: "The results of the Select All will b e apparent from" 37 text run at (428,0) width 297: "The results of the Select All will b e apparent from"
46 text run at (0,20) width 399: "the delegate messages that DumpRender Tree receives and dumps." 38 text run at (0,20) width 399: "the delegate messages that DumpRender Tree receives and dumps."
47 RenderListItem {LI} at (40,40) size 744x20 39 RenderListItem {LI} at (40,40) size 744x20
48 RenderListMarker at (-18,0) size 7x19: bullet 40 RenderListMarker at (-18,0) size 7x19: bullet
49 RenderText {#text} at (0,0) size 321x19 41 RenderText {#text} at (0,0) size 321x19
50 text run at (0,0) width 321: "The contents of the editable iframe sh ould be deleted." 42 text run at (0,0) width 321: "The contents of the editable iframe sh ould be deleted."
43 layer at (8,8) size 304x154
44 RenderPartObject {IFRAME} at (0,0) size 304x154 [border: (2px inset #EEEEEE)]
45 layer at (0,0) size 300x150
46 RenderView at (0,0) size 300x150
47 layer at (0,0) size 300x150
48 RenderBlock {HTML} at (0,0) size 300x150
49 RenderBody {BODY} at (8,8) size 284x134 [bgcolor=#FFFFE0]
50 RenderBlock {DIV} at (0,0) size 284x20
51 RenderBR {BR} at (0,0) size 0x19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698