Index: LayoutTests/fast/dom/MicroData/element-with-empty-itemprop-expected.txt |
diff --git a/LayoutTests/fast/dom/MicroData/element-with-empty-itemprop-expected.txt b/LayoutTests/fast/dom/MicroData/element-with-empty-itemprop-expected.txt |
deleted file mode 100644 |
index bbdbae8c6ff7129e086646da04229909597c6852..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/dom/MicroData/element-with-empty-itemprop-expected.txt |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-This test ensures that an element with empty itemprop="" doesn't get listed in the .properties list. |
- |
-PASS item.properties.length is 1 |
-PASS item.children[1].itemProp.add('buz'); item.properties.length is 2 |
-PASS item.children[1].itemProp.remove('buz'); item.properties.length is 1 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |