Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/transform-disable-layoutstate-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/repaint/transform-disable-layoutstate-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/transform-disable-layoutstate-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/transform-disable-layoutstate-expected.txt
deleted file mode 100644
index 0b2cf09278e3f88e89e315b8d27957e78bc9c625..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/transform-disable-layoutstate-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [62, 152, 492, 45],
- [58, 256, 500, 45],
- [58, 156, 500, 45],
- [58, 152, 500, 49]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV",
- "LayoutBlockFlow DIV id='target'"
- ]
- }
- ]
-}
-

Powered by Google App Engine