Summary: | REGRESSION (24285-24399): alerts do not appear at W3C RTL test page | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||||
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | sam, zwarich | ||||||
Priority: | P1 | Keywords: | InRadar, Regression | ||||||
Version: | 523.x (Safari 3) | ||||||||
Hardware: | Mac | ||||||||
OS: | OS X 10.4 | ||||||||
URL: | http://www.w3.org/International/tests/test-rtl-chrome-1 | ||||||||
Attachments: |
|
Description
Alexey Proskuryakov
2007-07-19 21:42:30 PDT
Works on Safari 2.0.4 (419.3) with original WebKit on Mac OS X 10.4.10 (8R218). Created attachment 15626 [details]
reduction
Two commits that look somewhat suspicious are <http://trac.webkit.org/projects/webkit/changeset/24350> and <http://trac.webkit.org/projects/webkit/changeset/24287>. Probably r24350: fake getElementById properties now get priority over the autogenerated properties of the window prototype (see Window::getOwnPropertySlot) (In reply to comment #4) > Two commits that look somewhat suspicious are > <http://trac.webkit.org/projects/webkit/changeset/24350> and > <http://trac.webkit.org/projects/webkit/changeset/24287>. I tried r24287 and the test passes, so it must be a later revision. Created attachment 15642 [details]
patch
Comment on attachment 15642 [details]
patch
r=me
There's a mismatched closing tag here: + <div id="alert"></button> (In reply to comment #9) > There's a mismatched closing tag here: > > + <div id="alert"></button> > Eek, you're right. I will fix it. Landed in r24528. |