| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| similarity index 93%
|
| rename from third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
|
| rename to third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| index 5eef71fd96d9af2d22abc0de90465aa2f540f455..b459e376b0349792d90f319d468585771382aeb9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| @@ -66,11 +66,11 @@ PASS element.htmlFor.length is 2
|
| PASS element.htmlFor.length is 2
|
| PASS element.htmlFor.length is 2
|
| PASS element.htmlFor.length is 2
|
| -- DOMSettableTokenList presence and type
|
| -PASS 'undefined' != typeof DOMSettableTokenList is true
|
| -PASS typeof DOMSettableTokenList.prototype is "object"
|
| +- DOMTokenList presence and type
|
| +PASS 'undefined' != typeof DOMTokenList is true
|
| +PASS typeof DOMTokenList.prototype is "object"
|
| PASS typeof element.htmlFor is "object"
|
| -PASS element.htmlFor.constructor is DOMSettableTokenList
|
| +PASS element.htmlFor.constructor is DOMTokenList
|
| PASS element.htmlFor === element.htmlFor is true
|
| PASS successfullyParsed is true
|
|
|
|
|