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

Side by Side Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html

Issue 466353002: Added a console warning when <picture><source src></picture> is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added usecounter the right way Created 6 years, 4 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 <html> 1 <!DOCTYPE html>
2 Test passes if it does not crash.
3 <script> 2 <script>
4 if (window.testRunner) 3 if (window.testRunner)
5 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
6 </script> 5 </script>
7 <details> 6 <picture>
8 </html> 7 <source src srcset>
8 <img>
9 </picture>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698