Bug 95944

Summary: REGRESSION(r127698): It made fast/dom/HTMLScriptElement/script-reexecution.html fail
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: 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    

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. ***