Bug 109557 - REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on Qt.
Summary: REGRESSION(r142576): It made fast/dom/Element/id-in-deletebutton.html fail on...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79666 109534
  Show dependency treegraph
 
Reported: 2013-02-12 02:30 PST by Ádám Kallai
Modified: 2013-02-12 03:00 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.