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    

Csaba Osztrogonác
Reported 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
Attachments
Csaba Osztrogonác
Comment 1 2012-09-06 00:54:51 PDT
It fails on GTK, EFL and Mac bots too.
Kristóf Kosztyó
Comment 2 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.
Roger Fong
Comment 3 2012-09-06 12:08:49 PDT
And Windows, skipped here: http://trac.webkit.org/changeset/127768
Geoffrey Garen
Comment 4 2012-09-06 12:53:12 PDT
Alexey Proskuryakov
Comment 5 2012-09-06 17:01:33 PDT
*** Bug 95999 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.