--- /home/clopez/webkit/webkit/layout-test-results/retries/http/tests/dom/document-attributes-null-handling-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/retries/http/tests/dom/document-attributes-null-handling-actual.txt @@ -8,7 +8,7 @@ document.cookie = 'key=value' PASS document.cookie is "key=value" document.cookie = null -PASS document.cookie is "key=value; null=" +FAIL document.cookie should be key=value; null=. Was key=value; null. * title attribute PASS document.title is ""