summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/423676-1.html
blob: 8b72f71875cf61c1b0b539dada880e0f4c908c4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Testcase for bug 423676</title>
<script>
function boom() {
	document.getElementById("a").style.fontWeight='bold';
	document.getElementById("d").style.fontWeight='bold';
}
</script>
</head>
<body onload="boom();">
<pre><span id="a">A</span>
&rlm;B
C
</pre>
<pre><span id="d">D</span>
&rlm;
E
</pre>
</body>
</html>