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

Unified Diff: third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html
diff --git a/third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html b/third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html
index 64d79804e97874aea789fe04c4307d631897439d..6cb463595baee021d1488b932ac61e72a144496a 100644
--- a/third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html
+++ b/third_party/WebKit/LayoutTests/fast/serviceworker/serviceworkercontainer-interface.html
@@ -16,8 +16,5 @@ test(function() {
'the constructor should not be callable with "new"');
assert_throws(null, function() { ServiceWorkerContainer(); },
'the constructor should not be callable');
-
- assert_false(getPropertyDescriptor('controller').configurable,
- 'the controller property should be Unforgeable');
}, 'ServiceWorkerContainer interface');
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698