Index: third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html |
index 164b222331717d5a3eb5ae0018747356e49ca0b9..d538256cdfb84e7cf787eb038951353cc6038637 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_cross_origin_resource_request.html |
@@ -2,7 +2,7 @@ |
<html> |
<head> |
<meta charset="utf-8" /> |
- <title>resource timing information for cross-origin resource request</title> |
+ <title>This test validates the values in resource timing for a cross-origin resource request.</title> |
<link rel="author" title="Intel" href="http://www.intel.com/" /> |
<link rel="help" href="http://www.w3.org/TR/resource-timing/#performanceresourcetiming"/> |
<script src="/w3c/resources/testharness.js"></script> |
@@ -40,10 +40,6 @@ |
</head> |
<body> |
- <h1>Description</h1> |
- <p>This test validates the values in resource timing for a cross-origin resource request.</p> |
- |
- <br /> |
<iframe id="frameContext" src="" style="width: 250px; height: 250px;"></iframe> |
<script> |
test_equals(document.location.host, pageOrigin, 'Starting document.location.hostname is correct (' + pageOrigin + ')'); |