Index: LayoutTests/fast/dom/MicroData/008.html |
diff --git a/LayoutTests/fast/dom/MicroData/008.html b/LayoutTests/fast/dom/MicroData/008.html |
deleted file mode 100644 |
index d5277c11159eb77e42ce16face982e381ac1887a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/MicroData/008.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../../js/resources/js-test-pre.js"></script> |
-</head> |
-<body> |
-<p>This test ensures that document.getItems must not find items with itemtype but not itemscope.</p> |
-<div itemscope itemtype="http://example.com/foo"></div> |
-<div itemtype="http://example.com/bar"></div> |
-<div id="console"></div> |
-<script> |
-shouldBeTrue("document.getItems('http://example.com/bar').length == 0"); |
-</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
-</body> |
-</html> |