Index: LayoutTests/plugins/snapshot-appearance.html |
diff --git a/LayoutTests/plugins/snapshot-appearance.html b/LayoutTests/plugins/snapshot-appearance.html |
deleted file mode 100644 |
index a98809bba81042aaaa276c6417b155a93d9943a7..0000000000000000000000000000000000000000 |
--- a/LayoutTests/plugins/snapshot-appearance.html |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<!-- Since we're not a snapshotted plugin, this test should do nothing (and not crash) --> |
-<style> |
-div { |
- width: 50px; |
- height: 50px; |
- background-color: blue; |
-} |
- |
-#snapshot { |
- -webkit-appearance: snapshotted-plugin-overlay; |
-} |
-</style> |
-<div id="normal"></div> |
-<div id="snapshot"></div> |