author | Fadi Meawad <fmeawad@chromium.org> |
Tue, 26 Jun 2018 02:46:19 +0000 | |
changeset 424286 | 56a163e7e3d3737efb20ae167d099496d41ebe6b |
parent 424285 | 18e63010fbba33546d6e8092d021e58bcc7f6bbb |
child 424287 | 1737cf06a0e63e5eb12a00c1e5c4cec8ab73afab |
push id | 34201 |
push user | shindli@mozilla.com |
push date | Thu, 28 Jun 2018 21:54:04 +0000 |
treeherder | mozilla-central@8f49b2a0e003 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1467618, 11390, 837709, 848604, 1089354, 565031 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -588731,25 +588731,25 @@ "3215b6729d83ca2841baf6eb33445eb07e0a7c25", "testharness" ], "keyboard-map/keyboard-map-https.html": [ "28b559875ce9514702d181cb4cb5e0a207083e2d", "testharness" ], "lifecycle/freeze.html": [ - "aca6ab2b23924ff891dc2abc26eb3067ad099e5b", + "79f45af08ff1cfe5c29d318fe6a32d281e990960", "testharness" ], "lifecycle/resources/foo.txt": [ "b909d6288b51d2b2dfe06382f057a5892826949b", "support" ], "lifecycle/resources/window.html": [ - "3c839ba3697d5ce8bcda99824af7dea7b37534c1", + "63fc6c451359b4efc3a72c9908d71dd999e43122", "support" ], "longtask-timing/OWNERS": [ "30a9c29ba53bac131c0cca801c01dddb4779824e", "support" ], "longtask-timing/longtask-attributes.html": [ "247359327818f59871be00d22942f6ecde5281a7",
--- a/testing/web-platform/tests/lifecycle/freeze.html +++ b/testing/web-platform/tests/lifecycle/freeze.html @@ -1,17 +1,18 @@ <!DOCTYPE html> <meta charset="utf-8"> <title>TestDriver freeze method</title> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script> var test = async_test('Test freeze callback.'); -var childWindow = window.open('resources/window.html', 'Child Window'); +window.open('resources/window.html', 'Child Window'); + var total_steps = 0; const StepStatus = { ADDED: 0, SUCCESS: 1, FAIL: 2, };
--- a/testing/web-platform/tests/lifecycle/resources/window.html +++ b/testing/web-platform/tests/lifecycle/resources/window.html @@ -51,16 +51,15 @@ window.document.addEventListener("freeze testFetch(false /* keepalive */); // Testing XHR, both sync and async should fail. testXHR(true /* async */); testXHR(false /* sync */); window.opener.step_success(freezingStepName); }); onload = function() { - window.opener.focus(); window.opener.add_step(freezingStepName); test_driver.freeze(); }; </script> </body> </html> \ No newline at end of file