This commit is contained in:
SkyLined 2009-02-26 11:55:15 +01:00
Родитель ce7f610d4d
Коммит 9d097fb0ca
3 изменённых файлов: 18 добавлений и 0 удалений

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

@ -0,0 +1,8 @@
<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>

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

@ -0,0 +1,8 @@
<html>
<BODY onload="
document.designMode='on';
document.removeChild(document.firstChild);
document.queryCommandState('BackColor');
">
</body>
</html>

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

@ -7,4 +7,6 @@ load 428489-1.html
load 448329-1.html
load 448329-2.html
load 448329-3.html
load 456727-1.html
load 456727-2.html
load 467647-1.html