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

Unified Diff: LayoutTests/plugins/npruntime/identifier-conversion-expected.txt

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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 | « LayoutTests/plugins/npruntime/identifier-conversion.html ('k') | LayoutTests/plugins/npruntime/invoke.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/plugins/npruntime/identifier-conversion-expected.txt
diff --git a/LayoutTests/plugins/npruntime/identifier-conversion-expected.txt b/LayoutTests/plugins/npruntime/identifier-conversion-expected.txt
deleted file mode 100644
index 3bc72a3af3e62d3674f322b8dcbbd882b7c715e8..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/npruntime/identifier-conversion-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Test converting strings and integers to identifiers and back
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS embed.testIdentifierToString('foo') is "foo"
-PASS embed.testIdentifierToString('123') is "123"
-PASS embed.testIdentifierToString('null') is "null"
-PASS embed.testIdentifierToString(1) is undefined
-PASS embed.testIdentifierToString(-1) is undefined
-PASS embed.testIdentifierToString(1.40) is undefined
-PASS embed.testIdentifierToInt(1) is 1
-PASS embed.testIdentifierToInt(-1) is -1
-PASS embed.testIdentifierToInt(10) is 10
-PASS embed.testIdentifierToInt(10.234234) is 10
-PASS embed.testIdentifierToInt('foo') is 0
-PASS embed.testIdentifierToInt('10') is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « LayoutTests/plugins/npruntime/identifier-conversion.html ('k') | LayoutTests/plugins/npruntime/invoke.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698