[Webkit-unassigned] [Bug 63545] dom/html/level2/html/HTMLDocument12.html and dom/xhtml/level2/html/HTMLDocument12.xhtml fail on my machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 10:42:05 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63545





--- Comment #4 from Eric Seidel <eric at webkit.org>  2011-06-28 10:42:05 PST ---
Sorry, I forgot to post the code in question:

    function HTMLDocument12() {
87       var success;
88        if(checkInitialization(builder, "HTMLDocument12") != null) return;
89        var nodeList;
90          var vcookie;
91          var doc;
92         
93          var docRef = null;
94          if (typeof(this.doc) != 'undefined') {
95            docRef = this.doc;
96          }
97          doc = load(docRef, "doc", "document");
98          vcookie = doc.cookie;
99    
100          assertEquals("cookieLink","",vcookie);

Assuming I"m reading the failure message correctly, I somehow have "style=null" set as my cookie on file urls.  I'm not sure how to clear it.  But checking document.cookie for file urls (at least assuming that its always empty) is bogus.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list