/home/clopez/webkit/webkit/layout-test-results/retries/http/tests/dom/document-attributes-null-handling-actual.txt
8
8
document.cookie = 'key=value'
9
9
PASS document.cookie is "key=value"
10
10
document.cookie = null
11
P
ASS
document.cookie
i
s
"
key=value; null=
"
11
F
AIL
document.cookie
should
be
key=value; null=
. Was key=value; null.
12
12
13
13
* title attribute
14
14
PASS document.title is ""