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

Unified Diff: LayoutTests/fast/dom/time-ranges-exceptions.html

Issue 197213012: Improve media-related exception messages (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove redundant TimeRanges test Created 6 years, 9 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/fast/dom/time-ranges-exceptions-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/time-ranges-exceptions.html
diff --git a/LayoutTests/fast/dom/time-ranges-exceptions.html b/LayoutTests/fast/dom/time-ranges-exceptions.html
deleted file mode 100644
index 635ace380081374a4aa19e1ea7d7c6df3cb1f7d8..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/time-ranges-exceptions.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script src="../../resources/js-test.js"></script>
-</head>
-<body>
- <script>
- description("Verify that TextRanges exceptions are properly messaged to developers.");
-
- var el = document.createElement('video');
- var timeRanges = el.buffered;
-
- shouldThrow('el.buffered.start(1)');
- shouldThrow('el.buffered.end(1)');
- </script>
-</body>
-</html>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/time-ranges-exceptions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698