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:
@@ -10,6 +10,7 @@ function checkMetadata(doc, contentType) {
|
||||
assert_equals(doc.URL, document.URL, "URL");
|
||||
assert_equals(doc.documentURI, document.URL, "documentURI");
|
||||
assert_equals(doc.characterSet, "UTF-8", "characterSet");
|
||||
assert_equals(doc.charset, "UTF-8", "charset");
|
||||
assert_equals(doc.inputEncoding, "UTF-8", "inputEncoding");
|
||||
assert_equals(doc.contentType, contentType, "contentType");
|
||||
assert_equals(doc.location, null, "location");
|
||||
|
||||
Reference in New Issue
Block a user