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

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

Powered by Google App Engine
This is Rietveld 408576698