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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-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
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": [700, 525] 11 "bounds": [700, 525]
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": [700, 525], 18 "bounds": [700, 525],
19 "drawsContent": true 19 "drawsContent": true
20 }, 20 },
21 { 21 {
22 "position": [8, 8], 22 "position": [8, 8],
23 "bounds": [700, 520], 23 "bounds": [700, 520],
24 "drawsContent": true, 24 "drawsContent": true,
25 "repaintRects": [ 25 "paintInvalidations": [
26 [628, 493, 24, 24], 26 {
27 [570, 493, 89, 24], 27 "object": "LayoutBlockFlow DIV id='thumb'",
28 [570, 493, 89, 24], 28 "rect": [628, 493, 24, 24],
29 [570, 493, 24, 24], 29 "reason": "location change"
30 [535, 490, 35, 30] 30 },
31 ], 31 {
32 "paintInvalidationClients": [ 32 "object": "LayoutBlockFlow DIV id='thumb'",
33 "LayoutButton INPUT", 33 "rect": [570, 493, 24, 24],
34 "LayoutSlider INPUT", 34 "reason": "location change"
35 "LayoutFlexibleBox DIV", 35 },
36 "LayoutBlockFlow DIV id='thumb'" 36 {
37 "object": "LayoutButton INPUT",
38 "rect": [535, 490, 35, 30],
39 "reason": "full"
40 },
41 {
42 "object": "LayoutFlexibleBox DIV",
43 "rect": [570, 493, 89, 24],
44 "reason": "forced by layout"
45 },
46 {
47 "object": "LayoutSlider INPUT",
48 "rect": [570, 493, 89, 24],
49 "reason": "full"
50 }
37 ] 51 ]
38 } 52 }
39 ] 53 ]
40 } 54 }
41 ] 55 ]
42 } 56 }
43 ] 57 ]
44 } 58 }
45 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698