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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox 'After change'", 10 "object": "LayoutBlockFlow HTML",
11 "rect": [0, 0, 0, 0], 11 "rect": [10, 102, 285, 400],
12 "reason": "location change" 12 "reason": "forced by layout"
13 },
14 {
15 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 }, 13 },
24 { 14 {
25 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV",
26 "rect": [18, 146, 269, 356], 16 "rect": [18, 146, 269, 356],
27 "reason": "location change" 17 "reason": "location change"
28 }, 18 },
29 { 19 {
30 "object": "LayoutBlockFlow DIV id='to-be-changed'", 20 "object": "LayoutBlockFlow DIV id='to-be-changed'",
31 "rect": [18, 128, 269, 36], 21 "rect": [18, 128, 269, 36],
32 "reason": "forced by layout" 22 "reason": "forced by layout"
33 }, 23 },
34 { 24 {
35 "object": "LayoutBlockFlow HTML",
36 "rect": [10, 102, 285, 400],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutText #text", 25 "object": "LayoutText #text",
41 "rect": [18, 128, 257, 36], 26 "rect": [18, 128, 257, 36],
42 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
43 }, 28 },
44 { 29 {
45 "object": "LayoutText #text", 30 "object": "LayoutText #text",
46 "rect": [18, 128, 84, 18], 31 "rect": [18, 128, 84, 18],
47 "reason": "location change" 32 "reason": "location change"
48 }, 33 },
49 { 34 {
50 "object": "LayoutView #document", 35 "object": "LayoutView #document",
51 "rect": [295, 102, 15, 400], 36 "rect": [295, 102, 15, 400],
52 "reason": "scroll" 37 "reason": "scroll"
53 }, 38 },
54 { 39 {
55 "object": "RootInlineBox", 40 "object": "InlineTextBox 'After change'",
56 "rect": [0, 0, 0, 0], 41 "reason": "location change"
42 },
43 {
44 "object": "InlineTextBox 'Find-in-page 'findme', then click here)'",
45 "reason": "full"
46 },
47 {
48 "object": "InlineTextBox 'To be changed: findme (Manual testing:'",
57 "reason": "full" 49 "reason": "full"
58 }, 50 },
59 { 51 {
60 "object": "RootInlineBox", 52 "object": "RootInlineBox",
61 "rect": [0, 0, 0, 0],
62 "reason": "full" 53 "reason": "full"
63 }, 54 },
64 { 55 {
65 "object": "RootInlineBox", 56 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0], 57 "reason": "full"
58 },
59 {
60 "object": "RootInlineBox",
67 "reason": "full" 61 "reason": "full"
68 }, 62 },
69 { 63 {
70 "object": "VerticalScrollbar", 64 "object": "VerticalScrollbar",
71 "rect": [0, 0, 0, 0],
72 "reason": "scroll" 65 "reason": "scroll"
73 } 66 }
74 ] 67 ]
75 } 68 }
76 ] 69 ]
77 } 70 }
78 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698