Bug 106086
Summary: | [EFL] Newly added layout test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sudarsana Nagineni (babu) <naginenis> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | rafaelw |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Sudarsana Nagineni (babu)
Newly added layout test fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html is failing on EFL port after r138756.
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK2/r138790%20%282330%29/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-diff.txt
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-release-wk2/build/layout-test-results/fast/dom/HTMLTemplateElement/ownerDocument-adoptNode-actual.txt
@@ -1,17 +1,11 @@
+CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'frameTemplate.ownerDocument')
Adopting a template from another document should also switch the template content document
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Before adoption:
-PASS template.ownerDocument is not frameTemplate.ownerDocument
-PASS template.content.ownerDocument is not frameTemplate.content.ownerDocument
-
-After adoption:
-PASS template.ownerDocument is frameTemplate.ownerDocument
-PASS template.content.ownerDocument is frameTemplate.content.ownerDocument
-
-PASS successfullyParsed is true
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rafael Weinstein
*** This bug has been marked as a duplicate of bug 106612 ***