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

Unified Diff: LayoutTests/fast/js/exception-linenums-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/fast/js/exception-linenums-expected.txt
diff --git a/LayoutTests/fast/js/exception-linenums-expected.txt b/LayoutTests/fast/js/exception-linenums-expected.txt
deleted file mode 100644
index a9e799d91449a4948f2cc73560c16c2485c4d162..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/exception-linenums-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-This test exercises the source URL and line number that is embedded in JavaScript exceptions, which is displayed in places like the JavaScript console.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS typeof e.sourceURL is "string"
-PASS e.line is 12
-PASS typeof e.sourceURL is "string"
-PASS e.line is 22
-PASS typeof e.sourceURL is "string"
-PASS e.line is 32
-PASS typeof e.sourceURL is "string"
-PASS e.line is 42
-PASS typeof e.sourceURL is "string"
-PASS e.line is 5
-PASS typeof e.sourceURL is "string"
-PASS e.line is 64
-PASS e.line is 74
-PASS e.line is 78
-PASS e.line is 81
-PASS e.line is 85
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698