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

Unified Diff: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html

Issue 1144143009: W3C Test: Import web-platform-tests/html/semantics (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
Index: LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrackCue/id.html b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html
similarity index 81%
copy from LayoutTests/media/track/opera/interfaces/TextTrackCue/id.html
copy to LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html
index a809d15200594b99bf27a041e74f79eb100ac9d4..6d442f37fa41b1820369bb029ca1def71b91be0f 100644
--- a/LayoutTests/media/track/opera/interfaces/TextTrackCue/id.html
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/id.html
@@ -1,7 +1,7 @@
<!doctype html>
<title>TextTrackCue.id</title>
-<script src=../../../../../resources/testharness.js></script>
-<script src=../../../../../resources/testharnessreport.js></script>
+<script src=../../../../../../../../resources/testharness.js></script>
+<script src=../../../../../../../../resources/testharnessreport.js></script>
<div id=log></div>
<script>
setup(function(){
@@ -28,6 +28,9 @@ t_parsed.step(function(){
assert_equals(c[1].id, 'foobar');
this.done();
});
+ t.onerror = this.step_func(function() {
+ assert_unreached('got error event');
+ });
t.src = 'data:text/vtt,'+encodeURIComponent('WEBVTT\n\n00:00:00.000 --> 00:00:00.001\ntest'+
'\n\nfoobar\n00:00:00.000 --> 00:00:00.001\ntest');
t.track.mode = 'showing';

Powered by Google App Engine
This is Rietveld 408576698