Bug 224492
Summary: | Make document.open() remove the document's initial about:blank-ness | ||
---|---|---|---|
Product: | WebKit | Reporter: | Domenic Denicola <d> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, cdumez, rniwa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Domenic Denicola
See https://github.com/whatwg/html/pull/6567 and the tests at https://github.com/web-platform-tests/wpt/pull/28403 , which Firefox and Chrome already pass.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/76905573>
Ahmad Saleem
Safari is only one failing this test case:
https://wpt.fyi/results/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/remove-initial-about-blankness.window.html?label=experimental&label=master&aligned
Just wanted to update status. Thanks!
Ryosuke Niwa
We're passing this test case now.