Bug 49176 - [GTK] fast/events/spatial-navigation/snav-single-select.html has been failing on the bots
Summary: [GTK] fast/events/spatial-navigation/snav-single-select.html has been failing...
Status: RESOLVED DUPLICATE of bug 49150
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-11-08 07:32 PST by Martin Robinson
Modified: 2010-11-08 07:38 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-11-08 07:32:11 PST
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.
Comment 1 Antonio Gomes 2010-11-08 07:35:49 PST
We better skip it until it is solved. Chang, can you get this one?
Comment 2 Chang Shu 2010-11-08 07:38:12 PST
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 ***