layout/reftests/bugs/801681-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <!--
     5     please do NOT add a newline at the end of this file. The buggy behaviour
     6     that it exhibits depends on the ">" of "</script>" being the last character
     7     in the file.
     8       -->
     9   <meta charset="hz-gb-2312">
    10   <style type="text/css">
    11    p#p { color: red; }
    12   </style>
    13   <title>Bug 801681</title>
    14  </head>
    15  <body>
    16   <p id="p">~ This line should be green</p>
    17   <script>document.getElementById("p").style.color="green";</script>

mercurial