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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "HorizontalScrollbar",
11 "rect": [0, 0, 0, 0],
12 "reason": "scroll"
13 },
14 {
15 "object": "LayoutBlockFlow DIV id='details-content'", 10 "object": "LayoutBlockFlow DIV id='details-content'",
16 "rect": [8, 72, 784, 22], 11 "rect": [8, 72, 784, 22],
17 "reason": "location change" 12 "reason": "location change"
18 }, 13 },
19 { 14 {
15 "object": "LayoutTextControl INPUT",
16 "rect": [8, 72, 154, 22],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow DIV id='inner-editor'", 20 "object": "LayoutBlockFlow DIV id='inner-editor'",
21 "rect": [10, 75, 150, 16], 21 "rect": [10, 75, 150, 16],
22 "reason": "location change" 22 "reason": "location change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutDetailsMarker DIV id='details-marker'", 25 "object": "LayoutDetailsMarker DIV id='details-marker'",
26 "rect": [8, 56, 11, 11], 26 "rect": [8, 56, 11, 11],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "HorizontalScrollbar",
31 "reason": "scroll"
32 },
33 {
34 "object": "LayoutBlockFlow DIV id='inner-editor'",
35 "reason": "scroll"
36 },
37 {
30 "object": "LayoutText #text", 38 "object": "LayoutText #text",
31 "rect": [0, 0, 0, 0],
32 "reason": "location change" 39 "reason": "location change"
33 }, 40 },
34 { 41 {
35 "object": "LayoutText #text", 42 "object": "LayoutText #text",
36 "rect": [0, 0, 0, 0],
37 "reason": "location change"
38 },
39 {
40 "object": "LayoutTextControl INPUT",
41 "rect": [8, 72, 154, 22],
42 "reason": "location change" 43 "reason": "location change"
43 }, 44 },
44 { 45 {
45 "object": "RootInlineBox", 46 "object": "RootInlineBox",
46 "rect": [0, 0, 0, 0],
47 "reason": "full" 47 "reason": "full"
48 }, 48 },
49 { 49 {
50 "object": "VerticalScrollbar", 50 "object": "VerticalScrollbar",
51 "rect": [0, 0, 0, 0],
52 "reason": "scroll" 51 "reason": "scroll"
53 } 52 }
54 ] 53 ]
55 } 54 }
56 ] 55 ]
57 } 56 }
58 57
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698