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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt

Issue 2321183002: Move repaint tests (except for svg/) to paint/invalidation (Closed)
Patch Set: - Created 4 years, 3 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/overflow-scroll-composited-non-stacking-child-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt
deleted file mode 100644
index 078cb85d33e5119af988ac8ea82b503192aa1c93..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-composited-non-stacking-child-expected.txt
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV class='scroller'",
- "rect": [18, 60, 310, 200],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV class='back'",
- "rect": [93, 125, 180, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV class='back'",
- "rect": [93, 75, 180, 100],
- "reason": "subtree"
- },
- {
- "object": "LayoutBlockFlow DIV class='scroller'",
- "rect": [308, 65, 15, 175],
- "reason": "scroll"
- }
- ],
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV class='icon'",
- "position": [200, 10],
- "bounds": [40, 40],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFDDBB"
- },
- {
- "name": "Ancestor Clipping Layer",
- "position": [23, 65],
- "bounds": [285, 175],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='list'",
- "position": [20, -30],
- "bounds": [180, 250]
- },
- {
- "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='commit')",
- "position": [20, -30],
- "bounds": [180, 250],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV class='scroller'",
- "reason": "subtree"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
- },
- {
- "object": "LayoutBlockFlow (positioned) DIV class='back'",
- "reason": "subtree"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698