This commit is contained in:
Jesse Ruderman 2010-12-12 12:54:26 -08:00
Родитель 9ce5d3b61e
Коммит 172fe709e7
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,16 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function boom()
{
document.documentElement.style.display = "none";
document.execCommand("removeformat", false, null);
}
</script>
</head>
<body onload="boom();"><td contenteditable="true"></td></body>
</html>

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

@ -257,6 +257,7 @@ load 471594-1.xhtml
load 479114-1.html
load 477333-1.xhtml
load 477731-1.html
load 479360-1.xhtml
load 481806-1.html
load 483604-1.xhtml
load 485501-1.html