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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php

Issue 2358993003: Service worker creation from <link> leads to nullptr dereference (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
Index: third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php
index f94f44a3825a39b7dda9e0a264f5a7e2665fca04..e1a68d08d920f4e4d4022c5259b16f07c76155a5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php
+++ b/third_party/WebKit/LayoutTests/http/tests/security/suborigins/suborigin-service-worker-dom-access.php
@@ -4,7 +4,7 @@ header("Suborigin: foobar");
<!DOCTYPE html>
<html>
<head>
-<title>Service Worker access fails from a suborigin</title>
+<title>Service Worker DOM API fails from a suborigin</title>
falken 2016/09/23 01:22:33 really nitty: I've never heard the term "SW DOM AP
jww 2016/09/23 04:34:47 Done.
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>

Powered by Google App Engine
This is Rietveld 408576698