| 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
|
| index d3ade0ed327d80f9a6d4426259758e8ef78c738d..5620b97df2fe4e45a37854ce974e5f9323a7ec39 100644
|
| --- a/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt
|
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute-expected.txt
|
| @@ -3,17 +3,17 @@ 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 <a> does not have an 'integrity' attribute.
|
| +PASS <audio> does not have an 'integrity' attribute.
|
| +PASS <embed> does not have an 'integrity' attribute.
|
| +PASS <iframe> does not have an 'integrity' attribute.
|
| +PASS <img> does not have an 'integrity' attribute.
|
| +PASS <object> does not have an 'integrity' attribute.
|
| +PASS <source> does not have an 'integrity' attribute.
|
| +PASS <track> does not have an 'integrity' attribute.
|
| +PASS <video> does not have 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.
|
|
|