Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html

Issue 1475863005: [Async][WIP] Call FrameLoader::checkCompleted() asynchronously to avoid sync body.onload() Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html
index 85b95ac8c1e2cff331e8935eabb83b928b16b2f8..42fc05a91b75c6bf50a81666dcdda1fd2e8f710d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-get-custom-property-cached.html
@@ -2,7 +2,7 @@
<head>
<script src="resources/cross-frame-access.js"></script>
<script>
- window.onload = function()
+ // FIXME[11] window.onload = function()
{
if (window.testRunner) {
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698