Chromium Code Reviews

Side by Side Diff: LayoutTests/picture/working/picture-src.html

Issue 14449003: Picture element initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@picture_after_rebase
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 <p>You should see a cake:</p>
8 <picture alt="cake" src="../resources/cake.png">
9 <source src="../resources/red.png" />
10 </picture>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine