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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/repaint/modify-transferred-listitem-different-attr-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/modify-transferred-listitem-different-attr-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
deleted file mode 100644
index 9190ea08473728c4d8fc42156f82cb4b13cdaf95..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/repaint/modify-transferred-listitem-different-attr-expected.txt
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
- {
- "name": "LayoutView #document",
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [23, 8, 85, 23],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text id='target'",
- "rect": [23, 8, 85, 23],
- "reason": "full"
- },
- {
- "object": "LayoutSVGRoot svg",
- "rect": [23, 61, 85, 10],
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "rect": [58, 45, 50, 26],
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text id='source'",
- "rect": [58, 45, 50, 26],
- "reason": "full"
- }
- ]
- }
- ],
- "objectPaintInvalidations": [
- {
- "object": "LayoutSVGRoot svg",
- "reason": "incremental"
- },
- {
- "object": "LayoutSVGText text id='target'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'A'",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox ' B C'",
- "reason": "forced by layout"
- },
- {
- "object": "LayoutSVGText text id='source'",
- "reason": "full"
- },
- {
- "object": "RootInlineBox",
- "reason": "full"
- },
- {
- "object": "LayoutSVGInlineText #text",
- "reason": "forced by layout"
- },
- {
- "object": "InlineTextBox 'X Y Z'",
- "reason": "forced by layout"
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698