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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/outline-continuations-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
similarity index 56%
copy from third_party/WebKit/LayoutTests/platform/mac/fast/repaint/outline-continuations-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
index e835a9fce225c79214ff70366f8a0ebe9f841198..e5d239c5531b52572b2052a2a19ec0c87e5f1d08 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/outline-continuations-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
@@ -9,41 +9,46 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [18, 148, 200, 18],
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 8, 32, 15],
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [18, 110, 200, 18],
- "reason": "forced by layout"
+ "object": "LayoutRuby (inline) RUBY id='outer'",
+ "rect": [8, 15, 32, 8],
+ "reason": "style change"
},
{
- "object": "LayoutInline SPAN id='outer'",
- "rect": [16, 108, 88, 60],
+ "object": "LayoutRubyBase (anonymous)",
+ "rect": [8, 15, 20, 8],
"reason": "style change"
},
{
- "object": "LayoutInline SPAN id='outer'",
- "rect": [16, 146, 88, 22],
- "reason": "style change"
+ "object": "LayoutRubyRun (anonymous)",
+ "rect": [8, 15, 20, 8],
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
- "rect": [18, 148, 84, 18],
- "reason": "forced by layout"
+ "rect": [9, 15, 19, 8],
+ "reason": "style change"
},
{
"object": "LayoutText #text",
- "rect": [18, 110, 84, 18],
+ "rect": [9, 8, 19, 7],
"reason": "forced by layout"
+ },
+ {
+ "object": "LayoutRubyText RT id='inner'",
+ "rect": [28, 15, 12, 8],
+ "reason": "style change"
}
]
}
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow (anonymous)",
+ "object": "LayoutBlockFlow DIV",
"reason": "forced by layout"
},
{
@@ -51,51 +56,47 @@
"reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='outer'",
- "reason": "style change"
- },
- {
- "object": "InlineFlowBox",
- "reason": "style change"
- },
- {
"object": "LayoutText #text",
"reason": "forced by layout"
},
{
- "object": "InlineTextBox 'CONTENTS'",
+ "object": "InlineTextBox 'a'",
"reason": "forced by layout"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "object": "LayoutRuby (inline) RUBY id='outer'",
+ "reason": "style change"
},
{
- "object": "RootInlineBox",
+ "object": "InlineFlowBox",
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutRubyRun (anonymous)",
"reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='outer'",
+ "object": "LayoutRubyText RT id='inner'",
"reason": "style change"
},
{
- "object": "InlineFlowBox",
+ "object": "RootInlineBox",
"reason": "style change"
},
{
- "object": "LayoutText #text",
- "reason": "forced by layout"
+ "object": "LayoutRubyBase (anonymous)",
+ "reason": "style change"
},
{
- "object": "InlineTextBox 'CONTENTS'",
- "reason": "forced by layout"
+ "object": "RootInlineBox",
+ "reason": "style change"
},
{
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "forced by layout"
+ "object": "LayoutText #text",
+ "reason": "style change"
},
{
- "object": "LayoutInline SPAN id='outer'",
+ "object": "InlineTextBox 'b'",
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698