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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-mac10.9/fast/repaint/multi-layout-one-frame-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 ''", 10 "object": "LayoutBlockFlow DIV id='inner-editor'",
11 "rect": [0, 0, 0, 0], 11 "rect": [138, 11, 117, 13],
12 "reason": "full" 12 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "InlineTextBox ''",
16 "rect": [0, 0, 0, 0],
17 "reason": "full"
18 },
19 {
20 "object": "InlineTextBox 'PASSED'",
21 "rect": [0, 0, 0, 0],
22 "reason": "full"
23 },
24 {
25 "object": "InlineTextBox 'PASSED'",
26 "rect": [0, 0, 0, 0],
27 "reason": "full"
28 }, 13 },
29 { 14 {
30 "object": "LayoutBlockFlow DIV id='inner-editor'", 15 "object": "LayoutBlockFlow DIV id='inner-editor'",
31 "rect": [11, 11, 117, 13], 16 "rect": [11, 11, 117, 13],
32 "reason": "invalidate paint rectangle" 17 "reason": "invalidate paint rectangle"
33 }, 18 },
34 { 19 {
35 "object": "LayoutBlockFlow DIV id='inner-editor'", 20 "object": "LayoutText #text",
36 "rect": [138, 11, 117, 13], 21 "rect": [138, 11, 40, 13],
37 "reason": "invalidate paint rectangle" 22 "reason": "full"
38 }, 23 },
39 { 24 {
40 "object": "LayoutText #text", 25 "object": "LayoutText #text",
41 "rect": [11, 11, 40, 13], 26 "rect": [11, 11, 40, 13],
42 "reason": "full" 27 "reason": "full"
43 }, 28 },
44 { 29 {
45 "object": "LayoutText #text", 30 "object": "InlineTextBox ''",
46 "rect": [138, 11, 40, 13], 31 "reason": "full"
32 },
33 {
34 "object": "InlineTextBox ''",
35 "reason": "full"
36 },
37 {
38 "object": "InlineTextBox 'PASSED'",
39 "reason": "full"
40 },
41 {
42 "object": "InlineTextBox 'PASSED'",
47 "reason": "full" 43 "reason": "full"
48 }, 44 },
49 { 45 {
50 "object": "RootInlineBox", 46 "object": "RootInlineBox",
51 "rect": [0, 0, 0, 0],
52 "reason": "full" 47 "reason": "full"
53 }, 48 },
54 { 49 {
55 "object": "RootInlineBox", 50 "object": "RootInlineBox",
56 "rect": [0, 0, 0, 0],
57 "reason": "full" 51 "reason": "full"
58 } 52 }
59 ] 53 ]
60 } 54 }
61 ] 55 ]
62 } 56 }
63 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698