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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/overflow-move-after-scroll-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. 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/fast/repaint/overflow-move-after-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/overflow-move-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/overflow-move-after-scroll-expected.txt
deleted file mode 100644
index 8197a75fa479bb5e73ad2317c7d6060b4dd85fee..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/overflow-move-after-scroll-expected.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [10, 60],
- "bounds": [700, 400],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "repaintRects": [
- [300, 100, 120, 50],
- [50, 100, 120, 50]
- ],
- "children": [
- {
- "bounds": [685, 385],
- "shouldFlattenTransform": false,
- "children": [
- {
- "bounds": [685, 600],
- "drawsContent": true,
- "repaintRects": [
- [300, 200, 120, 50],
- [50, 200, 120, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow (positioned) DIV id='block'"
- ]
- }
- ]
- },
- {
- "bounds": [700, 400],
- "children": [
- {
- "position": [0, 385],
- "bounds": [685, 15]
- },
- {
- "position": [685, 0],
- "bounds": [15, 385],
- "repaintRects": [
- [0, 0, 15, 385]
- ]
- },
- {
- "position": [685, 385],
- "bounds": [15, 15],
- "drawsContent": true
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698