Index: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html |
diff --git a/LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html |
similarity index 55% |
copy from LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html |
copy to LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.html |
index 7c0f6bfed4913b34d777c03d381babe0d98a1f01..c0fd339f6368e987903b06b6fafac5512b49ecd3 100644 |
--- a/LayoutTests/accessibility/anchor-linked-anonymous-block-crash.html |
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.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> |
+ <img> |
+</picture> |