Bug 95944 - REGRESSION(r127698): It made fast/dom/HTMLScriptElement/script-reexecution.html fail
Summary: REGRESSION(r127698): It made fast/dom/HTMLScriptElement/script-reexecution.ht...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
: 95999 (view as bug list)
Depends on:
Blocks: 79666 95659
  Show dependency treegraph
 
Reported: 2012-09-06 00:53 PDT by Csaba Osztrogonác
Modified: 2012-09-06 17:01 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-09-06 00:53:07 PDT
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
Comment 1 Csaba Osztrogonác 2012-09-06 00:54:51 PDT
It fails on GTK, EFL and Mac bots too.
Comment 2 Kristóf Kosztyó 2012-09-06 02:07:05 PDT
I skipped them on Qt in the r127709 <http://trac.webkit.org/changeset/127709> to paint the bots green. Please unskip after proper fix.
Comment 3 Roger Fong 2012-09-06 12:08:49 PDT
And Windows, skipped here: http://trac.webkit.org/changeset/127768
Comment 4 Geoffrey Garen 2012-09-06 12:53:12 PDT
Rolled out and unskipped.

<http://trac.webkit.org/changeset/127774>
<http://trac.webkit.org/changeset/127777>
Comment 5 Alexey Proskuryakov 2012-09-06 17:01:33 PDT
*** Bug 95999 has been marked as a duplicate of this bug. ***