Index: third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html |
index 3ca1ad758a03814af370b0da5700252142923705..89781b896f79c7aea837d96bef655e8467d7223b 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html |
+++ b/third_party/WebKit/LayoutTests/http/tests/w3c/webperf/submission/Intel/resource-timing/test_resource_timing_store_and_clear_during_callback.html |
@@ -2,7 +2,7 @@ |
<html> |
<head> |
<meta charset="utf-8" /> |
- <title>read and clear resource timing entry in onresourcetimingbufferfull callback</title> |
+ <title>This test validates the behavior of read and clear operation in onresourcetimingbufferfull callback of resource timing.</title> |
<script src="/w3c/webperf/resources/webperftestharnessextension.js"></script> |
<script> |
var context = new PerformanceContext(performance); |
@@ -34,7 +34,5 @@ |
</script> |
</head> |
<body onload=onload_test()> |
- <h1>Description</h1> |
- <p>This test validates the behavior of read and clear operation in onresourcetimingbufferfull callback of resource timing.</p> |
</body> |
</html> |