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

Unified Diff: LayoutTests/fast/dom/HTMLImageElement/image-picture-source-src-and-srcset.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
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>

Powered by Google App Engine
This is Rietveld 408576698