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: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
diff --git a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt b/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
index b7d8c2678d04e0a55102296fde0e0d8dadf75b2b..93f464cc82ceeb4d6664a46cd9a8baf046bed584 100644
--- a/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
+++ b/LayoutTests/platform/linux/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
@@ -16,12 +16,17 @@
[0, 0, 200, 300]
],
"paintInvalidationClients": [
+ "RootInlineBox",
+ "RootInlineBox",
+ "InlineTextBox 'AAAA AAAA AAAA'",
+ "InlineTextBox 'AAAA AAAA'",
"VerticalScrollbar",
"LayoutView #document",
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
- "LayoutText #text"
+ "LayoutText #text",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
]
}
]
@@ -49,7 +54,8 @@
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
- "LayoutText #text"
+ "LayoutText #text",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
]
}
]
@@ -69,6 +75,8 @@
[0, 0, 300, 250]
],
"paintInvalidationClients": [
+ "RootInlineBox",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
"LayoutView #document",
"LayoutView #document",
"LayoutBlockFlow HTML",
@@ -99,7 +107,8 @@
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
- "LayoutText #text"
+ "LayoutText #text",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698