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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/iframe-inside-squashed-layer-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/platform/linux/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
deleted file mode 100644
index 139cc3b892692ea0cd92bf7f4cb58130285bf762..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/compositing/iframe-inside-squashed-layer-expected.txt
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "layers": [
- {
- "name": "LayoutView #document",
- "bounds": [785, 1016],
- "contentsOpaque": true,
- "drawsContent": true
- },
- {
- "name": "Squashing Containment Layer",
- "shouldFlattenTransform": false
- },
- {
- "name": "LayoutBlockFlow DIV id='foo'",
- "position": [8, 8],
- "bounds": [200, 1000],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#D3D3D3"
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV)",
- "position": [8, 0],
- "bounds": [300, 654],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 500, 300, 150],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 508, 284, 20],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 508, 269, 142],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [285, 500, 15, 150],
- "reason": "scroll"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "scroll"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutView #document",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'test1'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698