зеркало из https://github.com/mozilla/gecko-dev.git
Add a crashtest.
This commit is contained in:
Родитель
a3285a34f1
Коммит
2a55bac05b
|
@ -0,0 +1,31 @@
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
<head>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
/* use attribute selector instead of the .class shorthand to work around bug 379178 */
|
||||||
|
|
||||||
|
*[class="fixed"] { position: fixed; }
|
||||||
|
|
||||||
|
math, mtable, mtr { position: inherit; }
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div class="fixed">
|
||||||
|
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||||||
|
<mtable>
|
||||||
|
<mtr class="fixed">
|
||||||
|
<mtd><mi>x</mi></mtd>
|
||||||
|
</mtr>
|
||||||
|
<mtr>
|
||||||
|
<mtd><mi>y</mi></mtd>
|
||||||
|
</mtr>
|
||||||
|
</mtable>
|
||||||
|
</math>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
|
@ -65,6 +65,7 @@ load 380096-1.html
|
||||||
load 382204-1.html
|
load 382204-1.html
|
||||||
load 383102-1.xhtml
|
load 383102-1.xhtml
|
||||||
load 383806-1.xhtml
|
load 383806-1.xhtml
|
||||||
|
load 384649-1.xhtml
|
||||||
load 385866-1.xhtml
|
load 385866-1.xhtml
|
||||||
load 385880-1.xhtml
|
load 385880-1.xhtml
|
||||||
load 388715-1.html
|
load 388715-1.html
|
||||||
|
|
Загрузка…
Ссылка в новой задаче