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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt

Issue 2084643002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow DIV id='resizing'",
10 "position": [8, 8], 13 "position": [8, 8],
11 "bounds": [402, 207], 14 "bounds": [402, 207],
12 "drawsContent": true, 15 "drawsContent": true,
13 "paintInvalidations": [ 16 "paintInvalidations": [
14 { 17 {
15 "object": "LayoutBlockFlow DIV id='resizing'", 18 "object": "LayoutBlockFlow DIV id='resizing'",
16 "rect": [0, 104, 402, 103], 19 "rect": [0, 104, 402, 103],
17 "reason": "incremental" 20 "reason": "incremental"
18 }, 21 },
19 { 22 {
20 "object": "LayoutBlockFlow DIV id='resizing'", 23 "object": "LayoutBlockFlow DIV id='resizing'",
21 "rect": [0, 105, 402, 102], 24 "rect": [0, 105, 402, 102],
22 "reason": "incremental" 25 "reason": "incremental"
23 }, 26 },
24 { 27 {
25 "object": "LayoutBlockFlow DIV", 28 "object": "LayoutBlockFlow DIV",
26 "rect": [2, 155, 398, 50], 29 "rect": [2, 155, 398, 50],
27 "reason": "layoutObject insertion" 30 "reason": "layoutObject insertion"
28 }, 31 },
29 { 32 {
30 "object": "LayoutBlockFlow DIV", 33 "object": "LayoutBlockFlow DIV",
31 "rect": [2, 104, 398, 50], 34 "rect": [2, 104, 398, 50],
32 "reason": "layoutObject insertion" 35 "reason": "layoutObject insertion"
33 } 36 }
34 ] 37 ]
35 } 38 }
36 ] 39 ]
37 } 40 }
41 ],
42 "objectPaintInvalidations": [
43 {
44 "object": "LayoutBlockFlow DIV id='resizing'",
45 "reason": "incremental"
46 },
47 {
48 "object": "LayoutBlockFlow DIV",
49 "reason": "layoutObject insertion"
50 },
51 {
52 "object": "LayoutBlockFlow DIV",
53 "reason": "layoutObject insertion"
54 }
38 ] 55 ]
39 } 56 }
40 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698