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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-overflow-scrolled-squashed-content-expected.txt

Issue 1883513002: 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": [185, 185], 11 "bounds": [185, 185],
12 "shouldFlattenTransform": false, 12 "shouldFlattenTransform": false,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [150, 1000], 15 "bounds": [150, 1000],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "drawsContent": true, 17 "drawsContent": true,
18 "backgroundColor": "#ADD8E6" 18 "backgroundColor": "#ADD8E6"
19 }, 19 },
20 { 20 {
21 "bounds": [100, 1000], 21 "bounds": [100, 1000],
22 "drawsContent": true, 22 "drawsContent": true,
23 "repaintRects": [ 23 "paintInvalidations": [
24 [0, 0, 100, 1000] 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
26 "rect": [0, 0, 100, 1000],
27 "reason": "style change"
28 }
25 ] 29 ]
26 } 30 }
27 ] 31 ]
28 } 32 }
29 ] 33 ]
30 } 34 }
31 ] 35 ]
32 } 36 }
33 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698