<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] W3C CSS2.1 anonymous table tests are failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152455">bug 152455</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>bugzilla&#64;hadess.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] W3C CSS2.1 anonymous table tests are failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152455#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] W3C CSS2.1 anonymous table tests are failing"
   href="https://bugs.webkit.org/show_bug.cgi?id=152455">bug 152455</a>
              from <span class="vcard"><a class="email" href="mailto:mcatanzaro&#64;igalia.com" title="Michael Catanzaro &lt;mcatanzaro&#64;igalia.com&gt;"> <span class="fn">Michael Catanzaro</span></a>
</span></b>
        <pre>I fixed the tests locally by simply renaming the file extension, e.g. by renaming table-anonymous-objects-015.xht to table-anonymous-objects-015.xhtml. This also causes shared-mime-info detects the content type as application/xhtml+xml instead of text/html.

Bastien, I'm CCing you since this might be a shared-mime-info bug. I found in freedesktop.org.xml.in:

  &lt;mime-type type=&quot;application/xhtml+xml&quot;&gt;
    &lt;_comment&gt;XHTML page&lt;/_comment&gt;
    &lt;acronym&gt;XHTML&lt;/acronym&gt;
    &lt;expanded-acronym&gt;Extensible HyperText Markup Language&lt;/expanded-acronym&gt;
    &lt;sub-class-of type=&quot;application/xml&quot;/&gt;
    &lt;generic-icon name=&quot;text-html&quot;/&gt;
    &lt;glob pattern=&quot;*.xhtml&quot;/&gt;
    &lt;root-XML namespaceURI='<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>' localName='html'/&gt;
  &lt;/mime-type&gt;

Maybe the simple fix is to add:

    &lt;glob pattern=&quot;*.xht&quot;/&gt;

? But maybe that would just be a workaround, not sure.</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>