| 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..81c58027da54a2f7c3b7fcd43142fe9760d8a66f 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
|
| @@ -12,7 +12,7 @@ PASS element.classList.length is 2
|
| PASS element.classList.length is 2
|
| PASS element.className is "x"
|
| PASS element.className is "x"
|
| -PASS element.className is "x x"
|
| +PASS element.className is "x x"
|
| PASS element.className is "y x"
|
| PASS element.className is ""
|
| PASS element.className is ""
|
| @@ -38,8 +38,8 @@ PASS element.classList.toggle('', true) threw expected DOMException with code 12
|
| PASS element.classList.toggle('x y', false) threw expected DOMException with code 5
|
| Testing add in presence of trailing white spaces.
|
| PASS element.className is "x y"
|
| -PASS element.className is "x\ty"
|
| -PASS element.className is " y"
|
| +PASS element.className is "x y"
|
| +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
|
|
|