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

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt

Issue 1126343003: Ignore unknown options to subresource integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed option parsing + nits from mkwst Created 5 years, 7 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: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..04dabe14ca196002cb8b8f893cbf482cd5c1df12
--- /dev/null
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-options-expected.txt
@@ -0,0 +1,14 @@
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar'.
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar?baz=foz'.
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foobar'.
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo=bar?'.
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo&bar?'.
+This is a testharness.js-based test.
+PASS SRI with options
+PASS SRI with options 1
+PASS SRI with options 2
+PASS SRI with options 3
+PASS SRI with options 4
+PASS SRI with options 5
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698