Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imported/w3c/web-platform-tests/fs/FileSystemBaseHandle-postMessage-MessagePort-windows.https.window.html is a flaky failure
https://commits.webkit.org/258840@main
  • Loading branch information
szewai authored Jan 12, 2023
1 parent 6cd6741 commit bd680ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/resources/message-target.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script id="inline_script">
'use strict'

if (window.parent !== null) {
if (window.parent !== null && window.parent != window) {
window.parent.postMessage('LOADED', { targetOrigin: '*' });
}

Expand Down

0 comments on commit bd680ee

Please sign in to comment.