mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Update web-platform-tests to revision 53f3408ffe1fd0e56a37aff4aaf1fa8441c41d6d
This commit is contained in:
@@ -50,6 +50,10 @@ test(function() {
|
||||
'The document must have a URL value equal to the URL of the active document.');
|
||||
}, 'URL value');
|
||||
|
||||
test(function() {
|
||||
assert_equals(doc.baseURI, document.URL);
|
||||
}, 'baseURI value');
|
||||
|
||||
test(function() {
|
||||
assert_equals(doc.location, null,
|
||||
'The document must have a location value of null.');
|
||||
|
||||
Reference in New Issue
Block a user