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

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: Back to patch 1 with updated test and comments. Created 4 years, 4 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 P", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [8, 130, 784, 66], 13 "rect": [8, 8, 30, 40],
14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutRubyBase (anonymous)",
18 "rect": [8, 28, 20, 20],
19 "reason": "style change"
20 },
21 {
22 "object": "LayoutRubyRun (anonymous)",
23 "rect": [8, 28, 20, 20],
14 "reason": "forced by layout" 24 "reason": "forced by layout"
15 }, 25 },
16 { 26 {
17 "object": "LayoutText #text", 27 "object": "LayoutText #text",
18 "rect": [8, 178, 36, 18], 28 "rect": [8, 28, 20, 20],
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [8, 8, 20, 20],
19 "reason": "forced by layout" 34 "reason": "forced by layout"
20 }, 35 },
21 { 36 {
22 "object": "LayoutText #text", 37 "object": "LayoutText #text",
23 "rect": [8, 148, 36, 18], 38 "rect": [28, 33, 10, 10],
24 "reason": "forced by layout"
25 },
26 {
27 "object": "LayoutInline SPAN id='d'",
28 "rect": [8, 145, 4, 18],
29 "reason": "style change"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [8, 145, 4, 18],
34 "reason": "style change"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [8, 130, 4, 18],
39 "reason": "style change" 39 "reason": "style change"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "LayoutBlockFlow P", 46 "object": "LayoutBlockFlow DIV",
47 "reason": "forced by layout" 47 "reason": "forced by layout"
48 }, 48 },
49 { 49 {
50 "object": "RootInlineBox", 50 "object": "RootInlineBox",
51 "reason": "forced by layout" 51 "reason": "forced by layout"
52 }, 52 },
53 { 53 {
54 "object": "LayoutInline SPAN id='d'", 54 "object": "LayoutText #text",
55 "reason": "forced by layout"
56 },
57 {
58 "object": "InlineTextBox 'a'",
59 "reason": "forced by layout"
60 },
61 {
62 "object": "LayoutRubyRun (anonymous)",
63 "reason": "forced by layout"
64 },
65 {
66 "object": "LayoutText #text",
55 "reason": "style change" 67 "reason": "style change"
56 }, 68 },
57 { 69 {
58 "object": "InlineFlowBox", 70 "object": "InlineTextBox 'c'",
71 "reason": "style change"
72 },
73 {
74 "object": "LayoutRubyBase (anonymous)",
75 "reason": "style change"
76 },
77 {
78 "object": "RootInlineBox",
59 "reason": "style change" 79 "reason": "style change"
60 }, 80 },
61 { 81 {
62 "object": "LayoutText #text", 82 "object": "LayoutText #text",
63 "reason": "style change" 83 "reason": "style change"
64 }, 84 },
65 { 85 {
66 "object": "InlineTextBox '\u00A0'", 86 "object": "InlineTextBox 'b'",
67 "reason": "style change" 87 "reason": "style change"
68 },
69 {
70 "object": "LayoutBR BR",
71 "reason": "forced by layout"
72 },
73 {
74 "object": "InlineTextBox '\n'",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "LayoutText #text",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "InlineTextBox 'Hello'",
83 "reason": "forced by layout"
84 },
85 {
86 "object": "LayoutBR BR",
87 "reason": "forced by layout"
88 },
89 {
90 "object": "InlineTextBox '\n'",
91 "reason": "forced by layout"
92 } 88 }
93 ] 89 ]
94 } 90 }
95 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698