Index: sky/tests/services/buffer.html |
diff --git a/sky/tests/services/buffer.html b/sky/tests/services/buffer.html |
deleted file mode 100644 |
index 6a622b674bf892f6b56c5a234f30bc54edc476a8..0000000000000000000000000000000000000000 |
--- a/sky/tests/services/buffer.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<html> |
-<link rel="import" href="../resources/dump-as-text.html" /> |
-<link rel="import" href="/mojo/public/html/buffer.html" as="buffer" /> |
-<div id="result">FAIL</div> |
-<script> |
-document.getElementById("result").textContent = |
- buffer.Buffer ? "PASS" : "FAIL: buffer.Buffer is missing"; |
-</script> |
-</html> |