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 / Tests | Assignee: | 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 |
Ádám Kallai
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?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Also see the bug 109517.
Zan Dobersek
Same on the GTK port. I'll mark the test as a wontfix failure, but perhaps the test will be moved into platform/mac?
Ryosuke Niwa
Committed r142599: <http://trac.webkit.org/changeset/142599>
Ryosuke Niwa
(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.