Index: LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-opacity-expected.html |
diff --git a/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-opacity-expected.html b/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-opacity-expected.html |
deleted file mode 100644 |
index 992feecb7d5a07e5fa2df4440ee04ac9872d9877..0000000000000000000000000000000000000000 |
--- a/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-opacity-expected.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!DOCTYPE html> |
-<head> |
-<link rel="stylesheet" href="../../../compositing/squashing/resources/squash-with-ancestor-property.css"> |
-<style> |
- #ancestor { |
- opacity: 0.8; |
- } |
-</style> |
-<script src="../../../compositing/squashing/resources/squash-with-ancestor-property.js"></script> |
-<script> |
- if (window.internals) |
- internals.settings.setLayerSquashingEnabled(false); |
- window.onload = generateDom; |
-</script> |
-</head> |
- |
-<body> |
-</body> |