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

Unified Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-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/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
deleted file mode 100644
index a8d36435565768e80c3194ead0ff29489b36ce5b..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/visibility/visibility-image-layers-dynamic-expected.txt
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-Initial
-
-{
- "bounds": [785, 626],
- "children": [
- {
- "bounds": [785, 626],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [18, 10],
- "bounds": [749, 145]
- },
- {
- "position": [14, 316],
- "bounds": [757, 153],
- "contentsVisible": false,
- "children": [
- {
- "position": [24, 24],
- "bounds": [100, 100]
- }
- ]
- }
- ]
- }
- ]
-}
-After step 1
-
-{
- "bounds": [785, 1078],
- "children": [
- {
- "bounds": [785, 1078],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [18, 10],
- "bounds": [749, 145],
- "children": [
- {
- "position": [20, 20],
- "bounds": [100, 100]
- }
- ]
- },
- {
- "position": [14, 316],
- "bounds": [757, 153],
- "contentsVisible": false,
- "children": [
- {
- "position": [24, 24],
- "bounds": [100, 100]
- }
- ]
- }
- ]
- }
- ]
-}
-After step 2
-
-{
- "bounds": [785, 1625],
- "children": [
- {
- "bounds": [785, 1625],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [18, 10],
- "bounds": [749, 145],
- "children": [
- {
- "position": [20, 20],
- "bounds": [100, 100]
- }
- ]
- },
- {
- "position": [14, 161],
- "bounds": [757, 153],
- "drawsContent": true,
- "children": [
- {
- "position": [24, 24],
- "bounds": [100, 100]
- }
- ]
- },
- {
- "position": [14, 316],
- "bounds": [757, 153],
- "contentsVisible": false,
- "children": [
- {
- "position": [24, 24],
- "bounds": [100, 100]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698