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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Some elements should have `integrity` attributes. Others shouldn't.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS <a> has an 'integrity' attribute.
7 PASS <audio> has an 'integrity' attribute.
8 PASS <embed> has an 'integrity' attribute.
9 PASS <iframe> has an 'integrity' attribute.
10 PASS <img> has an 'integrity' attribute.
11 PASS <link> has an 'integrity' attribute.
12 PASS <object> has an 'integrity' attribute.
13 PASS <script> has an 'integrity' attribute.
14 PASS <source> has an 'integrity' attribute.
15 PASS <track> has an 'integrity' attribute.
16 PASS <video> has an 'integrity' attribute.
17 PASS <body> does not have an 'integrity' attribute.
18 PASS <div> does not have an 'integrity' attribute.
19 PASS <html> does not have an 'integrity' attribute.
20 PASS <meta> does not have an 'integrity' attribute.
21 PASS <span> does not have an 'integrity' attribute.
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25
OLDNEW
« 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