mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
Bug 542136. Add crashtest.
This commit is contained in:
parent
991c464a6f
commit
9fc2823e63
23
layout/generic/crashtests/542136-1.html
Normal file
23
layout/generic/crashtests/542136-1.html
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user