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

Unified Diff: LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-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/geometry/preserve-3d-switching-expected.txt
diff --git a/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt b/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
deleted file mode 100644
index 3b15414b9a641c5cd71d9303b53fdb7407adc183..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/win-xp/virtual/softwarecompositing/geometry/preserve-3d-switching-expected.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-The green box appear angled out from the yellow box and embedded in it.
-
--webkit-transform: translateZ(-100px) rotateY(45deg);
-{
- "bounds": [800, 600],
- "children": [
- {
- "bounds": [800, 600],
- "contentsOpaque": true,
- "drawsContent": true,
- "children": [
- {
- "position": [108, 72],
- "bounds": [304, 304],
- "children": [
- {
- "bounds": [304, 304],
- "shouldFlattenTransform": false,
- "transform": [
- [1, 0, 0, 0],
- [0, 1, 0, 0],
- [0, 0, 1, -0.002],
- [0, 0, 0, 1]
- ],
- "children": [
- {
- "position": [12, 12],
- "bounds": [280, 280],
- "opacity": 0.800000011920929,
- "contentsOpaque": true,
- "shouldFlattenTransform": false,
- "3dRenderingContext": 1,
- "drawsContent": true,
- "backgroundColor": "#FFFF00",
- "transform": [
- [0.766044443118978, -0.556670399226419, -0.32139380484327, 0],
- [0, 0.5, -0.866025403784439, 0],
- [0.642787609686539, 0.663413948168938, 0.383022221559489, 0],
- [0, 0, 0, 1]
- ],
- "children": [
- {
- "position": [40, 40],
- "bounds": [200, 200],
- "opacity": 0.699999988079071,
- "contentsOpaque": true,
- "3dRenderingContext": 1,
- "drawsContent": true,
- "backgroundColor": "#008000",
- "transform": [
- [0.766044443118978, 0, 0.642787609686539, 0],
- [0, 1, 0, 0],
- [-0.642787609686539, 0, 0.766044443118978, 0],
- [0, 0, 50, 1]
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
- ]
-}
-

Powered by Google App Engine
This is Rietveld 408576698