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

Unified Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt

Issue 1881903002: 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/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
index 69e1c3d4b1ddab895a6bdc504e03854c7eb8a159..afb4d4deeef7f5a70a3bf698d93012cdc3e24266 100644
--- a/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt
@@ -11,9 +11,17 @@
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
- "repaintRects": [
- [12, 0, 12, 12],
- [10, 0, 12, 12]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [12, 0, 12, 12],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [10, 0, 12, 12],
+ "reason": "location change"
+ }
]
}
]
@@ -33,9 +41,17 @@
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
- "repaintRects": [
- [11, 0, 13, 12],
- [9, 0, 13, 12]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [11, 0, 13, 12],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [9, 0, 13, 12],
+ "reason": "location change"
+ }
]
}
]
@@ -55,9 +71,17 @@
"position": [10, 0],
"bounds": [100, 50],
"drawsContent": true,
- "repaintRects": [
- [12, 0, 13, 12],
- [10, 0, 13, 12]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [12, 0, 13, 12],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [10, 0, 13, 12],
+ "reason": "location change"
+ }
]
}
]
@@ -77,9 +101,17 @@
"position": [11, 0],
"bounds": [100, 50],
"drawsContent": true,
- "repaintRects": [
- [12, 0, 13, 12],
- [10, 0, 13, 12]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [12, 0, 13, 12],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [10, 0, 13, 12],
+ "reason": "location change"
+ }
]
}
]
@@ -99,9 +131,17 @@
"position": [10, 0],
"bounds": [100, 50],
"drawsContent": true,
- "repaintRects": [
- [12, 0, 13, 12],
- [10, 0, 13, 12]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [12, 0, 13, 12],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='test'",
+ "rect": [10, 0, 13, 12],
+ "reason": "location change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698