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

Unified Diff: LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-reflection-expected.html

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/squashing/squash-with-ancestor-reflection-expected.html
diff --git a/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-reflection-expected.html b/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-reflection-expected.html
deleted file mode 100644
index 9b38a0e3659b6e492e1c22b25650d86932788517..0000000000000000000000000000000000000000
--- a/LayoutTests/virtual/softwarecompositing/squashing/squash-with-ancestor-reflection-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 {
- -webkit-box-reflect: below;
- }
-</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>

Powered by Google App Engine
This is Rietveld 408576698