Update web-platform-tests to revision e03a9b1341ae9bdb1e4fa03765257b84d26fe2f1

This commit is contained in:
Josh Matthews 2017-10-16 11:11:04 -04:00
parent 7d05c76d18
commit 20a833eb75
5167 changed files with 4696 additions and 297370 deletions

View file

@ -0,0 +1,10 @@
<!doctype html PUBLIC "" "">
<meta charset=utf-8>
<title>Doctype with empty ids should trigger the standards mode.</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(function () {
assert_equals(document.compatMode, "CSS1Compat");
}, "Doctype with empty ids should trigger the standards mode.");
</script>

View file