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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-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 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [500, 500] 14 "bounds": [500, 500]
15 }, 15 },
16 { 16 {
17 "position": [55, 55], 17 "position": [55, 55],
18 "bounds": [500, 500], 18 "bounds": [500, 500],
19 "drawsContent": true, 19 "drawsContent": true,
20 "repaintRects": [ 20 "paintInvalidations": [
21 [55, 55, 500, 500], 21 {
22 [0, 0, 500, 500], 22 "object": "LayoutBlockFlow (positioned) DIV",
23 [0, 0, 50, 50] 23 "rect": [55, 55, 500, 500],
24 "reason": "layer"
25 },
26 {
27 "object": "LayoutBlockFlow (positioned) DIV",
28 "rect": [0, 0, 500, 500],
29 "reason": "location change"
30 },
31 {
32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed' ",
33 "rect": [0, 0, 50, 50],
34 "reason": "layoutObject removal"
35 }
24 ] 36 ]
25 } 37 }
26 ] 38 ]
27 } 39 }
28 ] 40 ]
29 } 41 }
30 ] 42 ]
31 } 43 }
32 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698