RESOLVED FIXED 12144
REGRESSION(?): CSS3 selector test site no longer works
https://bugs.webkit.org/show_bug.cgi?id=12144
Summary REGRESSION(?): CSS3 selector test site no longer works
Hanspeter Schaub
Reported 2007-01-06 14:37:53 PST
The CSS3 selector test site at http://www.css3.info/selectors-test/test.html no longer functions? This worked just a few days ago. I don't know javascript, so I am not able to reduce this bug to a simpler test case. The Terminal window does show the error message (timer):Undefined value when I try to access this test site.
Attachments
Matt Lilek
Comment 1 2007-01-06 15:41:18 PST
Confirmed with r18640.
Alexey Proskuryakov
Comment 2 2007-01-06 16:32:31 PST
I'm getting the same error from shipping Safari, so it looks like the site itself may have changed.
Hanspeter Schaub
Comment 3 2007-01-06 16:35:48 PST
(In reply to comment #2) > I'm getting the same error from shipping Safari, so it looks like the site > itself may have changed. > I know the nightly builds worked just fine on this site last weekend. Firefox 2.0 continues to work. Not sure what has changes in webkit or the site?
Joost de Valk (AlthA)
Comment 4 2007-01-07 00:11:54 PST
Hmm i fucked it up, will fix!
Joost de Valk (AlthA)
Comment 5 2007-01-07 00:24:50 PST
Resolved, yet, this code: <script type="text/javascript"> <!-- if (document.referrer != "http://www.css3.info/selectors-test/test.html") { document.location = "http://www.css3.info/selectors-test/"; } --> </script> seemed to interfere with the working of the script, it didn't in Firefox... can't reproduce it reliably though.
Note You need to log in before you can comment on or make changes to this bug.