layout/reftests/bugs/416106-1-ref.xhtml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     3 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     4 <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
     5 <head>
     6 	<title>Namespace identifiers should be case sensitive (bug 416106)</title>
     7 </head>
     8 <body>
    10 <div style="color: green"><span>This should be green.</span></div>
    11 <div style="color: green"><span>This should be green.</span></div>
    12 <div style="color: green"><span>This should be green.</span></div>
    13 <div style="color: green"><span>This should be green.</span></div>
    14 <div style="color: green"><span>This should be green.</span></div>
    15 <div style="color: green"><span>This should be green.</span></div>
    16 <div>passpasspass</div>
    18 </body>
    19 </html>

mercurial