Index: third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override.html b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override.html |
index ef19b634990c2a78483c61e94e7f6037d0dec1af..21b7652aef6b188737ee8c6e9fdc853d9748f972 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/ontimeout-event-override.html |
@@ -1,11 +1,11 @@ |
<!doctype html> |
<html> |
<head> |
+<title>Verify that a timeout ProgressEvent is dispatched and have the expected values.</title> |
<script src="../resources/testharness.js"></script> |
<script src="../resources/testharnessreport.js"></script> |
</head> |
<body> |
-<p>Verify that a timeout ProgressEvent is dispatched and have the expected values.</p> |
<div id="logEvent"></div> |
<script type="text/javascript"> |
var didTimeout = false; |