layout/reftests/bugs/801681-1.html

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 <!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