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

Unified Diff: LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt
diff --git a/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt b/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt
deleted file mode 100644
index b7397a5a97f641507c1b195d80fed0d028888b3f..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/softwarecompositing/repaint/repaint-into-ancestor-after-layout-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "repaintRects": [
- [50, 50, 100, 100],
- [50, 10, 100, 100]
- ],
- "children": [
- {
- "position": [50, 10],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "backgroundColor": "#00FF00",
- "children": [
- {
- "bounds": [100, 100],
- "children": [
- {
- "bounds": [50, 50],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#00FFFF"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698