mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f
This commit is contained in:
@@ -38,6 +38,10 @@ test(function() {
|
||||
assert_equals(doc.inputEncoding, "UTF-8")
|
||||
}, 'inputEncoding');
|
||||
|
||||
test(function() {
|
||||
assert_equals(doc.charset, "UTF-8")
|
||||
}, 'charset');
|
||||
|
||||
test(function() {
|
||||
var url = document.URL;
|
||||
assert_equals(doc.documentURI, url,
|
||||
|
||||
Reference in New Issue
Block a user