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

Unified Diff: LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt

Issue 408843004: Convert more tests into text-based-repaint tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt
diff --git a/LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt b/LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt
deleted file mode 100644
index f85e8cc6b51a40606e5e2a69ace2e08b6cad17c9..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/linux/compositing/repaint/invalidations-on-composited-layers-expected.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [8, 413, 784, 29],
- [8, 13, 784, 16],
- [0, 421, 800, 29]
- ],
- "children": [
- {
- "position": [8, 42],
- "bounds": [400, 400],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "repaintRects": [
- [0, 0, 400, 400],
- [0, 0, 400, 400]
- ],
- "children": [
- {
- "position": [50, 50],
- "bounds": [75, 75],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "repaintRects": [
- [0, 0, 75, 75],
- [0, 0, 75, 75]
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698