Update web-platform-tests to revision ee40b886c701ffa25a673240cabdedd59ee3ace4

This commit is contained in:
Ms2ger 2015-11-24 12:29:19 +01:00
parent a00f2d6310
commit 3a79c9b53f
44 changed files with 631 additions and 75 deletions

View file

@ -4,7 +4,7 @@
<title>HTML Templates: Template element as a descendant of the frameset element.</title>
<meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
<meta name="assert" content="Template element can not be a descendant of the frameset element">
<link rel="help" href="https://html.spec.whatwg.org/multipage/syntax.html#parsing-main-inframeset">
<link rel="help" href="https://html.spec.whatwg.org/multipage/#parsing-main-inframeset">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src='/html/resources/common.js'></script>