| Index: LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html b/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html
|
| index d4dbf34662e9d7cc9c45551142be98569015d216..dc6a144395b70acc9c988367152dc52f1a4e2f5c 100644
|
| --- a/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html
|
| +++ b/LayoutTests/imported/web-platform-tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html
|
| @@ -99,7 +99,7 @@ testInIFrame('../../resources/x-element.html', function(doc) {
|
|
|
|
|
| testInIFrame('../../resources/register-and-create-custom-element.html', function(doc) {
|
| - assert_equals(doc.querySelector('#log').innerText, 'Created callback was called',
|
| + assert_equals(doc.querySelector('#log').textContent, 'Created callback was called',
|
| 'Callback created should be called');
|
| }, 'Test created callback is called after custom element is registered and created. ' +
|
| 'Document has browsing context');
|
|
|