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

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

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "paintInvalidations": [
9 [295, 102, 15, 400], 9 {
10 [18, 170, 269, 332], 10 "object": "InlineTextBox 'After change'",
11 [18, 150, 269, 352], 11 "rect": [0, 0, 0, 0],
12 [18, 130, 269, 40], 12 "reason": "location change"
13 [18, 130, 269, 20], 13 },
14 [18, 130, 235, 39], 14 {
15 [18, 130, 77, 19], 15 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
16 [10, 102, 285, 400] 16 "rect": [0, 0, 0, 0],
17 ], 17 "reason": "full"
18 "paintInvalidationClients": [ 18 },
19 "InlineTextBox 'To be changed: findme (Manual testing:'", 19 {
20 "InlineTextBox 'Find-in-page 'findme', then click here)'", 20 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
21 "LayoutText #text", 21 "rect": [0, 0, 0, 0],
22 "RootInlineBox", 22 "reason": "full"
23 "RootInlineBox", 23 },
24 "LayoutBlockFlow HTML", 24 {
25 "LayoutBlockFlow DIV id='to-be-changed'", 25 "object": "LayoutBlockFlow DIV",
26 "RootInlineBox", 26 "rect": [18, 170, 269, 332],
27 "LayoutText #text", 27 "reason": "location change"
28 "InlineTextBox 'After change'", 28 },
29 "LayoutBlockFlow DIV", 29 {
30 "VerticalScrollbar" 30 "object": "LayoutBlockFlow DIV",
31 "rect": [18, 150, 269, 352],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutBlockFlow DIV id='to-be-changed'",
36 "rect": [18, 130, 269, 40],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutBlockFlow DIV id='to-be-changed'",
41 "rect": [18, 130, 269, 20],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutBlockFlow HTML",
46 "rect": [10, 102, 285, 400],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [18, 130, 235, 39],
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [18, 130, 77, 19],
57 "reason": "location change"
58 },
59 {
60 "object": "LayoutView #document",
61 "rect": [295, 102, 15, 400],
62 "reason": "scroll"
63 },
64 {
65 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0],
72 "reason": "full"
73 },
74 {
75 "object": "RootInlineBox",
76 "rect": [0, 0, 0, 0],
77 "reason": "full"
78 },
79 {
80 "object": "VerticalScrollbar",
81 "rect": [0, 0, 0, 0],
82 "reason": "scroll"
83 }
31 ] 84 ]
32 } 85 }
33 ] 86 ]
34 } 87 }
35 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698