Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/android/css3/flexbox/repaint-during-resize-no-flex-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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/platform/android/css3/flexbox/repaint-during-resize-no-flex-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/css3/flexbox/repaint-during-resize-no-flex-expected.txt b/third_party/WebKit/LayoutTests/platform/android/css3/flexbox/repaint-during-resize-no-flex-expected.txt
deleted file mode 100644
index f64d76ed4ca67a1d9b6b7382630706b9e67bf1a7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/css3/flexbox/repaint-during-resize-no-flex-expected.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [160, 20, 10, 50],
- [120, 20, 10, 50],
- [110, 20, 10, 50],
- [70, 20, 10, 50],
- [30, 20, 40, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='flex-item-1' class='flex-item width'",
- "LayoutBlockFlow DIV class='flex-item'",
- "LayoutBlockFlow DIV class='flex-item'"
- ]
- }
- ]
-}
-

Powered by Google App Engine