Bug 19471 - test fails for changing attributes of DOM css rule rematching
Summary: test fails for changing attributes of DOM css rule rematching
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.hixie.ch/tests/adhoc/dom/c...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 17:40 PDT by Calvin Anderson
Modified: 2022-06-03 07:57 PDT (History)
4 users (show)

See Also:


Attachments
Safari 15.5 matches other browsers (396.53 KB, image/png)
2022-06-03 04:36 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Calvin Anderson 2008-06-10 17:40:32 PDT
I Steps:
 Go to http://www.hixie.ch/tests/adhoc/dom/css/rematching/003.xml
 
 II Issue:
 Test fails for changing attributes of DOM css rule rematching. Green block not seen.
 
 III Other browsers:
 IE7: not ok; xml code seen on loading url
 FF3: ok
 Opera: ok
 
 IV Nightly tested: 34380
Comment 1 Ahmad Saleem 2022-06-03 04:36:52 PDT
Created attachment 460010 [details]
Safari 15.5 matches other browsers

I am not able to reproduce this using attached URL / Testcase and now as per expected result "Green block" is visible in Safari 15.5 on macOS 12.4 and it matches other browsers as shown the picture.

Although for some reason, the computed size is different across browsers but I am thinking too much and can be ignored here. Please retest, if I did it wrong or understand the result wrongs, accordingly. Thanks!
Comment 2 zalan 2022-06-03 07:57:01 PDT
(In reply to Ahmad Saleem from comment #1)
> Created attachment 460010 [details]
> Safari 15.5 matches other browsers
> 
> I am not able to reproduce this using attached URL / Testcase and now as per
> expected result "Green block" is visible in Safari 15.5 on macOS 12.4 and it
> matches other browsers as shown the picture.
> 
> Although for some reason, the computed size is different across browsers but
> I am thinking too much and can be ignored here. Please retest, if I did it
> wrong or understand the result wrongs, accordingly. Thanks!
Yea I think this is a PASS. Thank you!