Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/loading/resources/notify-success-on-load.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/resources/notify-success-on-load.html b/third_party/WebKit/LayoutTests/http/tests/loading/resources/notify-success-on-load.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..228c3eb4c2dab78e9c312193264db4e956b2a730 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/resources/notify-success-on-load.html |
| @@ -0,0 +1,2 @@ |
| +<body onload='if(window.testRunner)testRunner.notifyDone();'> |
| +You should have seen an alert. |