Diff
Modified: trunk/LayoutTests/ChangeLog (229151 => 229152)
--- trunk/LayoutTests/ChangeLog 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/ChangeLog 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,52 @@
+2018-03-01 John Wilander <[email protected]>
+
+ Move resource load statistics tests from js-test-pre.js to js-test.js
+ https://bugs.webkit.org/show_bug.cgi?id=183249
+ <rdar://problem/38033096>
+
+ Unreviewed test gardening.
+
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt:
+ * http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html:
+ * http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html:
+ * http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-expected.txt:
+ * http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-expected.txt:
+ * http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html:
+ * http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html:
+ * http/tests/resourceLoadStatistics/grandfathering-expected.txt:
+ * http/tests/resourceLoadStatistics/grandfathering.html:
+ * http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-expected.txt:
+ * http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html:
+ * http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-expected.txt:
+ * http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html:
+ * http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html:
+ * http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout-expected.txt:
+ * http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout.html:
+ * http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction-expected.txt:
+ * http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction.html:
+ * http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html:
+ * http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html:
+ * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-expected.txt:
+ * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-expected.txt:
+ * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html:
+ * http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html:
+ * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-expected.txt:
+ * http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html:
+
2018-03-01 Youenn Fablet <[email protected]>
LayoutTest imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-within-sw.https.html is a flaky failure
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host did not get classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Mixed Statistics</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host did not get classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Sub Frame Under Top Frame Origins</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host did not get classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Subresource Under Top Frame Origins</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host did not get classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Subresource Unique Redirects To</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Mixed Statistics</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Sub Frame Under Top Frame Origins</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Subresource Under Top Frame Origins</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Classification Based on Subresource Unique Redirects To</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/classify-as-very-prevalent-based-on-mixed-statistics.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <script src=""
+ <script src=""
</head>
<body>
<script>
@@ -68,6 +68,5 @@
runTestRunnerTest();
}
</script>
-<script src=""
</body>
</html>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
PASS Host is no longer a prevalent resource after the store was cleared.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Host classified as prevalent resource.
PASS Host is no longer a prevalent resource after the store was cleared.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Test Cleared Store</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Test Cleared Store</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Grandfathered cookie was not purged.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/grandfathering.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Test for Grandfathering</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Cookie not deleted.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Non-Prevalent Resource With User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Cookie not deleted.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Non-Prevalent Resource Without User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,11 @@
+Test for partitioned and unpartitioned cookie deletion.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-deletion.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -2,11 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <title>Test for Partitioned and Unpartitioned Cookie Deletion</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
+ description("Test for partitioned and unpartitioned cookie deletion.");
+ jsTestIsAsync = true;
+
const partitionHost = "127.0.0.1:8000";
const thirdPartyOrigin = "http://localhost:8000";
const thirdPartyBaseUrl = thirdPartyOrigin + "/resourceLoadStatistics/resources";
@@ -28,7 +30,7 @@
function finishTest() {
setEnableFeature(false);
- testRunner.notifyDone();
+ finishJSTest();
}
function openIframe(url, onLoadHandler) {
@@ -92,7 +94,6 @@
testRunner.setStatisticsShouldClassifyResourcesBeforeDataRecordsRemoval(false);
testRunner.setStatisticsMinimumTimeBetweenDataRecordsRemoval(0);
- testRunner.waitUntilDone();
testRunner.dumpChildFramesAsText();
document.location.hash = "step1";
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-and-unpartitioned-cookie-with-partitioning-timeout.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Test for Partitioned and Unpartitioned Cookie With User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,3 +1,6 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
--------
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/partitioned-cookies-with-and-without-user-interaction.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Test for Partitioned Cookies With and Without User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-handled-keydown.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
-<script src=""
+<script src=""
<script>
description("Tests that we grant User Interaction credit for handled keypresses.");
jsTestIsAsync = true;
@@ -51,6 +51,5 @@
</script>
<iframe id="testFrame" src=""
<input id="testInput" type="text"></input>
-<script src=""
</body>
</html>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-unhandled-keydown.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
-<script src=""
+<script src=""
<script>
description("Tests that we do not grant User Interaction credit for unhandled keypress.");
jsTestIsAsync = true;
@@ -44,6 +44,5 @@
}
</script>
<iframe id="testFrame" src=""
-<script src=""
</body>
</html>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Cookie not deleted.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Cookie deleted.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Prevalent Resource With User Interaction Timeout</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-with-user-interaction.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Prevalent Resource With User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-expected.txt (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-expected.txt 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction-expected.txt 2018-03-01 23:22:11 UTC (rev 229152)
@@ -1,2 +1,5 @@
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS Cookie deleted.
Modified: trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html (229151 => 229152)
--- trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html 2018-03-01 23:19:07 UTC (rev 229151)
+++ trunk/LayoutTests/http/tests/resourceLoadStatistics/prevalent-resource-without-user-interaction.html 2018-03-01 23:22:11 UTC (rev 229152)
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Tests for Prevalent Resource Without User Interaction</title>
- <script src=""
+ <script src=""
</head>
<body>
<script>