URI to URL

trying to pass test - uri
This commit is contained in:
Patrick Trottier 2016-06-18 18:09:30 -04:00 committed by Coder206
parent 09a39af1c1
commit 97eb594cc2
5 changed files with 7 additions and 7 deletions

View file

@ -64,7 +64,7 @@ dictionary BrowserElementErrorEventDetail {
};
dictionary BrowserElementLocationChangeEventDetail {
DOMString uri;
DOMString url;
boolean canGoBack;
boolean canGoForward;
};