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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/non-text-link-invalidation-optimization-expected.txt

Issue 1881903002: 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
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "InlineTextBox ' images.'",
11 "rect": [0, 0, 0, 0],
12 "reason": "style change"
13 },
14 {
15 "object": "InlineTextBox ' no '",
16 "rect": [0, 0, 0, 0],
17 "reason": "style change"
18 },
19 {
20 "object": "InlineTextBox ' passes if '",
21 "rect": [0, 0, 0, 0],
22 "reason": "style change"
23 },
24 {
25 "object": "InlineTextBox ' text is invalidated and '",
26 "rect": [0, 0, 0, 0],
27 "reason": "style change"
28 },
29 {
30 "object": "InlineTextBox 'This test '",
31 "rect": [0, 0, 0, 0],
32 "reason": "style change"
33 },
34 {
35 "object": "InlineTextBox 'only'",
36 "rect": [0, 0, 0, 0],
37 "reason": "style change"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [8, 8, 59, 18],
42 "reason": "style change"
43 },
44 {
45 "object": "LayoutText #text",
46 "rect": [76, 8, 64, 18],
47 "reason": "style change"
48 },
49 {
50 "object": "LayoutText #text",
51 "rect": [139, 8, 29, 18],
52 "reason": "style change"
53 },
54 {
55 "object": "LayoutText #text",
56 "rect": [167, 8, 150, 18],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [326, 8, 25, 18],
62 "reason": "style change"
63 },
64 {
65 "object": "LayoutText #text",
66 "rect": [360, 8, 54, 18],
67 "reason": "style change"
68 }
69 ]
70 }
71 ]
72 }
73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698