| Index: LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
|
| diff --git a/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt b/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
|
| deleted file mode 100644
|
| index 8a45e6d4e77416b447c03c386308b4b8699f295c..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/dom/MicroData/itemtype-attribute-test-expected.txt
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -itemType attribute simple test.
|
| -
|
| -Created element of type: div
|
| -Set attribute: itemtype, value: http://example.com/foo
|
| -
|
| -The itemType attribute must be defined.
|
| -PASS element.itemType is defined.
|
| -PASS element.itemType.toString() is 'http://example.com/foo'
|
| -
|
| -itemType and itemType.length must be read-only.
|
| -PASS element.itemType = 'http://example.com/test'; element.itemType.toString() == 'http://example.com/foo' is true
|
| -PASS element.itemType.contains('http://example.com/test') is false
|
| -PASS element.itemType.length = 0; element.itemType.length == 1 is true
|
| -
|
| -removeAttribute('itemType') must reflect correctly.
|
| -PASS element.itemType.toString() is ''
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|