| 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 bce9cb2a13c2fb9ebec7dfd15bd25e19f4866234..7b37d0189864d957a213efe5ec6d0e8e3633e46d 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
|
| @@ -14,7 +14,7 @@ PASS element.htmlFor.length is 2
|
| PASS element.htmlFor.length is 2
|
| PASS element.htmlFor.toString() is "x"
|
| PASS element.htmlFor.toString() is "x"
|
| -PASS element.htmlFor.toString() is "x x"
|
| +PASS element.htmlFor.toString() is "x x"
|
| PASS element.htmlFor.toString() is "y x"
|
| PASS element.htmlFor.toString() is ""
|
| PASS element.htmlFor.toString() is ""
|
| @@ -29,8 +29,8 @@ PASS element.htmlFor.contains('x') is true
|
| PASS element.htmlFor[1] is undefined.
|
| - Testing add in presence of trailing white spaces.
|
| PASS element.htmlFor.toString() is "x y"
|
| -PASS element.htmlFor.toString() is "x\ty"
|
| -PASS element.htmlFor.toString() is " y"
|
| +PASS element.htmlFor.toString() is "x y"
|
| +PASS element.htmlFor.toString() is "y"
|
| - Test invalid tokens
|
| PASS element.htmlFor.contains("") did not throw exception.
|
| PASS element.htmlFor.contains("x y") did not throw exception.
|
|
|