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

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

Issue 208423011: SRI: Add the 'integrity' attribute, and a SubresourceIntegrity runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 9 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
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
+
« no previous file with comments | « LayoutTests/http/tests/security/subresourceIntegrity/integrity-attribute.html ('k') | Source/core/html/HTMLAnchorElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698