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

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: Back to patch 1 with updated test and comments. 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/bugzilla-5699-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
similarity index 62%
copy from third_party/WebKit/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
copy to third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
index 84005b6bcb465dd8cb4ed8241c4e87022e471f46..6224f8c667881a89321e212612f3db3952bd4aae 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/bugzilla-5699-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/ruby-flipped-blocks-expected.txt
@@ -9,33 +9,33 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutBlockFlow P",
- "rect": [8, 130, 784, 66],
+ "object": "LayoutBlockFlow DIV",
+ "rect": [8, 8, 30, 40],
"reason": "forced by layout"
},
{
- "object": "LayoutText #text",
- "rect": [8, 178, 36, 18],
- "reason": "forced by layout"
+ "object": "LayoutRubyBase (anonymous)",
+ "rect": [8, 28, 20, 20],
+ "reason": "style change"
},
{
- "object": "LayoutText #text",
- "rect": [8, 148, 36, 18],
+ "object": "LayoutRubyRun (anonymous)",
+ "rect": [8, 28, 20, 20],
"reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='d'",
- "rect": [8, 145, 4, 18],
+ "object": "LayoutText #text",
+ "rect": [8, 28, 20, 20],
"reason": "style change"
},
{
"object": "LayoutText #text",
- "rect": [8, 145, 4, 18],
- "reason": "style change"
+ "rect": [8, 8, 20, 20],
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
- "rect": [8, 130, 4, 18],
+ "rect": [28, 33, 10, 10],
"reason": "style change"
}
]
@@ -43,7 +43,7 @@
],
"objectPaintInvalidations": [
{
- "object": "LayoutBlockFlow P",
+ "object": "LayoutBlockFlow DIV",
"reason": "forced by layout"
},
{
@@ -51,44 +51,40 @@
"reason": "forced by layout"
},
{
- "object": "LayoutInline SPAN id='d'",
- "reason": "style change"
+ "object": "LayoutText #text",
+ "reason": "forced by layout"
},
{
- "object": "InlineFlowBox",
- "reason": "style change"
+ "object": "InlineTextBox 'a'",
+ "reason": "forced by layout"
+ },
+ {
+ "object": "LayoutRubyRun (anonymous)",
+ "reason": "forced by layout"
},
{
"object": "LayoutText #text",
"reason": "style change"
},
{
- "object": "InlineTextBox '\u00A0'",
+ "object": "InlineTextBox 'c'",
"reason": "style change"
},
{
- "object": "LayoutBR BR",
- "reason": "forced by layout"
+ "object": "LayoutRubyBase (anonymous)",
+ "reason": "style change"
},
{
- "object": "InlineTextBox '\n'",
- "reason": "forced by layout"
+ "object": "RootInlineBox",
+ "reason": "style change"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Hello'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBR BR",
- "reason": "forced by layout"
+ "reason": "style change"
},
{
- "object": "InlineTextBox '\n'",
- "reason": "forced by layout"
+ "object": "InlineTextBox 'b'",
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698