<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] fast/forms/HTMLOptionElement_label03.html failing on win7"
   href="https://bugs.webkit.org/show_bug.cgi?id=150909#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win] fast/forms/HTMLOptionElement_label03.html failing on win7"
   href="https://bugs.webkit.org/show_bug.cgi?id=150909">bug 150909</a>
              from <span class="vcard"><a class="email" href="mailto:krollin&#64;apple.com" title="Keith Rollin &lt;krollin&#64;apple.com&gt;"> <span class="fn">Keith Rollin</span></a>
</span></b>
        <pre>Chris, do you have a suggestion on how to address this? The test is comparing this:

&lt;body&gt;
    &lt;select&gt;
        &lt;option label=&quot; &quot;&gt;white space label should display empty string to match IE&lt;/option&gt;
    &lt;/select&gt;
&lt;/body&gt;

To this:

&lt;body&gt;
    &lt;select&gt;
        &lt;option&gt; &lt;/option&gt;
    &lt;/select&gt;
&lt;/body&gt;

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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>