Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Unreviewed, rolling out r229468.
This change caused http/tests/security/frame-loading-via- document-write.html to fail. Reverted changeset: "http/tests/security/frame-loading-via-document-write-async- delegates.html fails with async delegates" https://bugs.webkit.org/show_bug.cgi?id=183460 https://trac.webkit.org/changeset/229468 Canonical link: https://commits.webkit.org/199198@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@229496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
26 additions
and 116 deletions.
- +14 −0 LayoutTests/ChangeLog
- +0 −22 LayoutTests/http/tests/security/frame-loading-via-document-write-async-delegates-expected.txt
- +0 −82 LayoutTests/http/tests/security/frame-loading-via-document-write-async-delegates.html
- +4 −12 LayoutTests/http/tests/security/frame-loading-via-document-write.html
- +8 −0 LayoutTests/http/tests/security/resources/frame-loading-via-document-write.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,3 +17,11 @@ function didImageLoad() | ||
} | ||
} | ||
|
||
function lastTest() | ||
{ | ||
didImageLoad(); | ||
|
||
if (window.testRunner) | ||
testRunner.notifyDone(); | ||
} | ||
|