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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/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/linux/fast/repaint/text-match-document-change-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt
deleted file mode 100644
index e6eb6893117035133dcd034020f12276bfb18e82..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/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, 130, 269, 40],
- "reason": "full"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 130, 235, 39],
- "reason": "layoutObject removal"
- },
- {
- "object": "LayoutText #text",
- "rect": [18, 130, 77, 19],
- "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