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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-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/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
deleted file mode 100644
index 6c43b1b9547ed00a91f8dd942439f53f59c83737..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt
+++ /dev/null
@@ -1,93 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [785, 742],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [785, 742],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [0, 0, 785, 841],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutView #document",
- "rect": [0, 742, 785, 99],
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "rect": [8, 191, 769, 642],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "rect": [8, 92, 769, 642],
- "reason": "bounds change"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "rect": [8, 92, 769, 99],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutIFrame IFRAME id='iframe'",
- "rect": [8, 92, 732, 94],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutImage IMG",
- "rect": [58, 241, 489, 537],
- "reason": "bounds change"
- },
- {
- "object": "LayoutImage IMG",
- "rect": [58, 142, 489, 537],
- "reason": "bounds change"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutIFrame IFRAME id='iframe'",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow (anonymous)",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutView #document",
- "reason": "incremental"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "reason": "bounds change"
- },
- {
- "object": "RootInlineBox",
- "reason": "bounds change"
- },
- {
- "object": "LayoutImage IMG",
- "reason": "bounds change"
- },
- {
- "object": "LayoutText #text",
- "reason": "location change"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698