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

Side by Side Diff: LayoutTests/fast/dom/HTMLImageElement/image-sizes-simple.html

Issue 240063003: Revert "A sizes attribute parser" (https://codereview.chromium.org/224733011) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 <html>
2 <head>
3 <script src="../../../resources/js-test.js"></script>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 }
8 </script>
9 </head>
10
11 <body id="body">
12 <img id="foo" src="" sizes="(max-width: 300px) 200px, 400px" srcset="resourc es/image-set-1x.png 200w, resources/image-set-2x.png 400w">
13 </body>
14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698