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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html

Issue 2349283002: Remove explict frame removal from fetch-request-css-base-url.html test (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
index 7d44101adc85222403c728f8a329df68dedc32c5..3654d6d5b27967266174702442e507d11e43c74a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-css-base-url.html
@@ -36,7 +36,6 @@ async_test(function(t) {
base + 'resources/fetch-request-css-base-url-style.css',
'While loading the image defined in CSS the referrer must ' +
'be the request URL of CSS.');
- frame.remove();
service_worker_unregister_and_done(t, SCOPE);
});
worker.postMessage(
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698