/home/clopez/webkit/webkit/layout-test-results/http/tests/dom/document-attributes-null-handling-actual.txt

88document.cookie = 'key=value'
99PASS document.cookie is "key=value"
1010document.cookie = null
11 PASS document.cookie is "key=value; null="
 11FAIL document.cookie should be key=value; null=. Was key=value; null.
1212
1313* title attribute
1414PASS document.title is ""