Comment 0 for bug 1377953

Revision history for this message
Matthew Paul Thomas (mpt) wrote : data: URLs don't work

Problem occurs with: Browser on Ubuntu 14.10 r3
Does not occur with: Safari on iOS

1. In the browser address field, type or paste the following line:
    data:text/html,<i>This is a test</i>

What you see: Google search results.

What you should see: "This is a test" in italics.

Direct entry of data: URIs is useful for Web app developers to see how a browser handles particular markup.

<http://en.wikipedia.org/wiki/Data_URI_scheme>