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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt

Issue 1415983002: Auto-rebaseline for r355074 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [295, 102, 15, 400], 9 [295, 102, 15, 400],
10 [295, 102, 15, 400], 10 [295, 102, 15, 400],
11 [18, 164, 269, 338], 11 [18, 164, 269, 338],
12 [18, 146, 269, 356], 12 [18, 146, 269, 356],
13 [18, 128, 269, 36],
13 [18, 128, 269, 18], 14 [18, 128, 269, 18],
15 [18, 128, 257, 36],
14 [18, 128, 84, 18], 16 [18, 128, 84, 18],
15 [18, 110, 269, 392],
16 [17, 128, 270, 36],
17 [17, 128, 258, 36],
18 [17, 110, 270, 392],
19 [10, 102, 285, 400] 17 [10, 102, 285, 400]
20 ], 18 ],
21 "paintInvalidationClients": [ 19 "paintInvalidationClients": [
22 "InlineTextBox 'To be changed: findme (Manual testing:'", 20 "InlineTextBox 'To be changed: findme (Manual testing:'",
23 "InlineTextBox 'Find-in-page 'findme', then click here)'", 21 "InlineTextBox 'Find-in-page 'findme', then click here)'",
24 "LayoutText #text", 22 "LayoutText #text",
25 "RootInlineBox", 23 "RootInlineBox",
26 "RootInlineBox", 24 "RootInlineBox",
27 "VerticalScrollbar", 25 "VerticalScrollbar",
28 "LayoutIFrame (positioned) IFRAME id='iframe'", 26 "LayoutIFrame (positioned) IFRAME id='iframe'",
29 "VerticalScrollbar", 27 "VerticalScrollbar",
30 "LayoutIFrame (positioned) IFRAME id='iframe'", 28 "LayoutIFrame (positioned) IFRAME id='iframe'",
31 "LayoutBlockFlow HTML", 29 "LayoutBlockFlow HTML",
32 "LayoutBlockFlow BODY",
33 "LayoutBlockFlow DIV id='to-be-changed'", 30 "LayoutBlockFlow DIV id='to-be-changed'",
34 "LayoutText #text", 31 "LayoutText #text",
35 "InlineTextBox 'After change'", 32 "InlineTextBox 'After change'",
36 "LayoutBlockFlow DIV" 33 "LayoutBlockFlow DIV"
37 ] 34 ]
38 } 35 }
39 ] 36 ]
40 } 37 }
41 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698