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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/media/video-paint-invalidation-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 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [320, 240] 11 "bounds": [320, 240]
12 }, 12 },
13 { 13 {
14 "shouldFlattenTransform": false, 14 "shouldFlattenTransform": false,
15 "children": [ 15 "children": [
16 { 16 {
17 "position": [8, 8], 17 "position": [8, 8],
18 "bounds": [320, 240], 18 "bounds": [320, 240],
19 "drawsContent": true 19 "drawsContent": true
20 }, 20 },
21 { 21 {
22 "position": [8, 8], 22 "position": [8, 8],
23 "bounds": [320, 235], 23 "bounds": [320, 235],
24 "drawsContent": true, 24 "drawsContent": true,
25 "paintInvalidations": [ 25 "paintInvalidations": [
26 { 26 {
27 "object": "InlineTextBox ''", 27 "object": "LayoutFlexibleBox DIV",
28 "rect": [0, 0, 0, 0], 28 "rect": [47, 208, 111, 24],
29 "reason": "forced by layout"
30 },
31 {
32 "object": "LayoutSlider INPUT",
33 "rect": [47, 208, 111, 24],
29 "reason": "full" 34 "reason": "full"
30 }, 35 },
31 { 36 {
32 "object": "InlineTextBox '0:00'", 37 "object": "LayoutSlider INPUT",
33 "rect": [0, 0, 0, 0], 38 "rect": [229, 208, 50, 24],
34 "reason": "full" 39 "reason": "full"
35 }, 40 },
36 { 41 {
37 "object": "LayoutBlockFlow (anonymous)", 42 "object": "LayoutButton INPUT",
38 "rect": [159, 205, 27, 22], 43 "rect": [194, 205, 36, 30],
39 "reason": "invalidate paint rectangle" 44 "reason": "full"
40 }, 45 },
41 { 46 {
42 "object": "LayoutBlockFlow DIV id='thumb'", 47 "object": "LayoutBlockFlow DIV id='thumb'",
43 "rect": [118, 208, 33, 24], 48 "rect": [118, 208, 33, 24],
44 "reason": "location change" 49 "reason": "location change"
45 }, 50 },
46 { 51 {
47 "object": "LayoutBlockFlow DIV id='thumb'", 52 "object": "LayoutBlockFlow DIV id='thumb'",
48 "rect": [47, 208, 32, 24], 53 "rect": [47, 208, 32, 24],
49 "reason": "location change" 54 "reason": "location change"
50 }, 55 },
51 { 56 {
52 "object": "LayoutButton INPUT", 57 "object": "LayoutButton INPUT",
53 "rect": [14, 205, 30, 30], 58 "rect": [14, 205, 30, 30],
54 "reason": "full" 59 "reason": "full"
55 }, 60 },
56 { 61 {
57 "object": "LayoutButton INPUT",
58 "rect": [194, 205, 36, 30],
59 "reason": "full"
60 },
61 {
62 "object": "LayoutFlexibleBox DIV",
63 "rect": [47, 208, 111, 24],
64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutSlider INPUT",
68 "rect": [47, 208, 111, 24],
69 "reason": "full"
70 },
71 {
72 "object": "LayoutSlider INPUT",
73 "rect": [229, 208, 50, 24],
74 "reason": "full"
75 },
76 {
77 "object": "LayoutText #text", 62 "object": "LayoutText #text",
78 "rect": [159, 212, 28, 15], 63 "rect": [159, 212, 28, 15],
79 "reason": "full" 64 "reason": "full"
80 }, 65 },
81 { 66 {
67 "object": "LayoutBlockFlow (anonymous)",
68 "rect": [159, 205, 27, 22],
69 "reason": "invalidate paint rectangle"
70 },
71 {
72 "object": "InlineTextBox ''",
73 "reason": "full"
74 },
75 {
76 "object": "InlineTextBox '0:00'",
77 "reason": "full"
78 },
79 {
82 "object": "RootInlineBox", 80 "object": "RootInlineBox",
83 "rect": [0, 0, 0, 0],
84 "reason": "full" 81 "reason": "full"
85 } 82 }
86 ] 83 ]
87 } 84 }
88 ] 85 ]
89 } 86 }
90 ] 87 ]
91 } 88 }
92 ] 89 ]
93 } 90 }
94 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698