Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/events/onload-body-replace-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/fast/events/onload-body-replace-expected.txt b/third_party/WebKit/LayoutTests/fast/events/onload-body-replace-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e8a38ace5d3837f93c751da0445b809094c841a7 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/events/onload-body-replace-expected.txt |
| @@ -0,0 +1,2 @@ |
| +This tests that a onload handler clears and replaces the attribute listener on the window. You should see "PASS" below. |
| +PASS: window.onload event handler did not run , but the document body onload did. |