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

Side by Side Diff: LayoutTests/plugins/npruntime/evaluate.html

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 <script src="../../resources/js-test.js"></script>
3 </head>
4 <script>
5 function runTest() {
6 plugin = document.getElementById('plugin');
7
8 shouldBe("plugin.testEvaluate('1')", "1");
9 shouldBe("plugin.testEvaluate('plugin')", "plugin");
10 shouldBe("plugin.testEvaluate('window')", "window");
11 shouldBe("plugin.testEvaluate('1 + 1')", "2");
12 }
13 </script>
14 <body onLoad="runTest()">
15 <embed id="plugin" type="application/x-webkit-test-netscape" width=100 height=10 0></embed>
16 <p id="description"></p>
17 <div id="console"></div>
18
19 <script>
20 description("Test NPN_Evaluate");
21
22 </script>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/npruntime/enumerate-expected.txt ('k') | LayoutTests/plugins/npruntime/evaluate-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698