Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-bad-options-expected.txt |
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-bad-options-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-bad-options-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..36d43d87d16476608c3883fc7391374d387f6ea3 |
--- /dev/null |
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-bad-options-expected.txt |
@@ -0,0 +1,12 @@ |
+CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg=?'). The options could not be parsed. |
+CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg=?foobar'). The options could not be parsed. |
+CONSOLE ERROR: Ignoring unrecogized 'integrity' attribute option 'foo' with value 'bar'. |
+CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg=?foo=bar?'). The options could not be parsed. |
+CONSOLE ERROR: Error parsing 'integrity' attribute ('sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg=?foo&bar?'). The options could not be parsed. |
+This is a testharness.js-based test. |
+PASS SRI with bad options |
+PASS SRI with bad options 1 |
+PASS SRI with bad options 2 |
+PASS SRI with bad options 3 |
+Harness: the test ran to completion. |
+ |