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

Unified Diff: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html

Issue 1858073002: Media: Report HTMLMediaElement player errors to devtools console Base URL: https://chromium.googlesource.com/chromium/src.git@fix_472253_1
Patch Set: Rebase, attempt to fix 1 regressed expectation, temporary logging for investigating 2 other regress… Created 4 years, 8 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/spatial-navigation/snav-media-elements.html
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html
index 3dc7d1b2e2fb5a8c1043ee0abe7fbcb6a143e580..90e4725c79ada918fa91be63a7fa58fa29df3ecc 100644
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-media-elements.html
@@ -48,13 +48,13 @@
<body id="some-content" xmlns="http://www.w3.org/1999/xhtml">
<p>This is a link <a id="start" href="a">start of Test</a>.</p>
- <video id="v1" controls tabindex="0" src="../../media/content/test.mp4"></video>
+ <video id="v1" controls tabindex="0" src="../../media/content/test.webm"></video>
<p>This is a link <a id="i2" href="a">i2</a>.</p>
- <video id="v3" controls src="../../media/content/test.mp4"></video>
+ <video id="v3" controls src="../../media/content/test.webm"></video>
<p>This is a link <a id="i4" href="a">i4</a>.</p>
- <video id="v5" tabindex="0" src="../../media/content/test.mp4"></video>
+ <video id="v5" tabindex="0" src="../../media/content/test.webm"></video>
<p>This is a link <a id="i6" href="a">i6</a>.</p>
<audio id="a7" controls src="../../media/content/test.wav"></audio>
@@ -62,7 +62,7 @@
<p>This is a link <a id="i8" href="a">i8</a>.</p>
<!-- 'a9' is not focussable: no controls attribute as well no tab index.
Key down from 'i8' should go to 'end'. -->
- <audio id="a9" src="../../media/content/test.mp4"></audio>
+ <audio id="a9" src="../../media/content/test.webm"></audio>
<p>This is a link <a id="end" href="a">End of Test</a>.</p>

Powered by Google App Engine
This is Rietveld 408576698