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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win7/fast/repaint/inline-focus-expected.txt

Issue 2179943005: Auto-rebaseline for r408040 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/fast/repaint/inline-focus-expected.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutInline A id='link'",
13 "rect": [-1, -1, 802, 234],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutBlockFlow P",
18 "rect": [0, 34, 800, 18],
19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow (anonymous)",
23 "rect": [0, 0, 800, 18],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [0, 34, 429, 17],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutInline A",
33 "rect": [0, 0, 24, 17],
34 "reason": "forced by layout"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [0, 4, 24, 12],
39 "reason": "forced by layout"
40 }
41 ]
42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutBlockFlow (anonymous)",
47 "reason": "forced by layout"
48 },
49 {
50 "object": "RootInlineBox",
51 "reason": "forced by layout"
52 },
53 {
54 "object": "LayoutInline A id='link'",
55 "reason": "style change"
56 },
57 {
58 "object": "InlineFlowBox",
59 "reason": "style change"
60 },
61 {
62 "object": "LayoutInline A",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "InlineFlowBox",
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutText #text",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "InlineTextBox 'Home'",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutBlockFlow P",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "RootInlineBox",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "LayoutText #text",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get the ir outline painted'",
91 "reason": "forced by layout"
92 }
93 ]
94 }
95
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/win7/fast/repaint/inline-focus-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698