mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
469 B
HTML
17 lines
469 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!--
|
|
please do NOT add a newline at the end of this file. The buggy behaviour
|
|
that it exhibits depends on the ">" of "</script>" being the last character
|
|
in the file.
|
|
-->
|
|
<meta charset="hz-gb-2312">
|
|
<style type="text/css">
|
|
p#p { color: red; }
|
|
</style>
|
|
<title>Bug 801681</title>
|
|
</head>
|
|
<body>
|
|
<p id="p">~ This line should be green</p>
|
|
<script>document.getElementById("p").style.color="green";</script> |