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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt

Issue 1878163002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
index a54761ed0bbd2de1c614f72f985fdf83b60926b8..2c88355ba82a9960665d76a53987a6ac70d7e869 100644
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/repaint-across-writing-mode-boundary-expected.txt
@@ -5,17 +5,42 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [548, 191, 23, 35]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow DIV class='lrblock'",
- "LayoutBlockFlow DIV class='basic d1 vert'",
- "LayoutBlockFlow P",
- "LayoutText #text",
- "InlineTextBox '\u7B2C\u4E00\u6BB5\u843D paragraph 1'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\u7B2C\u4E00\u6BB5\u843D paragraph 1'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='basic d1 vert'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='lrblock'",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow HTML",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [0, 0, 0, 0],
+ "reason": "selection"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [548, 191, 23, 35],
+ "reason": "selection"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698