| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
|
| index 6a6482daae54ef4a1718f9fc254597262f04e10b..8ad6532172c948ed4ab9a1617074ee99115080af 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html
|
| @@ -5,7 +5,7 @@
|
| <meta name="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
| <meta name="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
| <meta name="assert" content="Template element can be a descendant of the body element">
|
| -<link rel="help" href="http://www.w3.org/TR/2013/WD-html-templates-20130214/#template-element">
|
| +<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-template-element">
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script src='/html/resources/common.js'></script>
|
| @@ -93,7 +93,7 @@ parameters = [['Template element as an indirect descendant of the BODY element.
|
| generate_tests(templateIsAnIndirectChild, parameters,
|
| 'Template element as an indirect descendant of the HEAD, BODY and FRAMESET elements');
|
|
|
| -parameters = [['Template element as a descendant of the FRAMESET element. ' +
|
| +parameters = [['Template element as an indirect descendant of the FRAMESET element. ' +
|
| 'Template element is created by innerHTML',
|
| frameset],
|
| ];
|
|
|