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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt

Issue 2166923004: Fix Ruby visual rects in flipped blocks writing mode. (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 DIV",
13 "rect": [18, 148, 200, 18], 13 "rect": [8, 8, 32, 15],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutRuby (inline) RUBY id='outer'",
18 "rect": [18, 110, 200, 18], 18 "rect": [8, 15, 32, 8],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutRubyBase (anonymous)",
23 "rect": [8, 15, 20, 8],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutRubyRun (anonymous)",
28 "rect": [8, 15, 20, 8],
19 "reason": "forced by layout" 29 "reason": "forced by layout"
20 }, 30 },
21 { 31 {
22 "object": "LayoutInline SPAN id='outer'", 32 "object": "LayoutText #text",
23 "rect": [16, 108, 88, 60], 33 "rect": [9, 15, 19, 8],
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutInline SPAN id='outer'",
28 "rect": [16, 146, 88, 22],
29 "reason": "style change" 34 "reason": "style change"
30 }, 35 },
31 { 36 {
32 "object": "LayoutText #text", 37 "object": "LayoutText #text",
33 "rect": [18, 148, 84, 18], 38 "rect": [9, 8, 19, 7],
34 "reason": "forced by layout" 39 "reason": "forced by layout"
35 }, 40 },
36 { 41 {
37 "object": "LayoutText #text", 42 "object": "LayoutRubyText RT id='inner'",
38 "rect": [18, 110, 84, 18], 43 "rect": [28, 15, 12, 8],
39 "reason": "forced by layout" 44 "reason": "style change"
40 } 45 }
41 ] 46 ]
42 } 47 }
43 ], 48 ],
44 "objectPaintInvalidations": [ 49 "objectPaintInvalidations": [
45 { 50 {
46 "object": "LayoutBlockFlow (anonymous)", 51 "object": "LayoutBlockFlow DIV",
47 "reason": "forced by layout" 52 "reason": "forced by layout"
48 }, 53 },
49 { 54 {
50 "object": "RootInlineBox", 55 "object": "RootInlineBox",
51 "reason": "forced by layout" 56 "reason": "forced by layout"
52 }, 57 },
53 { 58 {
54 "object": "LayoutInline SPAN id='outer'", 59 "object": "LayoutText #text",
60 "reason": "forced by layout"
61 },
62 {
63 "object": "InlineTextBox 'a'",
64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutRuby (inline) RUBY id='outer'",
55 "reason": "style change" 68 "reason": "style change"
56 }, 69 },
57 { 70 {
58 "object": "InlineFlowBox", 71 "object": "InlineFlowBox",
59 "reason": "style change" 72 "reason": "style change"
60 }, 73 },
61 { 74 {
62 "object": "LayoutText #text", 75 "object": "LayoutRubyRun (anonymous)",
63 "reason": "forced by layout" 76 "reason": "forced by layout"
64 }, 77 },
65 { 78 {
66 "object": "InlineTextBox 'CONTENTS'", 79 "object": "LayoutRubyText RT id='inner'",
67 "reason": "forced by layout" 80 "reason": "style change"
68 },
69 {
70 "object": "LayoutBlockFlow (anonymous)",
71 "reason": "forced by layout"
72 }, 81 },
73 { 82 {
74 "object": "RootInlineBox", 83 "object": "RootInlineBox",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutInline SPAN id='outer'",
79 "reason": "style change" 84 "reason": "style change"
80 }, 85 },
81 { 86 {
82 "object": "InlineFlowBox", 87 "object": "LayoutRubyBase (anonymous)",
88 "reason": "style change"
89 },
90 {
91 "object": "RootInlineBox",
83 "reason": "style change" 92 "reason": "style change"
84 }, 93 },
85 { 94 {
86 "object": "LayoutText #text", 95 "object": "LayoutText #text",
87 "reason": "forced by layout" 96 "reason": "style change"
88 }, 97 },
89 { 98 {
90 "object": "InlineTextBox 'CONTENTS'", 99 "object": "InlineTextBox 'b'",
91 "reason": "forced by layout"
92 },
93 {
94 "object": "LayoutBlockFlow (anonymous)",
95 "reason": "forced by layout"
96 },
97 {
98 "object": "LayoutInline SPAN id='outer'",
99 "reason": "style change" 100 "reason": "style change"
100 } 101 }
101 ] 102 ]
102 } 103 }
103 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698