[Webkit-unassigned] [Bug 150909] [Win] fast/forms/HTMLOptionElement_label03.html failing on win7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 09:31:20 PST 2015


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

--- Comment #2 from Keith Rollin <krollin at apple.com> ---
Chris, do you have a suggestion on how to address this? The test is comparing this:

<body>
    <select>
        <option label=" ">white space label should display empty string to match IE</option>
    </select>
</body>

To this:

<body>
    <select>
        <option> </option>
    </select>
</body>

I expect that the DOM is stripping the spaces from the text content but not the label attribute. The tests probably match on some platforms because the platform itself strips spaces from menu labels. But I guess that doesn't happen on Win7.

If we keep this test and this approach, it's not apparent to me how to make it pass.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151105/c1ebe5ad/attachment.html>


More information about the webkit-unassigned mailing list