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

Unified Diff: third_party/WebKit/LayoutTests/platform/android/fast/repaint/block-shift-repaint-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/block-shift-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/block-shift-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/android/fast/repaint/block-shift-repaint-expected.txt
deleted file mode 100644
index 02151a16c0ac807f270aaa92674916e4af6cf564..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/android/fast/repaint/block-shift-repaint-expected.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [48, 308, 10, 15],
- [8, 353, 60, 38],
- [8, 338, 60, 38],
- [8, 323, 60, 30],
- [8, 308, 60, 30],
- [8, 248, 60, 30],
- [8, 218, 60, 30],
- [8, 218, 60, 30],
- [8, 188, 60, 30],
- [8, 188, 60, 30],
- [8, 158, 60, 30],
- [8, 128, 60, 30],
- [8, 128, 60, 30],
- [8, 98, 60, 30],
- [8, 98, 60, 30],
- [8, 68, 60, 30],
- [8, 38, 60, 30],
- [8, 38, 60, 30],
- [8, 8, 60, 30],
- [8, 8, 60, 30]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='div1' class='blue half'",
- "LayoutBlockFlow DIV class='red half'",
- "LayoutBlockFlow DIV class='green half'",
- "LayoutBlockFlow DIV id='top' class='blue half'",
- "LayoutBlockFlow DIV class='red half'",
- "LayoutBlockFlow DIV class='green half'",
- "LayoutBlockFlow DIV id='div2' class='zero'",
- "LayoutBlockFlow DIV class='green half'",
- "LayoutBlockFlow DIV class='red half'",
- "LayoutBlockFlow DIV id='innerDiv'",
- "LayoutBlockFlow DIV class='half'",
- "LayoutBlockFlow DIV class='half'"
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698