Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/forms/radio/radio-focus-by-mouse-then-keydown-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/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.txt
deleted file mode 100644
index 2707b38976c9d6703e4bc2ba8e9d627b4a0b38a4..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/forms/radio/radio-focus-by-mouse-then-keydown-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [12, 10, 15, 15]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow INPUT"
- ]
- }
- ]
-}
-

Powered by Google App Engine