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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/outline-become-affected-by-descendant-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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/paint/invalidation/outline-become-affected-by-descendant-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/outline-become-affected-by-descendant-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/outline-become-affected-by-descendant-expected.txt
deleted file mode 100644
index de9fdc275c42338f012942971747c40289d16b79..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/outline-become-affected-by-descendant-expected.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='outline'",
- "rect": [7, 7, 152, 102],
- "reason": "outline"
- },
- {
- "object": "LayoutBlockFlow DIV id='child'",
- "rect": [58, 8, 100, 50],
- "reason": "incremental"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='outline'",
- "reason": "outline"
- },
- {
- "object": "LayoutBlockFlow DIV id='child'",
- "reason": "incremental"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698