Index: LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt |
diff --git a/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt b/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt |
deleted file mode 100644 |
index 3db4761483f1f02483b3fc90d00df475ac54dc0b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/MicroData/properties-collection-add-remove-itemref-expected.txt |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-Microdata properties collection should update properly on adding or removing itemref. |
- |
-Created element of type: div |
-PASS item.properties.length == '0' is true |
- |
-Set itemref to id1. |
-PASS item.properties.length == '1' is true |
-PASS item.properties.item(0) == element.firstChild is true |
-PASS item.properties[0] == element.firstChild is true |
- |
-Remove itemref attribute. |
-PASS item.properties.length == '0' is true |
-PASS item.properties.item(0) == undefined is true |
-PASS item.properties[0] == undefined is true |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |