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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/video-mute-repaint-expected.txt

Issue 2343713003: Fix under-invalidation of media slider thumb when network state changes (Closed)
Patch Set: - Created 4 years, 3 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
(...skipping 12 matching lines...) Expand all
23 "bounds": [700, 525], 23 "bounds": [700, 525],
24 "drawsContent": true 24 "drawsContent": true
25 }, 25 },
26 { 26 {
27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)", 27 "name": "Squashing Layer (first squashed layer: LayoutFlexibleBox (relative positioned) DIV)",
28 "position": [8, 8], 28 "position": [8, 8],
29 "bounds": [700, 525], 29 "bounds": [700, 525],
30 "drawsContent": true, 30 "drawsContent": true,
31 "paintInvalidations": [ 31 "paintInvalidations": [
32 { 32 {
33 "object": "LayoutBlockFlow DIV id='track'",
34 "rect": [562, 485, 106, 48],
35 "reason": "subtree"
36 },
37 {
33 "object": "LayoutFlexibleBox DIV", 38 "object": "LayoutFlexibleBox DIV",
34 "rect": [580, 508, 70, 2], 39 "rect": [580, 508, 70, 2],
35 "reason": "forced by layout" 40 "reason": "subtree"
36 }, 41 },
37 { 42 {
38 "object": "LayoutSlider INPUT", 43 "object": "LayoutSlider INPUT",
39 "rect": [580, 508, 70, 2], 44 "rect": [580, 508, 70, 2],
40 "reason": "full" 45 "reason": "subtree"
41 }, 46 },
42 { 47 {
43 "object": "LayoutBlockFlow DIV id='thumb'", 48 "object": "LayoutBlockFlow DIV id='thumb'",
44 "rect": [632, 485, 36, 48], 49 "rect": [632, 485, 36, 48],
45 "reason": "full" 50 "reason": "subtree"
46 }, 51 },
47 { 52 {
48 "object": "LayoutBlockFlow DIV id='thumb'", 53 "object": "LayoutBlockFlow DIV id='thumb'",
49 "rect": [562, 485, 36, 48], 54 "rect": [562, 485, 36, 48],
50 "reason": "full" 55 "reason": "subtree"
51 }, 56 },
52 { 57 {
53 "object": "LayoutButton INPUT", 58 "object": "LayoutButton INPUT",
54 "rect": [530, 493, 32, 32], 59 "rect": [530, 493, 32, 32],
55 "reason": "full" 60 "reason": "subtree"
56 } 61 }
57 ] 62 ]
58 } 63 }
59 ] 64 ]
60 } 65 }
61 ] 66 ]
62 } 67 }
63 ], 68 ],
64 "objectPaintInvalidations": [ 69 "objectPaintInvalidations": [
65 { 70 {
66 "object": "LayoutVideo VIDEO id='v'", 71 "object": "LayoutVideo VIDEO id='v'",
67 "reason": "style change" 72 "reason": "style change"
68 }, 73 },
69 { 74 {
70 "object": "LayoutButton INPUT", 75 "object": "LayoutButton INPUT",
71 "reason": "full" 76 "reason": "subtree"
72 }, 77 },
73 { 78 {
74 "object": "LayoutSlider INPUT", 79 "object": "LayoutSlider INPUT",
75 "reason": "full" 80 "reason": "subtree"
76 }, 81 },
77 { 82 {
78 "object": "LayoutFlexibleBox DIV", 83 "object": "LayoutFlexibleBox DIV",
79 "reason": "forced by layout" 84 "reason": "subtree"
85 },
86 {
87 "object": "LayoutBlockFlow DIV id='track'",
88 "reason": "subtree"
80 }, 89 },
81 { 90 {
82 "object": "LayoutBlockFlow DIV id='thumb'", 91 "object": "LayoutBlockFlow DIV id='thumb'",
83 "reason": "full" 92 "reason": "subtree"
84 } 93 }
85 ] 94 ]
86 } 95 }
87 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698