Update web-platform-tests to revision 0159b3ec9ba5355a3340621226e02ae026effd7f

This commit is contained in:
Ms2ger 2015-09-22 16:41:09 +02:00
parent d588ce8d85
commit 43a50e298a
37 changed files with 1341 additions and 62 deletions

View file

@ -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,