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

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

Issue 1890293002: Manual rebaseline for bug 602483, 602614, 602616, 602618 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml for NeedsManualRebaseline (it was skipped so no baseline generated) 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 "paintInvalidations": [ 13 "paintInvalidations": [
14 { 14 {
15 "object": "LayoutBlockFlow DIV", 15 "object": "LayoutBlockFlow DIV id='resizing'",
16 "rect": [2, 104, 398, 50], 16 "rect": [0, 104, 402, 103],
17 "reason": "location change" 17 "reason": "incremental"
18 },
19 {
20 "object": "LayoutBlockFlow DIV",
21 "rect": [2, 155, 398, 50],
22 "reason": "location change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV id='resizing'", 20 "object": "LayoutBlockFlow DIV id='resizing'",
26 "rect": [0, 105, 402, 102], 21 "rect": [0, 105, 402, 102],
27 "reason": "incremental" 22 "reason": "incremental"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow DIV id='resizing'", 25 "object": "LayoutBlockFlow DIV",
31 "rect": [0, 104, 402, 103], 26 "rect": [2, 155, 398, 50],
32 "reason": "incremental" 27 "reason": "location change"
28 },
29 {
30 "object": "LayoutBlockFlow DIV",
31 "rect": [2, 104, 398, 50],
32 "reason": "location change"
33 } 33 }
34 ] 34 ]
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ] 38 ]
39 } 39 }
40 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698