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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html

Issue 2732853003: [preload] Split up media into video, audio and track (Closed)
Patch Set: Added a test that media fails Created 3 years, 9 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: third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html
new file mode 100644
index 0000000000000000000000000000000000000000..16de098ee8561f662385a2556662cacd428800ad
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLLinkElement/link-preload-media-as-value.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+<link rel=preload href="../resources/square.png" as=media>

Powered by Google App Engine
This is Rietveld 408576698