| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| index b459e376b0349792d90f319d468585771382aeb9..bce9cb2a13c2fb9ebec7dfd15bd25e19f4866234 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLOutputElement/dom-token-list-expected.txt
|
| @@ -32,8 +32,8 @@ PASS element.htmlFor.toString() is "x y"
|
| PASS element.htmlFor.toString() is "x\ty"
|
| PASS element.htmlFor.toString() is " y"
|
| - Test invalid tokens
|
| -PASS element.htmlFor.contains('') threw expected DOMException with code 12
|
| -PASS element.htmlFor.contains('x y') threw expected DOMException with code 5
|
| +PASS element.htmlFor.contains("") did not throw exception.
|
| +PASS element.htmlFor.contains("x y") did not throw exception.
|
| PASS element.htmlFor.add('') threw expected DOMException with code 12
|
| PASS element.htmlFor.add('x y') threw expected DOMException with code 5
|
| PASS element.htmlFor.remove('') threw expected DOMException with code 12
|
|
|