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

Unified Diff: LayoutTests/platform/win-xp/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/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt b/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
index 2d8351a7f7aa6a864dd41c759c106cc164977e07..94beeadc5c42a8f872babced85e638c917e9c49e 100644
--- a/LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/window-resize-vertical-writing-mode-expected.txt
+++ b/LayoutTests/platform/win-xp/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'"
]
}
]
@@ -72,11 +78,15 @@
[0, 0, 300, 250]
],
"paintInvalidationClients": [
+ "RootInlineBox",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
"LayoutView #document",
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
- "LayoutText #text"
+ "LayoutText #text",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA'",
+ "InlineTextBox 'AAAA'"
]
}
]
@@ -103,7 +113,9 @@
"LayoutView #document",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
- "LayoutText #text"
+ "LayoutText #text",
+ "InlineTextBox 'AAAA AAAA AAAA AAAA'",
+ "InlineTextBox 'AAAA'"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698