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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.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/external/wpt/preload/onerror-event.html
diff --git a/third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.html b/third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.html
index 5aeaf084d8d5a08413f78a4c9211ee3c068f110c..f503d41d642d66ffe743e638d4b62f1a1d8d35a2 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.html
+++ b/third_party/WebKit/LayoutTests/external/wpt/preload/onerror-event.html
@@ -23,7 +23,7 @@
<link rel=preload href="non-existent/Ahem.ttf" as=font crossorigin onerror="fontFailed = true;">
<link rel=preload href="non-existent/test.mp4" as=video onerror="videoFailed = true;">
<link rel=preload href="non-existent/test.oga" as=audio onerror="audioFailed = true;">
-<link rel=preload href="non-existent/security/captions.vtt" as=media onerror="trackFailed = true;">
+<link rel=preload href="non-existent/security/captions.vtt" as=track onerror="trackFailed = true;">
<link rel=preload href="non-existent/dummy.xml" as=foobarxmlthing onerror="gibberishFailed = true;">
<link rel=preload href="non-existent/dummy.xml" onerror="noTypeFailed = true;">
<script src="resources/dummy.js?pipe=trickle(d5)"></script>

Powered by Google App Engine
This is Rietveld 408576698