зеркало из https://github.com/mozilla/pjs.git
reftest for bug 314244
This commit is contained in:
Родитель
9b88b322b2
Коммит
9a01ebc2e9
|
@ -0,0 +1,26 @@
|
|||
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=314244 -->
|
||||
<!-- Just checking for lack of crash, nothing more -->
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="GMail"
|
||||
width="300" height="300"
|
||||
screenX="10" screenY="10">
|
||||
|
||||
<hbox>
|
||||
<svg version="1.0"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="100px" height="100px"
|
||||
id="back-button"
|
||||
class="nav-button"
|
||||
style="display: -moz-box;">
|
||||
<rect x="10" y="10" width="80" height="80" fill="blue" />
|
||||
</svg>
|
||||
<spacer flex="1" />
|
||||
</hbox>
|
||||
|
||||
<spacer flex="1" />
|
||||
|
||||
</window>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
load bug314244.xul # crash test
|
||||
load bug327709.svg # assertion test
|
||||
load bug367368.xhtml # crash test
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче