mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
Bug 1825634 - [bidi] Use document URL for load and domContentLoaded events r=webdriver-reviewers,Sasha
Differential Revision: https://phabricator.services.mozilla.com/D174173
This commit is contained in:
parent
dd6fc9f945
commit
9f314d6913
@ -38,7 +38,7 @@ class BrowsingContextModule extends Module {
|
||||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1763122
|
||||
navigation: null,
|
||||
timestamp: Date.now(),
|
||||
url: data.target.baseURI,
|
||||
url: data.target.URL,
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user