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

Unified Diff: LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html

Issue 72543003: Update TextTrackCue tests to use VTTCue where appropriate (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html b/LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html
deleted file mode 100644
index 09492f34a85356455c790dfaa5c2e10e84c6a0e6..0000000000000000000000000000000000000000
--- a/LayoutTests/media/track/opera/interfaces/TextTrackCue/getCueAsHTMLCrash.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<div>Test passes if it does not induce a crash.</div>
-<script src=../../../../../resources/testharness.js></script>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-
-test(function(){
- var c1 = new TextTrackCue(0, 1, '<c>x\0');
- window.frag = c1.getCueAsHTML();
-}, document.title+', creating the cue');
-
-test(function(){
- assert_false(frag.childNodes[0].hasChildNodes(), 'hasChildNodes()');
-}, document.title+', >');
-
-test(function(){}, document.title+', ');
-test(function(){}, document.title+', x\\0');
-</script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698