| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
|
| index 8cffa24da53232df4744507270ec1c06fded54af..bbe19949bbdc0468a78c046c52774ee892d7b48b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLElement/class-list-quirks-expected.txt
|
| @@ -41,8 +41,8 @@ PASS element.className is "x y"
|
| PASS element.className is "x\ty"
|
| PASS element.className is " y"
|
| Test invalid tokens
|
| -PASS element.classList.contains('') threw expected DOMException with code 12
|
| -PASS element.classList.contains('x y') threw expected DOMException with code 5
|
| +PASS element.classList.contains("") did not throw exception.
|
| +PASS element.classList.contains("x y") did not throw exception.
|
| PASS element.classList.add('') threw expected DOMException with code 12
|
| PASS element.classList.add('x y') threw expected DOMException with code 5
|
| PASS element.classList.remove('') threw expected DOMException with code 12
|
|
|