| Index: LayoutTests/fast/dom/relList_on_anchor-expected.txt
|
| diff --git a/LayoutTests/fast/dom/relList_on_anchor-expected.txt b/LayoutTests/fast/dom/relList_on_anchor-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8898981176911b40562c4d14b38cc85e895bb6b2
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/relList_on_anchor-expected.txt
|
| @@ -0,0 +1,23 @@
|
| +Checks relList attribute on anchor element
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS anchor.relList.__proto__ is DOMTokenList.prototype
|
| +PASS anchor.relList.contains('shortcut') is true
|
| +PASS anchor.relList.contains('icon') is true
|
| +PASS anchor.relList.length is 2
|
| +PASS anchor.relList.contains('shortcut1') is false
|
| +PASS anchor.rel = 'nofollow' did not throw exception.
|
| +PASS anchor.relList.length is 1
|
| +PASS anchor.relList.contains('nofollow') is true
|
| +PASS anchor.relList.contains('shortcut') is false
|
| +PASS anchor.relList.contains('icon') is false
|
| +PASS anchor.removeAttribute('rel') did not throw exception.
|
| +PASS anchor.rel is ""
|
| +PASS anchor.relList.length is 0
|
| +PASS anchor.relList[0] is undefined.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|