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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/inline-focus-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": "InlineFlowBox", 10 "object": "LayoutInline A id='link'",
11 "rect": [0, 0, 0, 0], 11 "rect": [-1, -1, 802, 234],
12 "reason": "full"
13 },
14 {
15 "object": "InlineFlowBox",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineFlowBox",
21 "rect": [0, 0, 0, 0],
22 "reason": "style change" 12 "reason": "style change"
23 }, 13 },
24 { 14 {
25 "object": "InlineTextBox 'Home'", 15 "object": "LayoutBlockFlow HTML",
26 "rect": [0, 0, 0, 0], 16 "rect": [-1, -1, 801, 233],
27 "reason": "full"
28 },
29 {
30 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
31 "rect": [0, 0, 0, 0],
32 "reason": "full"
33 },
34 {
35 "object": "LayoutBlockFlow (anonymous)",
36 "rect": [-1, -1, 801, 19],
37 "reason": "bounds change" 17 "reason": "bounds change"
38 }, 18 },
39 { 19 {
40 "object": "LayoutBlockFlow BODY", 20 "object": "LayoutBlockFlow BODY",
41 "rect": [-1, -1, 801, 53], 21 "rect": [-1, -1, 801, 53],
42 "reason": "bounds change" 22 "reason": "bounds change"
43 }, 23 },
44 { 24 {
45 "object": "LayoutBlockFlow HTML", 25 "object": "LayoutBlockFlow (anonymous)",
46 "rect": [-1, -1, 801, 233], 26 "rect": [-1, -1, 801, 19],
47 "reason": "bounds change" 27 "reason": "bounds change"
48 }, 28 },
49 { 29 {
50 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
51 "rect": [0, 34, 800, 18], 31 "rect": [0, 34, 800, 18],
52 "reason": "invalidate paint rectangle" 32 "reason": "invalidate paint rectangle"
53 }, 33 },
54 { 34 {
55 "object": "LayoutInline A id='link'", 35 "object": "InlineFlowBox",
56 "rect": [-1, -1, 802, 234], 36 "reason": "full"
37 },
38 {
39 "object": "InlineFlowBox",
40 "reason": "full"
41 },
42 {
43 "object": "InlineFlowBox",
57 "reason": "style change" 44 "reason": "style change"
58 }, 45 },
59 { 46 {
60 "object": "RootInlineBox", 47 "object": "InlineTextBox 'Home'",
61 "rect": [0, 0, 0, 0], 48 "reason": "full"
49 },
50 {
51 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
62 "reason": "full" 52 "reason": "full"
63 }, 53 },
64 { 54 {
65 "object": "RootInlineBox", 55 "object": "RootInlineBox",
66 "rect": [0, 0, 0, 0],
67 "reason": "full" 56 "reason": "full"
68 }, 57 },
69 { 58 {
70 "object": "RootInlineBox", 59 "object": "RootInlineBox",
71 "rect": [0, 0, 0, 0], 60 "reason": "full"
61 },
62 {
63 "object": "RootInlineBox",
72 "reason": "full" 64 "reason": "full"
73 } 65 }
74 ] 66 ]
75 } 67 }
76 ] 68 ]
77 } 69 }
78 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698