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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-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/fast/repaint/opacity-change-on-overflow-float-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.txt
index 4827d2240ed691324fb85a8eea52b67c941ae090..76d96c117bc9708b16a4c35d98e432c445c63d01 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/opacity-change-on-overflow-float-expected.txt
@@ -5,15 +5,22 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [8, 78, 100, 100],
- [8, 78, 100, 100],
- [8, 78, 100, 100]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (floating) DIV class='green'",
- "LayoutBlockFlow (floating) DIV class='red'",
- "LayoutBlockFlow (floating) DIV class='green'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (floating) DIV class='green'",
+ "rect": [8, 78, 100, 100],
+ "reason": "layer"
+ },
+ {
+ "object": "LayoutBlockFlow (floating) DIV class='green'",
+ "rect": [8, 78, 100, 100],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutBlockFlow (floating) DIV class='red'",
+ "rect": [8, 78, 100, 100],
+ "reason": "background obscuration change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698