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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698