Bug 109557

Summary: REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
Product: WebKit Reporter: Ádám Kallai <kadam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, kkristof, ossy, rniwa, rtakacs, szledan, zan, zarvai
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79666, 109534    

Description Ádám Kallai 2013-02-12 02:30:36 PST
This test fails on Qt since r142576. http://trac.webkit.org/changeset/142576

Diff is here:
--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/dom/Element/id-in-deletebutton-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/dom/Element/id-in-deletebutton-actual.txt 
@@ -3,10 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS deleteButton is non-null.
+FAIL deleteButton should be non-null. Was null
 PASS successfullyParsed is true
 
 TEST COMPLETE
 1
 2
-

Could you check it please?
Comment 1 Ryosuke Niwa 2013-02-12 02:52:34 PST
Also see the bug 109517.
Comment 2 Zan Dobersek 2013-02-12 02:56:24 PST
Same on the GTK port. I'll mark the test as a wontfix failure, but perhaps the test will be moved into platform/mac?
Comment 3 Ryosuke Niwa 2013-02-12 03:00:01 PST
Committed r142599: <http://trac.webkit.org/changeset/142599>
Comment 4 Ryosuke Niwa 2013-02-12 03:00:46 PST
(In reply to comment #2)
> Same on the GTK port. I'll mark the test as a wontfix failure, but perhaps the test will be moved into platform/mac?

I moved it into platform/mac.