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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-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/gradients-em-stops-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
index e71a3e6b7dc5fb7a2f175945f16ab6d56160fdcf..ded5cb0ff6788e9bfff5de645521feabcb0f4a66 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/fast/repaint/gradients-em-stops-repaint-expected.txt
@@ -5,20 +5,47 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [345, 19, 240, 20],
- [345, 19, 80, 20],
- [344, 18, 302, 122],
- [8, 8, 784, 146]
- ],
- "paintInvalidationClients": [
- "InlineBox",
- "InlineTextBox '\n'",
- "InlineBox",
- "RootInlineBox",
- "LayoutBlockFlow DIV class='em-units'",
- "LayoutBlockFlow DIV id='box4' class='box'",
- "LayoutBlockFlow DIV class='indicator'"
+ "paintInvalidations": [
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "InlineTextBox '\n'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='em-units'",
+ "rect": [8, 8, 784, 146],
+ "reason": "invalidate paint rectangle"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='indicator'",
+ "rect": [345, 19, 80, 20],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV class='indicator'",
+ "rect": [345, 19, 240, 20],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow DIV id='box4' class='box'",
+ "rect": [344, 18, 302, 122],
+ "reason": "style change"
+ },
+ {
+ "object": "RootInlineBox",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698