Chromium Code Reviews| 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> |