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

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

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 | « LayoutTests/media/video-source-error-no-candidate.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/video-source-error-no-candidate-expected.txt
diff --git a/LayoutTests/media/video-source-error-no-candidate-expected.txt b/LayoutTests/media/video-source-error-no-candidate-expected.txt
index d9b1d90a93fe4458f5aaa3b7861a7f20051071de..ed8c7bda21a0a115d494dcc04473167a484577fb 100644
--- a/LayoutTests/media/video-source-error-no-candidate-expected.txt
+++ b/LayoutTests/media/video-source-error-no-candidate-expected.txt
@@ -4,10 +4,7 @@ Test that 'error' events are fired from <source> element when it can not be used
EVENT(error) from <source id='missing-src' src=null> OK
EXPECTED (video.error == 'null') OK
-EVENT(error) from <source id='bogus-type' src='content/test.mp4'> OK
-EXPECTED (video.error == 'null') OK
-
-EVENT(error) from <source id='unsupported-media-query' src='content/test.mp4'> OK
+EVENT(error) from <source id='bogus-type' src='content/test.ogv'> OK
EXPECTED (video.error == 'null') OK
EVENT(error) from <source id='empty-src' src='video-source-error-no-candidate.html'> OK
« no previous file with comments | « LayoutTests/media/video-source-error-no-candidate.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698