diff options
author | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-05-13 12:56:24 +0800 |
---|---|---|
committer | Gregory Terzian <gterzian@users.noreply.github.com> | 2018-05-20 10:34:39 +0800 |
commit | 9467543c80c904915d7b6593a31d38f950a3c3d8 (patch) | |
tree | a3d4b52bb998a99dff09d14d6332766f4e1eaaed /components/script/dom | |
parent | a297e8f2881d0d1927160d2ebc0e4b26d71f2534 (diff) | |
download | servo-9467543c80c904915d7b6593a31d38f950a3c3d8.tar.gz servo-9467543c80c904915d7b6593a31d38f950a3c3d8.zip |
update "navigation within beforeunload" test to match the spec
Diffstat (limited to 'components/script/dom')
-rw-r--r-- | components/script/dom/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index 00f65b60611..dcd9c2e0756 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -1560,7 +1560,7 @@ impl Window { let pipeline_id = self.upcast::<GlobalScope>().pipeline_id(); - // Step 4 + // Step 4 and 5 let window_proxy = self.window_proxy(); if let Some(active) = window_proxy.currently_active() { if pipeline_id == active { |