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