| Index: LayoutTests/fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt
|
| diff --git a/LayoutTests/fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt b/LayoutTests/fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt
|
| deleted file mode 100644
|
| index 9a4428584ca28e6a5363d1cbce1ef64728d351e5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -Microdata properties collection must update on adding or removing property.
|
| -
|
| -PASS propertyNodeList.length == '1' is true
|
| -PASS propertyNodeList[0] == item.children[0] is true
|
| -Add a property to the item.
|
| -Created element of type: div
|
| -Set attribute: itemprop, value: foo
|
| -PASS propertyNodeList.length == 2 is true
|
| -PASS propertyNodeList[0] == item.children[0] is true
|
| -PASS propertyNodeList[1] == item.children[1] is true
|
| -Remove itemprop attribute of the first child.
|
| -PASS propertyNodeList.length == 1 is true
|
| -PASS propertyNodeList[0] == item.children[1] is true
|
| -Add itemprop attribute to the first child.
|
| -PASS propertyNodeList.length == 2 is true
|
| -PASS propertyNodeList[0] == item.children[0] is true
|
| -PASS propertyNodeList[1] == item.children[1] is true
|
| -Add itemref attribute.
|
| -PASS propertyNodeList.length == 3 is true
|
| -PASS propertyNodeList[0] == testElement is true
|
| -PASS propertyNodeList[1] == item.children[0] is true
|
| -PASS propertyNodeList[2] == item.children[1] is true
|
| -Remove itemref attribute.
|
| -PASS propertyNodeList.length == 2 is true
|
| -PASS propertyNodeList[0] == item.children[0] is true
|
| -PASS propertyNodeList[1] == item.children[1] is true
|
| -Add itemref attribute.
|
| -PASS propertyNodeList.length == 3 is true
|
| -PASS propertyNodeList[0] == testElement is true
|
| -PASS propertyNodeList[1] == item.children[0] is true
|
| -PASS propertyNodeList[2] == item.children[1] is true
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|