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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/image-blocked-alt-content.html

Issue 481753002: Use Shadow DOM to display fallback content for images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 6 years 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Security-Policy" content="img-src 'self'; script-src ' unsafe-inline'">
5 </head>
6 <body>
7 This test shows what alt content looks like when an image errors out on a page w ith a CSP that blocks data: URIs for images.
8 <img src="../resources/ab.png" width="50px;" height="50px;" alt="alt text">
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698