Index: LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html |
diff --git a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html |
index dd824e54a483d45df8654cccc81fb9bbe25f6f9a..54560139cd93a48228f175c3f2894076ee923fc7 100644 |
--- a/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html |
+++ b/LayoutTests/imported/web-platform-tests/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-test-002.html |
@@ -7,7 +7,7 @@ |
<link rel="help" href="http://www.w3.org/TR/2013/WD-html-templates-20130214/#definitions"> |
<script src="../../../../../../../resources/testharness.js"></script> |
<script src="../../../../../../../resources/testharnessreport.js"></script> |
-<script src='../testcommon.js'></script> |
+<script src='/html/resources/common.js'></script> |
<link rel="stylesheet" href="../../../../../../../resources/testharness.css"> |
</head> |
<body> |
@@ -21,7 +21,6 @@ testInIFrame(null, function(context) { |
var div = doc.createElement('div'); |
div.setAttribute('id', 'div1'); |
- div.innerText = 'Some text'; |
template.appendChild(div); |