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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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/android/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
deleted file mode 100644
index 331584c623dd9684b80a2d7c489384073634ba37..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "bounds": [1250, 585],
- "children": [
- {
- "bounds": [1250, 585],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [1250, 0, 250, 585],
- [704, 0, 700, 237],
- [704, 0, 214, 232],
- [700, 217, 4, 19],
- [454, 0, 700, 237],
- [454, 0, 214, 232],
- [450, 217, 4, 19],
- [0, 0, 1500, 237],
- [0, 0, 800, 56],
- [0, 0, 700, 237],
- [0, 0, 214, 232],
- [-250, 0, 1500, 237],
- [-250, 0, 700, 237],
- [-250, 0, 214, 232]
- ],
- "paintInvalidationClients": [
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow (positioned) DIV id='shiftMe'",
- "RootInlineBox",
- "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "RootInlineBox",
- "LayoutImage IMG",
- "LayoutText #text",
- "LayoutText #text",
- "InlineTextBox '\n'",
- "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "RootInlineBox",
- "LayoutImage IMG",
- "LayoutText #text",
- "LayoutText #text"
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698