Summary

Harness status: OK

Found 11 tests

Details

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