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

Side by Side Diff: LayoutTests/http/tests/plugins/post-url-file.html

Issue 18951003: Skip or delete a bunch of timing out tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete a few more tests Created 7 years, 5 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 <script>
2 function log(msg) {
3 document.getElementById("log").appendChild(document.createTextNode(msg + "\r\n"));
4 }
5
6 function test() {
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.dumpChildFramesAsText();
10 testRunner.waitUntilDone();
11 }
12
13 document.getElementById("result").onload = function() { testRunner.notif yDone(); }
14
15 if (!plg.testPostURLFile("resources/dump-post.pl", "result", testRunner. pathToLocalResource("/tmp/post-url-file.txt"), "SUCCESS")) {
16 log("FAIL: testPostURLFile returned false");
17 testRunner.notifyDone();
18 }
19 }
20 </script>
21 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
22 <pre id="log"></pre>
23 <iframe id="result" name="result" onload="test()" src="data:text/html,FAIL"></if rame>
OLDNEW
« no previous file with comments | « LayoutTests/fast/frames/lots-of-objects-expected.txt ('k') | LayoutTests/http/tests/plugins/post-url-file-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698