| Index: LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt
|
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d3ade0ed327d80f9a6d4426259758e8ef78c738d
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt
|
| @@ -0,0 +1,25 @@
|
| +Some elements should have `integrity` attributes. Others shouldn't.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS <a> has an 'integrity' attribute.
|
| +PASS <audio> has an 'integrity' attribute.
|
| +PASS <embed> has an 'integrity' attribute.
|
| +PASS <iframe> has an 'integrity' attribute.
|
| +PASS <img> has an 'integrity' attribute.
|
| +PASS <link> has an 'integrity' attribute.
|
| +PASS <object> has an 'integrity' attribute.
|
| +PASS <script> has an 'integrity' attribute.
|
| +PASS <source> has an 'integrity' attribute.
|
| +PASS <track> has an 'integrity' attribute.
|
| +PASS <video> has an 'integrity' attribute.
|
| +PASS <body> does not have an 'integrity' attribute.
|
| +PASS <div> does not have an 'integrity' attribute.
|
| +PASS <html> does not have an 'integrity' attribute.
|
| +PASS <meta> does not have an 'integrity' attribute.
|
| +PASS <span> does not have an 'integrity' attribute.
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|