зеркало из https://github.com/mozilla/pjs.git
Crash tests for bug 456727.
This commit is contained in:
Родитель
ce7f610d4d
Коммит
9d097fb0ca
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче