Bug 12144
Summary: | REGRESSION(?): CSS3 selector test site no longer works | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hanspeter Schaub <Hanspeterschaub> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, Hanspeterschaub, joost |
Priority: | P1 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.css3.info/selectors-test/test.html |
Hanspeter Schaub
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
Confirmed with r18640.
Alexey Proskuryakov
I'm getting the same error from shipping Safari, so it looks like the site itself may have changed.
Hanspeter Schaub
(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)
Hmm i fucked it up, will fix!
Joost de Valk (AlthA)
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.