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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/paint/invalidation/window-resize-vertical-writing-mode-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/window-resize-vertical-writing-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/window-resize-vertical-writing-mode-expected.txt b/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
deleted file mode 100644
index c73067344dbdb64ab546dab357601da7a2820e77..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/paint/invalidation/window-resize-vertical-writing-mode-expected.txt
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "bounds": [200, 300],
- "children": [
- {
- "bounds": [200, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [173, 8, 19, 236],
- [172, 8, 20, 284],
- [164, 0, 36, 300],
- [153, 8, 39, 140],
- [152, 8, 40, 184],
- [144, 0, 56, 200],
- [0, 200, 200, 100],
- [0, 0, 200, 300]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "RootInlineBox",
- "InlineTextBox 'AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA AAAA'",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [300, 300],
- "children": [
- {
- "bounds": [300, 300],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [273, 8, 19, 236],
- [272, 8, 20, 284],
- [264, 0, 36, 300],
- [200, 0, 100, 300],
- [173, 8, 19, 236],
- [172, 8, 20, 284],
- [164, 0, 36, 300],
- [0, 0, 300, 300]
- ],
- "paintInvalidationClients": [
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [300, 250],
- "children": [
- {
- "bounds": [300, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [273, 8, 19, 236],
- [272, 8, 20, 284],
- [264, 0, 36, 300],
- [253, 8, 39, 188],
- [252, 8, 40, 234],
- [244, 0, 56, 250],
- [0, 250, 300, 50],
- [0, 0, 300, 250]
- ],
- "paintInvalidationClients": [
- "RootInlineBox",
- "InlineTextBox 'AAAA AAAA AAAA AAAA AAAA'",
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA'"
- ]
- }
- ]
-}
-{
- "bounds": [250, 250],
- "children": [
- {
- "bounds": [250, 250],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [253, 8, 39, 188],
- [252, 8, 40, 234],
- [250, 0, 50, 250],
- [244, 0, 56, 250],
- [203, 8, 39, 188],
- [202, 8, 40, 234],
- [194, 0, 56, 250],
- [0, 0, 250, 250]
- ],
- "paintInvalidationClients": [
- "LayoutView #document",
- "LayoutView #document",
- "LayoutBlockFlow HTML",
- "LayoutBlockFlow BODY",
- "RootInlineBox",
- "LayoutText #text",
- "InlineTextBox 'AAAA AAAA AAAA AAAA'",
- "InlineTextBox 'AAAA'"
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698