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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/non-text-link-invalidation-optimization-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 ' images.'", 10 "object": "LayoutText #text",
11 "rect": [0, 0, 0, 0], 11 "rect": [167, 8, 150, 17],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "InlineTextBox ' no '", 15 "object": "LayoutText #text",
16 "rect": [0, 0, 0, 0], 16 "rect": [76, 8, 64, 18],
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" 17 "reason": "style change"
38 }, 18 },
39 { 19 {
40 "object": "LayoutText #text", 20 "object": "LayoutText #text",
41 "rect": [8, 8, 59, 17], 21 "rect": [8, 8, 59, 17],
42 "reason": "style change" 22 "reason": "style change"
43 }, 23 },
44 { 24 {
45 "object": "LayoutText #text", 25 "object": "LayoutText #text",
46 "rect": [76, 8, 64, 18], 26 "rect": [360, 8, 54, 18],
47 "reason": "style change" 27 "reason": "style change"
48 }, 28 },
49 { 29 {
50 "object": "LayoutText #text", 30 "object": "LayoutText #text",
51 "rect": [139, 8, 29, 18], 31 "rect": [139, 8, 29, 18],
52 "reason": "style change" 32 "reason": "style change"
53 }, 33 },
54 { 34 {
55 "object": "LayoutText #text", 35 "object": "LayoutText #text",
56 "rect": [167, 8, 150, 17],
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutText #text",
61 "rect": [326, 8, 25, 17], 36 "rect": [326, 8, 25, 17],
62 "reason": "style change" 37 "reason": "style change"
63 }, 38 },
64 { 39 {
65 "object": "LayoutText #text", 40 "object": "InlineTextBox ' images.'",
66 "rect": [360, 8, 54, 18], 41 "reason": "style change"
42 },
43 {
44 "object": "InlineTextBox ' no '",
45 "reason": "style change"
46 },
47 {
48 "object": "InlineTextBox ' passes if '",
49 "reason": "style change"
50 },
51 {
52 "object": "InlineTextBox ' text is invalidated and '",
53 "reason": "style change"
54 },
55 {
56 "object": "InlineTextBox 'This test '",
57 "reason": "style change"
58 },
59 {
60 "object": "InlineTextBox 'only'",
67 "reason": "style change" 61 "reason": "style change"
68 } 62 }
69 ] 63 ]
70 } 64 }
71 ] 65 ]
72 } 66 }
73 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698