зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1066089: add crashtest. (test-only)
This commit is contained in:
Родитель
f07a938b7c
Коммит
e0b9e676dc
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8">
|
||||
<style>
|
||||
@counter-style triangle { symbols: a; }
|
||||
@counter-style disc { system: extends triangle; }
|
||||
</style>
|
||||
<script>
|
||||
function crash() {
|
||||
var styleNode = document.createElement("style");
|
||||
styleNode.textContent =
|
||||
"@counter-style triangle { symbols: b; } " +
|
||||
"@counter-style disc { system: extends triangle; } " +
|
||||
"ul {}";
|
||||
document.getElementsByTagName("head")[0].appendChild(styleNode);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="crash()">
|
||||
<ul><li>Don't technically need any text here, but here's some anyway.
|
|
@ -107,5 +107,6 @@ load 989965-1.html
|
|||
load 992333-1.html
|
||||
pref(dom.webcomponents.enabled,true) load 1017798-1.html
|
||||
load 1028514-1.html
|
||||
load 1066089-1.html
|
||||
load large_border_image_width.html
|
||||
load border-image-visited-link.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче