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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/repaint/resize-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 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [402, 207], 11 "bounds": [402, 207],
12 "drawsContent": true, 12 "drawsContent": true,
13 "repaintRects": [ 13 "paintInvalidations": [
14 [2, 155, 398, 50], 14 {
15 [2, 104, 398, 50], 15 "object": "LayoutBlockFlow DIV",
16 [0, 105, 402, 102], 16 "rect": [2, 104, 398, 50],
17 [0, 104, 402, 103] 17 "reason": "location change"
18 ], 18 },
19 "paintInvalidationClients": [ 19 {
20 "LayoutBlockFlow DIV id='resizing'", 20 "object": "LayoutBlockFlow DIV",
21 "LayoutBlockFlow DIV", 21 "rect": [2, 155, 398, 50],
22 "LayoutBlockFlow DIV" 22 "reason": "location change"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='resizing'",
26 "rect": [0, 105, 402, 102],
27 "reason": "incremental"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='resizing'",
31 "rect": [0, 104, 402, 103],
32 "reason": "incremental"
33 }
23 ] 34 ]
24 } 35 }
25 ] 36 ]
26 } 37 }
27 ] 38 ]
28 } 39 }
29 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698