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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-expected.txt

Issue 1883513002: 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/crbug-371640-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-expected.txt
index b6f41b1b33c8dba7d052daa53a82659a586c5ce0..85f52e21b4643281ab0a27fd86bb0ae9651416b1 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/crbug-371640-4-expected.txt
@@ -5,36 +5,97 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 100, 100],
- [408, 84, 4, 18],
- [408, 84, 4, 18],
- [208, 84, 100, 100],
- [208, 84, 100, 100],
- [208, 84, 100, 100],
- [208, 84, 100, 100],
- [208, 84, 4, 18]
- ],
- "paintInvalidationClients": [
- "InlineTextBox '\u00A0'",
- "LayoutText #text",
- "RootInlineBox",
- "LayoutBlockFlow DIV id='to_remove' class='item'",
- "LayoutBlockFlow (relative positioned) (floating) DIV id='to_remove_inner' class='inner'",
- "LayoutBlockFlow (relative positioned) (floating) DIV id='node' class='outer'",
- "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' class='outer'",
- "LayoutBlockFlow (positioned) DIV class='abs_pos'",
- "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
- "LayoutBlockFlow DIV id='keep' class='item'",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox '\u00A0'"
+ "paintInvalidations": [
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\u00A0'",
+ "rect": [0, 0, 0, 0],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
+ "rect": [208, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (positioned) DIV class='abs_pos'",
+ "rect": [408, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
+ "rect": [208, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_inner' class='inner'",
+ "rect": [408, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' class='outer'",
+ "rect": [208, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='keep_outer' class='outer'",
+ "rect": [408, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='node' class='outer'",
+ "rect": [408, 84, 100, 100],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow (relative positioned) (floating) DIV id='to_remove_inner' class='inner'",
+ "rect": [408, 84, 100, 100],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='keep' class='item'",
+ "rect": [208, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='keep' class='item'",
+ "rect": [408, 84, 100, 100],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='to_remove' class='item'",
+ "rect": [408, 84, 100, 100],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [408, 84, 4, 18],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [208, 84, 4, 18],
+ "reason": "location change"
+ },
+ {
+ "object": "LayoutText #text",
+ "rect": [408, 84, 4, 18],
+ "reason": "location 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