Index: LayoutTests/fast/dom/HTMLImageElement/image-sizes-simple.html |
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-sizes-simple.html b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-simple.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..634f0f2adf3fa45f299c8f4d81680de1f3cb2376 |
--- /dev/null |
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-sizes-simple.html |
@@ -0,0 +1,14 @@ |
+<html> |
+<head> |
+<script src="../../../resources/js-test.js"></script> |
+<script> |
+ if (window.testRunner) { |
+ testRunner.dumpAsText(); |
+ } |
+</script> |
+</head> |
+ |
+<body id="body"> |
+ <img id="foo" src="" sizes="(max-width: 300px) 200w, 400w " srcset="resources/image-set-1x.png 200w, resources/image-set-2x.png 400w"> |
+</body> |
+</html> |