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/compositing/remove-squashed-layer-plus-move-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/compositing/remove-squashed-layer-plus-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
deleted file mode 100644
index 3aa8fef4e1b7727122aa17387097bef28d3719ce..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [1418, 1008],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='container'",
- "rect": [8, 8, 769, 108],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [8, 116, 769, 54],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [8, 62, 769, 54],
- "reason": "bounds change"
- }
- ]
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 8],
- "bounds": [1000, 1000]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='mv-tile')",
- "position": [8, 8],
- "bounds": [1000, 104],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 108, 1000, 50],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 54, 1000, 50],
- "reason": "compositing update"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 54, 100, 50],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "rect": [0, 0, 100, 50],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
- "rect": [0, 0, 100, 50],
- "reason": "layoutObject removal"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-tile'",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV id='container'",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'",
- "reason": "compositing update"
- },
- {
- "object": "LayoutText #text",
- "reason": "location change"
- },
- {
- "object": "LayoutText #text",
- "reason": "location change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698