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

Unified Diff: LayoutTests/fast/js/exception-linenums-in-html-2-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-in-html-2-expected.txt
diff --git a/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt b/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt
deleted file mode 100644
index b236d164bfabd37cede6135cc4032ef5a00047c5..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/js/exception-linenums-in-html-2-expected.txt
+++ /dev/null
@@ -1,19 +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. It differs from exception-linenums-in-html-1.html in that it only works if Bugzilla Bug 3905 has been fixed.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS typeof e.sourceURL is "string"
-PASS e.line is 18
-PASS typeof e.sourceURL is "string"
-PASS e.line is 28
-PASS typeof e.sourceURL is "string"
-PASS e.line is 38
-PASS typeof e.sourceURL is "string"
-PASS e.line is 48
-PASS typeof e.sourceURL is "string"
-PASS e.line is 11
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698