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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox 'abc'", 10 "object": "LayoutBlockFlow DIV id='inner-target'",
11 "rect": [0, 0, 0, 0], 11 "rect": [8, 187, 784, 20],
12 "reason": "full"
13 },
14 {
15 "object": "InlineTextBox 'abc'",
16 "rect": [0, 0, 0, 0],
17 "reason": "location change" 12 "reason": "location change"
18 }, 13 },
19 { 14 {
20 "object": "LayoutBlockFlow BODY", 15 "object": "LayoutBlockFlow BODY",
21 "rect": [18, 18, 284, 20], 16 "rect": [18, 18, 284, 20],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutBlockFlow DIV id='inner-target'", 20 "object": "LayoutBlockFlow DIV id='inner-target'",
26 "rect": [18, 18, 284, 20], 21 "rect": [18, 18, 284, 20],
27 "reason": "layoutObject removal" 22 "reason": "layoutObject removal"
28 }, 23 },
29 { 24 {
30 "object": "LayoutBlockFlow DIV id='inner-target'",
31 "rect": [8, 187, 784, 20],
32 "reason": "location change"
33 },
34 {
35 "object": "LayoutText #text", 25 "object": "LayoutText #text",
36 "rect": [18, 18, 22, 19], 26 "rect": [18, 18, 22, 19],
37 "reason": "layoutObject removal" 27 "reason": "layoutObject removal"
38 }, 28 },
39 { 29 {
40 "object": "LayoutText #text", 30 "object": "LayoutText #text",
41 "rect": [8, 187, 22, 19], 31 "rect": [8, 187, 22, 19],
42 "reason": "location change" 32 "reason": "location change"
43 }, 33 },
44 { 34 {
35 "object": "InlineTextBox 'abc'",
36 "reason": "full"
37 },
38 {
39 "object": "InlineTextBox 'abc'",
40 "reason": "location change"
41 },
42 {
45 "object": "RootInlineBox", 43 "object": "RootInlineBox",
46 "rect": [0, 0, 0, 0],
47 "reason": "full" 44 "reason": "full"
48 }, 45 },
49 { 46 {
50 "object": "RootInlineBox", 47 "object": "RootInlineBox",
51 "rect": [0, 0, 0, 0],
52 "reason": "full" 48 "reason": "full"
53 } 49 }
54 ] 50 ]
55 } 51 }
56 ] 52 ]
57 } 53 }
58 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698