зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1574692 [wpt PR 18516] - Remove unnecessary use of "sub" feature, a=testonly
Automatic update from web-platform-tests [fetch] Remove unnecessary use of "sub" feature The referenced files do not use the templating syntax recognized by WPT's "sub" feature, so they do not need to be included with the query string parameter which enables the feature. -- [csp] Remove unnecessary use of "sub" feature The referenced files do not use the templating syntax recognized by WPT's "sub" feature, so they do not need to be included with the query string parameter which enables the feature. -- wpt-commits: 9051fd92227f033a4941c26b1652079bac47f031, 02f4ccec3d7ed3df58207106819a8ae2a9d51b9a wpt-pr: 18516
This commit is contained in:
Родитель
05845f91b6
Коммит
8c40c2dcca
|
@ -10,7 +10,7 @@
|
|||
document.addEventListener("securitypolicyviolation", t.unreached_func("Should not trigger a security policy violation"));
|
||||
</script>
|
||||
|
||||
<link nonce="nonceynonce" href="/content-security-policy/style-src/resources/style-src.css?pipe=sub" rel=stylesheet type=text/css>
|
||||
<link nonce="nonceynonce" href="/content-security-policy/style-src/resources/style-src.css" rel=stylesheet type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
<div id='log'></div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
assert_equals("style-src-elem", e.violatedDirective);
|
||||
}));
|
||||
</script>
|
||||
<link nonce="not-nonceynonce" href="/content-security-policy/style-src/resources/style-src.css?pipe=sub" rel=stylesheet type=text/css>
|
||||
<link nonce="not-nonceynonce" href="/content-security-policy/style-src/resources/style-src.css" rel=stylesheet type=text/css>
|
||||
</head>
|
||||
<body>
|
||||
<div id='log'></div>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<script>
|
||||
service_worker_test("referrer-no-referrer.js?pipe=sub");
|
||||
service_worker_test("referrer-no-referrer.js");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<script>
|
||||
service_worker_test("referrer-unsafe-url.js?pipe=sub");
|
||||
service_worker_test("referrer-unsafe-url.js");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче