blob: ac4a6cdd091be544de2a4d50a7ca523788b1da3b (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('q').appendChild(document.createTextNode('C'));">
<div style="white-space: pre; direction: rtl;">A<div id="q" style="text-transform: capitalize;">B
<div></div></div></div>
</body></html>
|