| Index: LayoutTests/fast/dom/MicroData/itemid-must-see-resolved-url.html
|
| diff --git a/LayoutTests/fast/dom/MicroData/itemid-must-see-resolved-url.html b/LayoutTests/fast/dom/MicroData/itemid-must-see-resolved-url.html
|
| deleted file mode 100644
|
| index 929ee71a606c22cbbcdcc550888303d5ea360c62..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/itemid-must-see-resolved-url.html
|
| +++ /dev/null
|
| @@ -1,25 +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 the itemid attribute must see the resolved itemId URL.</p>
|
| -<div id="console"></div>
|
| -<script>
|
| -var currentUri = location.href;
|
| -
|
| -shouldBeTrue("createElement('div',{itemid:'foo'}).itemId == currentUri.substring(0, currentUri.lastIndexOf('/')) + '/foo'");
|
| -debug('');
|
| -shouldBeTrue("createElement('div',{itemid:'foo bar'}).itemId == currentUri.substring(0, currentUri.lastIndexOf('/')) + '/foo%20bar'");
|
| -debug('');
|
| -
|
| -var element = createElement('div',{});
|
| -element.itemId = 'bar'
|
| -shouldBeTrue("element.itemId == currentUri.substring(0, currentUri.lastIndexOf('/')) + '/bar'");
|
| -
|
| -</script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| -</body>
|
| -</html>
|
|
|