Index: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html |
diff --git a/LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html |
similarity index 52% |
copy from LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html |
copy to LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html |
index 7c0f6bfed4913b34d777c03d381babe0d98a1f01..f10308cab862ea66843087aea7728c69bada293d 100644 |
--- a/LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html |
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html |
@@ -1,8 +1,9 @@ |
-<html> |
-Test passes if it does not crash. |
+<!DOCTYPE html> |
<script> |
if (window.testRunner) |
testRunner.dumpAsText(); |
</script> |
-<details> |
-</html> |
+<picture> |
+ <source src srcset> |
+ <img> |
+</picture> |