[Webkit-unassigned] [Bug 111999] [EFL] accessibility/disabled-controls-not-focusable.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 07:42:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=111999





--- Comment #3 from Mario Sanchez Prada <mario at webkit.org>  2013-10-09 07:41:13 PST ---
It's very weird that we need this specific expectation here (same for GTK), since it seems the only difference compared to the cross-platform expected results is that a blank space is missing in the first line (before "This test makes sure...").

I've observed that if I comment out the debug(element.id) line in the test, then the number of blank spaces there is always the same, which suggests that something is wrong with our version of DRT/WKTR (also happens there), potentially causing more trouble in other tests.

You can check yourself this weird situation by checking the diff

  $ diff -u \
    ./platform/gtk/accessibility/disabled-controls-not-focusable-expected.txt \
    ./accessibility/disabled-controls-not-focusable-expected.txt

You will see how there are only 16 spaces in the first line of the output for the GTK specific version (identical to the one for EFL you are adding here now) and 17 spaces for the other version.

How do you feel about investigating this issue instead of rebaselining this test?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list