RESOLVED FIXED 28879
Fix fast/dom/StyleSheet/ownerNode-lifetime-2.html.
https://bugs.webkit.org/show_bug.cgi?id=28879
Summary Fix fast/dom/StyleSheet/ownerNode-lifetime-2.html.
Victor Wang
Reported 2009-09-01 11:30:56 PDT
The problem is, WebKit <link> nodes will only have a sheet created for them if they have href attribute, so the src attribute to non-existant css doesn't work.
Attachments
Proposed Patch (1.93 KB, patch)
2009-09-01 11:51 PDT, Victor Wang
darin: review-
Proposed Patch (replace <tab> with spaces in ChangLog) (1.97 KB, patch)
2009-09-01 11:54 PDT, Victor Wang
darin: review+
Victor Wang
Comment 1 2009-09-01 11:51:49 PDT
Created attachment 38874 [details] Proposed Patch
Darin Adler
Comment 2 2009-09-01 11:53:16 PDT
Comment on attachment 38874 [details] Proposed Patch Patch looks great, but there are tabs in the ChangeLog. Please re-submit without the tabs in the change log. I wonder how this ever got landed in this state!
Victor Wang
Comment 3 2009-09-01 11:54:26 PDT
Created attachment 38875 [details] Proposed Patch (replace <tab> with spaces in ChangLog)
Victor Wang
Comment 4 2009-09-01 12:04:24 PDT
(In reply to comment #2) > (From update of attachment 38874 [details]) > Patch looks great, but there are tabs in the ChangeLog. Please re-submit > without the tabs in the change log. > > I wonder how this ever got landed in this state! Done.
Dimitri Glazkov (Google)
Comment 5 2009-09-01 13:19:38 PDT
Note You need to log in before you can comment on or make changes to this bug.