Bug 287810
| Summary: | REGRESSION (290309@main): [ macOS wk1 ] 290309@main is a consistent failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
http/tests/webarchive/cross-origin-stylesheet-crash.html
The regression started after landing a fix for memory-cached files in webarchive at https://commits.webkit.org/290309@main.
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fwebarchive%2Fcross-origin-stylesheet-crash.html&flavor=wk1
Diff:
@@ -7,6 +7,9 @@
<key>WebResourceData</key>
<string><html><head>
<script>
+if (window.internals)
+ internals.clearMemoryCache();
+
if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</script>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/144999762>
EWS
Test gardening commit 290492@main (9cee5d5bb8d9): <https://commits.webkit.org/290492@main>
Reviewed commits have been landed. Closing PR #40717 and removing active labels.
Alexey Proskuryakov
This just needs updated expectations, the changes are expected.
rupin
Pull request: https://github.com/WebKit/WebKit/pull/41341
EWS
Committed 291099@main (7730650df958): <https://commits.webkit.org/291099@main>
Reviewed commits have been landed. Closing PR #41341 and removing active labels.