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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-7235-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
13 "rect": [8, 156, 784, 19], 13 "rect": [8, 156, 784, 20],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) DIV id='t'", 17 "object": "LayoutBlockFlow (positioned) DIV id='t'",
18 "rect": [8, 176, 100, 100], 18 "rect": [8, 176, 100, 100],
19 "reason": "layoutObject insertion" 19 "reason": "layoutObject insertion"
20 },
21 {
22 "object": "LayoutInline (relative positioned) SPAN id='p'",
23 "rect": [8, 156, 4, 19],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutText #text",
28 "rect": [8, 156, 4, 19],
29 "reason": "forced by layout"
20 } 30 }
21 ] 31 ]
22 } 32 }
23 ], 33 ],
24 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
25 { 35 {
26 "object": "InlineTextBox '\u00A0'", 36 "object": "LayoutBlockFlow (anonymous)",
27 "reason": "full" 37 "reason": "forced by layout"
38 },
39 {
40 "object": "RootInlineBox",
41 "reason": "forced by layout"
42 },
43 {
44 "object": "LayoutInline (relative positioned) SPAN id='p'",
45 "reason": "forced by layout"
28 }, 46 },
29 { 47 {
30 "object": "InlineFlowBox", 48 "object": "InlineFlowBox",
31 "reason": "full" 49 "reason": "forced by layout"
32 }, 50 },
33 { 51 {
34 "object": "RootInlineBox", 52 "object": "LayoutText #text",
35 "reason": "full" 53 "reason": "forced by layout"
36 }, 54 },
37 { 55 {
38 "object": "InlineBox", 56 "object": "InlineTextBox '\u00A0'",
39 "reason": "full" 57 "reason": "forced by layout"
40 },
41 {
42 "object": "LayoutBlockFlow (anonymous)",
43 "reason": "invalidate paint rectangle"
44 }, 58 },
45 { 59 {
46 "object": "LayoutBlockFlow (positioned) DIV id='t'", 60 "object": "LayoutBlockFlow (positioned) DIV id='t'",
47 "reason": "layoutObject insertion" 61 "reason": "layoutObject insertion"
48 } 62 }
49 ] 63 ]
50 } 64 }
51 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698