| Index: LayoutTests/fast/dom/MicroData/itemref-must-be-read-only.html
|
| diff --git a/LayoutTests/fast/dom/MicroData/itemref-must-be-read-only.html b/LayoutTests/fast/dom/MicroData/itemref-must-be-read-only.html
|
| deleted file mode 100644
|
| index d5d1913278279adcd99aae6211a07519590803c1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/itemref-must-be-read-only.html
|
| +++ /dev/null
|
| @@ -1,20 +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>This tests that itemRef and itemRef.length must be read-only.</p>
|
| -<div id="console"></div>
|
| -<script>
|
| -var element = createElement('div', {itemref: 'foo'});
|
| -shouldBeTrue("element.itemref = 'test'; element.itemRef.toString() == 'foo'");
|
| -shouldBeFalse("element.itemRef.contains('test')");
|
| -
|
| -shouldBeTrue("element.itemRef.length = 0; element.itemRef.length == 1");
|
| -
|
| -</script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|