Pass | document.title initial value | Asserts runPass | assert_equals("document.title and space normalization", "document.title and space normalization")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:18:3) |
|
Pass | document.title after setting to "one space" | Asserts runPass | assert_equals("one space", "one space")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "two spaces" | Asserts runPass | assert_equals("two spaces", "two spaces")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "one\ttab" | Asserts runPass | assert_equals("one tab", "one tab")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "two\t\ttabs" | Asserts runPass | assert_equals("two tabs", "two tabs")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "one\nnewline" | Asserts runPass | assert_equals("one newline", "one newline")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "two\n\nnewlines" | Asserts runPass | assert_equals("two newlines", "two newlines")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "one\fform feed" | Asserts runPass | assert_equals("one form feed", "one form feed")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "two\f\fform feeds" | Asserts runPass | assert_equals("two form feeds", "two form feeds")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "one\rcarriage return" | Asserts runPass | assert_equals("one carriage return", "one carriage return")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|
Pass | document.title after setting to "two\r\rcarriage returns" | Asserts runPass | assert_equals("two carriage returns", "two carriage returns")
at Test.<anonymous> ( /html/dom/documents/dom-tree-accessors/document.title-03.html:12:7) |
|