Bug 49176
Summary: | [GTK] fast/events/spatial-navigation/snav-single-select.html has been failing on the bots | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cshu, tonikitoo, yael |
Priority: | P3 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Martin Robinson
fast/events/spatial-navigation/snav-single-select.html has been failing on the bots. Here is the diff:
--- /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/events/spatial-navigation/snav-single-select-expected.txt 2010-11-08 07:07:33.681239500 -0800
+++ /home/slave/webkitgtk/gtk-linux-64-debug/build/layout-test-results/fast/events/spatial-navigation/snav-single-select-actual.txt 2010-11-08 07:07:33.681239500 -0800
@@ -14,7 +14,7 @@
PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
PASS gFocusedDocument.activeElement.getAttribute("id") is "8"
-PASS gFocusedDocument.getElementById("start").selectedIndex is 0
-PASS gFocusedDocument.getElementById("start").selectedIndex is 1
-PASS gFocusedDocument.getElementById("start").selectedIndex is 0
+FAIL gFocusedDocument.getElementById("start").selectedIndex should be 0. Was 2.
+FAIL gFocusedDocument.getElementById("start").selectedIndex should be 1. Was 2.
+FAIL gFocusedDocument.getElementById("start").selectedIndex should be 0. Was 2.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
We better skip it until it is solved. Chang, can you get this one?
Chang Shu
Thanks, Antonio, I am working on this. I already opened another one.
https://bugs.webkit.org/show_bug.cgi?id=49150
*** This bug has been marked as a duplicate of bug 49150 ***