[Webkit-unassigned] [Bug 152455] [GTK] W3C CSS2.1 anonymous table tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 18:20:52 PST 2015


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

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at hadess.net

--- Comment #1 from Michael Catanzaro <mcatanzaro at igalia.com> ---
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:

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

Maybe the simple fix is to add:

    <glob pattern="*.xht"/>

? But maybe that would just be a workaround, not sure.

-- 
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/20151219/a786d756/attachment.html>


More information about the webkit-unassigned mailing list