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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-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/win/fast/repaint/positioned-document-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt
deleted file mode 100644
index 72b68b5ddf244625e7fd57acf35096d83dd56dd7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt
+++ /dev/null
@@ -1,81 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "paintInvalidations": [
- {
- "object": "LayoutView #document",
- "rect": [0, 0, 800, 600],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow (positioned) HTML class='changed'",
- "rect": [0, 0, 800, 50],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [8, 16, 784, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow (positioned) HTML class='changed'",
- "rect": [100, 100, 452, 50],
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow P",
- "rect": [108, 116, 436, 18],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [108, 116, 436, 17],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "rect": [8, 16, 436, 17],
- "reason": "forced by layout"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutView #document",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow (positioned) HTML class='changed'",
- "reason": "style change"
- },
- {
- "object": "LayoutBlockFlow BODY",
- "reason": "location change"
- },
- {
- "object": "LayoutBlockFlow P",
- "reason": "forced by layout"
- },
- {
- "object": "RootInlineBox",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698