| Index: LayoutTests/fast/dom/MicroData/names-property-test.html
|
| diff --git a/LayoutTests/fast/dom/MicroData/names-property-test.html b/LayoutTests/fast/dom/MicroData/names-property-test.html
|
| deleted file mode 100644
|
| index 2e685f116fc96b83bf9c5457d3c50463bc9931f8..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/names-property-test.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| -<script src="resources/microdata-common.js"></script>
|
| -</head>
|
| -<body>
|
| -<p>names property simple test.</p>
|
| -<div id="console"></div>
|
| -<script>
|
| -var element = createElement('div', {});
|
| -
|
| -debug("<br>The names property must be defined.");
|
| -shouldBeDefined("element.properties.names");
|
| -
|
| -debug("<br>The names property must return a DOMStringList object.");
|
| -shouldBeTrue("element.properties.names == '[object DOMStringList]'");
|
| -
|
| -</script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|