зеркало из https://github.com/mozilla/pjs.git
Add crashtests
This commit is contained in:
Родитель
f5396b62ef
Коммит
798e17da35
|
@ -0,0 +1,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
div::first-letter { color: magenta; }
|
||||
span:before { content: "\"" "This "; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body style="width: 1em;" onload="document.getElementById('div').style.direction = 'rtl';">
|
||||
<div id="div"><span>is text</span></div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,18 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
div::first-letter { color: green; }
|
||||
span:before { content: open-quote "This "; }
|
||||
span:after { content: close-quote; }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body style="font-family: monospace; width: 7ch; border: 1px solid orange;"
|
||||
onload="document.getElementById('div').style.direction = 'rtl';">
|
||||
|
||||
<div id="div"><span>is text</span></div>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -99,6 +99,8 @@ load 399843-1.html
|
|||
load 400223-1.html
|
||||
load 400232-1.html
|
||||
load 400244-1.html
|
||||
load 402380-1.html
|
||||
load 402380-2.html
|
||||
load 403576-1.html
|
||||
load 404140-1.html
|
||||
load 404146-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче