Bug 95944
Summary: | REGRESSION(r127698): It made fast/dom/HTMLScriptElement/script-reexecution.html fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | ggaren, kkristof, mitz, oliver, ossy, roger_fong, thorton, timhefferon, zan |
Priority: | P1 | Keywords: | LayoutTestFailure, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666, 95659 |
Csaba Osztrogonác
If fails at least on 32/64 bit Qt bots:
--- /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/HTMLScriptElement/script-reexecution-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/fast/dom/HTMLScriptElement/script-reexecution-actual.txt
@@ -1,7 +1,9 @@
-Created script element, script data passed as text content, appended: PASS
+CONSOLE MESSAGE: line 4: TypeError: 'null' is not an object (evaluating 'contentElement.textContent')
+CONSOLE MESSAGE: line 1: TypeError: 'null' is not an object (evaluating 'document.getElementById(test).textContent = "PASS"')
+Created script element, script data passed as text content, appended: FAIL
Removed element, readd element, remove again, script shouldn't have executed:PASS
-Created script element, loading external script content, appended: PASS
+Created script element, loading external script content, appended: FAIL
Removed element, readd element, script shouldn't have executed: PASS
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
It fails on GTK, EFL and Mac bots too.
Kristóf Kosztyó
I skipped them on Qt in the r127709 <http://trac.webkit.org/changeset/127709> to paint the bots green. Please unskip after proper fix.
Roger Fong
And Windows, skipped here: http://trac.webkit.org/changeset/127768
Geoffrey Garen
Rolled out and unskipped.
<http://trac.webkit.org/changeset/127774>
<http://trac.webkit.org/changeset/127777>
Alexey Proskuryakov
*** Bug 95999 has been marked as a duplicate of this bug. ***