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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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],
(...skipping 23 matching lines...) Expand all
34 "reason": "full" 34 "reason": "full"
35 }, 35 },
36 { 36 {
37 "object": "LayoutButton INPUT", 37 "object": "LayoutButton INPUT",
38 "rect": [535, 490, 35, 30], 38 "rect": [535, 490, 35, 30],
39 "reason": "full" 39 "reason": "full"
40 }, 40 },
41 { 41 {
42 "object": "LayoutBlockFlow DIV id='thumb'", 42 "object": "LayoutBlockFlow DIV id='thumb'",
43 "rect": [599, 493, 24, 24], 43 "rect": [599, 493, 24, 24],
44 "reason": "location change" 44 "reason": "full"
45 }, 45 },
46 { 46 {
47 "object": "LayoutBlockFlow DIV id='thumb'", 47 "object": "LayoutBlockFlow DIV id='thumb'",
48 "rect": [570, 493, 24, 24], 48 "rect": [570, 493, 24, 24],
49 "reason": "location change" 49 "reason": "full"
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 ] 57 ]
58 } 58 }
59 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698