[Webkit-unassigned] [Bug 160347] html files downloaded rather than displayed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 31 09:02:52 PDT 2016


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

--- Comment #5 from orbisvicis at gmail.com ---
shared-mime-info.x86_64 1.6-1.fc24

This bug report is only applicable to local files (file:///), I forgot to mention. Test files:

#1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
        <h1>Hello Heading</h1>
        <p>Hello paragraph.</p>
    </body>
</html>

#2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
    <body>
        <h1>Hello Heading</h1>
        <p>Hello paragraph.</p>
    </body>
</html>

-- 
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/20160731/85302253/attachment-0001.html>


More information about the webkit-unassigned mailing list