RESOLVED CONFIGURATION CHANGED129306
Updating `iframe@srcdoc` through DOM/JavaScript doesn’t work reliably
https://bugs.webkit.org/show_bug.cgi?id=129306
Summary Updating `iframe@srcdoc` through DOM/JavaScript doesn’t work reliably
Mathias Bynens
Reported 2014-02-25 06:27:30 PST
Test case: data:text/html,<iframe%20id=x%20srcdoc="<body%20bgcolor=red>FAIL"></iframe><script>x.srcdoc%20=%20'<body%20bgcolor=green>PASS';</script> Expected results: The test case should show an iframe with a green background. Actual results: The test case shows an iframe with a red background. Safari has the same issue. Firefox gets it right.
Attachments
Ahmad Saleem
Comment 1 2023-11-11 13:00:08 PST
Safari 17.2 seems to get this right (Green Background with PASS), similar to Chrome Canary 121 and Firefox Nightly 121. Marking this as 'RESOLVED CONFIGURATION CHANGED'.
Note You need to log in before you can comment on or make changes to this bug.