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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-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/mac/fast/repaint/positioned-document-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
index cb2503d20bb003744520268e97c09a840debec70..a8e753f25494ccc9c7859a1b44ea1bacb3dca456 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-expected.txt
@@ -6,27 +6,72 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000",
- "repaintRects": [
- [108, 116, 435, 18],
- [108, 116, 435, 18],
- [108, 116, 435, 18],
- [100, 100, 451, 50],
- [8, 16, 784, 18],
- [8, 16, 784, 18],
- [8, 16, 435, 18],
- [0, 0, 800, 600],
- [0, 0, 800, 50]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
- "LayoutView #document",
- "LayoutBlockFlow (positioned) HTML class='changed'",
- "LayoutBlockFlow BODY",
- "LayoutBlockFlow P",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) HTML class='changed'",
+ "rect": [0, 0, 800, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) HTML class='changed'",
+ "rect": [100, 100, 451, 50],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 16, 784, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow BODY",
+ "rect": [108, 116, 435, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [8, 16, 784, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow P",
+ "rect": [108, 116, 435, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [8, 16, 435, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [108, 116, 435, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutView #document",
+ "rect": [0, 0, 800, 600],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698