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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-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/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt
deleted file mode 100644
index 0545b8341595ee6398316eb1910b79cd09c8570a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/repaint/text-match-document-change-expected.txt
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow HTML",
- "rect": [10, 102, 285, 400],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='to-be-changed'",
- "rect": [18, 128, 269, 36],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 128, 257, 35],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 128, 84, 17],
- "reason": "layoutObject insertion"
- },
- {
- "object": "LayoutView #document",
- "rect": [295, 102, 15, 400],
- "reason": "scroll"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutText #text",
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutBlockFlow HTML",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutBlockFlow DIV id='to-be-changed'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "reason": "layoutObject insertion"
- },
- {
- "object": "InlineTextBox 'After change'",
- "reason": "layoutObject insertion"
- },
- {
- "object": "VerticalScrollbar",
- "reason": "scroll"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698