This commit is contained in:
Timothy Nikkel 2010-07-25 13:10:31 -05:00
Родитель 991c464a6f
Коммит 9fc2823e63
2 изменённых файлов: 24 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<style>
div:first-letter{}
</style>
<script>
function boom()
{
document.execCommand("selectAll", false, null);
document.execCommand("decreasefontsize", false, null);
}
</script>
</head>
<body onload="boom();" style="font-size: 0;"><div contenteditable="true" style="-moz-column-width: 1px; white-space: pre-line;">
<span>T</span>his is text</div></body>
</html>

Просмотреть файл

@ -319,6 +319,7 @@ load 541277-1.html
load 541277-2.html
load 541714-1.html
load 541714-2.html
load 542136-1.html
load 547338.xul
load 547843-1.xhtml
load 551635-1.html