зеркало из https://github.com/mozilla/gecko-dev.git
Bug 542136. Add crashtest.
This commit is contained in:
Родитель
991c464a6f
Коммит
9fc2823e63
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче