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

Unified Diff: LayoutTests/media/video-source-error-no-candidate.html

Issue 334353003: Fix LayoutTest that broke on Chrome builds when media attribute logic was removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/media/video-source-error-no-candidate-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-source-error-no-candidate.html
diff --git a/LayoutTests/media/video-source-error-no-candidate.html b/LayoutTests/media/video-source-error-no-candidate.html
index 8239182973d0ed1a92792632b2b83b03ee72779c..347192d7621b9eec8d73452c020323f4a486e5b0 100644
--- a/LayoutTests/media/video-source-error-no-candidate.html
+++ b/LayoutTests/media/video-source-error-no-candidate.html
@@ -8,7 +8,7 @@
var sources = [];
var errorCount = 0;
- var expectedErrorCount = 5;
+ var expectedErrorCount = 4;
function errorEvent(evt)
{
@@ -49,9 +49,8 @@
<video onloadstart="start()" controls>
<source id=missing-src type="video/blahblah">
- <source id=bogus-type src=content/test.mp4 type="video/blahblah">
- <source id=unsupported-media-query src=content/test.mp4 media=print>
- <source id=empty-src src="" type="video/mp4">
+ <source id=bogus-type src=content/test.ogv type="video/blahblah">
+ <source id=empty-src src="" type="video/ogg">
<source id=no-extension-no-type src=nonexistent>
</video>
« no previous file with comments | « no previous file | LayoutTests/media/video-source-error-no-candidate-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698