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

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

Issue 1151773007: Remove integrity attribute from elements not in SRI spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update test results 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/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.

Powered by Google App Engine
This is Rietveld 408576698