| Index: webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default.html (revision 0)
|
| +++ webkit/data/layout_tests/chrome/fast/js/xhr-event-handler-default.html (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
| +<html>
|
| +<head>
|
| +<link rel="stylesheet" href="resources/js-test-style.css">
|
| +<script src="resources/js-test-pre.js"></script>
|
| +</head>
|
| +<body>
|
| +<p id="description"></p>
|
| +<div id="console"></div>
|
| +<script src="resources/xhr-event-handler-default.js"></script>
|
| +<script src="resources/js-test-post.js"></script>
|
| +</body>
|
| +</html>
|
|
|