| Index: LayoutTests/fast/dom/MicroData/properties-collection-nameditem-test-expected.txt
|
| diff --git a/LayoutTests/fast/dom/MicroData/properties-collection-nameditem-test-expected.txt b/LayoutTests/fast/dom/MicroData/properties-collection-nameditem-test-expected.txt
|
| deleted file mode 100644
|
| index 4aa093c6f66bfd9cabdab3e45b403d5afd02ecf7..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/properties-collection-nameditem-test-expected.txt
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -Properties collection's namedItem property simple test.
|
| -
|
| -Created element of type: div
|
| -Set attribute: itemscope, value: itemscope
|
| -
|
| -Test properties.namedItem(name).
|
| -PASS element.properties.namedItem('foo') is defined.
|
| -PASS element.properties.namedItem('foo').length is 1
|
| -PASS element.properties.namedItem('foo')[0] is element.firstChild
|
| -
|
| -Test properties[name].
|
| -PASS element.properties['foo'] is defined.
|
| -PASS element.properties['foo'].length is 1
|
| -PASS element.properties['foo'][0] is element.firstChild
|
| -
|
| -Test properties[index].
|
| -PASS element.properties[0] is defined.
|
| -PASS element.properties[0] is element.firstChild
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|