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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt

Issue 1968743003: Auto-rebaseline for r392861 (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 "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 "paintInvalidations": [ 20 "paintInvalidations": [
21 { 21 {
22 "object": "LayoutBlockFlow (positioned) DIV", 22 "object": "LayoutBlockFlow (positioned) DIV",
23 "rect": [55, 55, 500, 500], 23 "rect": [55, 55, 500, 500],
24 "reason": "layer" 24 "reason": "subtree"
25 }, 25 },
26 { 26 {
27 "object": "LayoutBlockFlow (positioned) DIV", 27 "object": "LayoutBlockFlow (positioned) DIV",
28 "rect": [0, 0, 500, 500], 28 "rect": [0, 0, 500, 500],
29 "reason": "compositing update" 29 "reason": "compositing update"
30 }, 30 },
31 { 31 {
32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed' ", 32 "object": "LayoutBlockFlow (positioned) DIV id='to-be-removed' ",
33 "rect": [0, 0, 50, 50], 33 "rect": [0, 0, 50, 50],
34 "reason": "layoutObject removal" 34 "reason": "layoutObject removal"
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ] 38 ]
39 } 39 }
40 ] 40 ]
41 } 41 }
42 ] 42 ]
43 } 43 }
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698