mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
71 lines
2.6 KiB
XML
71 lines
2.6 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chome://qa/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE overlay [
|
|
<!ENTITY % qaDTD SYSTEM "chrome://qa/locale/qa.dtd"> %qaDTD;
|
|
]>
|
|
|
|
<overlay id="qa-litmus-overlay"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<tabpanel id="qa-tab-litmus">
|
|
<vbox>
|
|
<hbox>
|
|
<vbox>
|
|
<button label="&qa.litmus.selecttests;" oncommand="" style="margin-left: 4px;" />
|
|
<label value="Firefox 3.0 Catch-All Test Run" />
|
|
<label value="Firefox 3.0 Basic Functional Tests" />
|
|
<label value="Software Update" />
|
|
</vbox>
|
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
|
<table style="margin-left: 12px; width:200px;" id="qa-litmus-testoverview">
|
|
<tr class="testoverview-previous"><td>...</td></tr>
|
|
<tr class="testoverview-previous"><td>#20 - Create/check live bookmark</td></tr>
|
|
<tr class="testoverview-previous"><td>#21 - Search from contextual menu</td></tr>
|
|
<tr class="testoverview-current"><td>#22 - Performance check</td></tr>
|
|
<tr class="testoverview-next"><td>#23 - Manage search engines</td></tr>
|
|
<tr class="testoverview-next"><td>#24 - Uninstall</td></tr>
|
|
<tr class="testoverview-next"><td>...</td></tr>
|
|
</table>
|
|
</div>
|
|
</hbox>
|
|
<hbox style="font-weight: bold;">
|
|
<description id="qa-testcase-summary">Summary of testcase</description>
|
|
<label value=" --" />
|
|
<label id="qa-testcase-id" value="Testcase 51" />
|
|
</hbox>
|
|
|
|
<vbox flex="1">
|
|
<groupbox>
|
|
<caption label="&qa.testcase.steps;" />
|
|
<div xmlns="http://www.w3.org/1999/xhtml" id="qa-testcase-steps" />
|
|
</groupbox>
|
|
<splitter id="qa-mainwindow-splitter" state="open" collapse="none">
|
|
<grippy/>
|
|
</splitter>
|
|
<groupbox>
|
|
<caption label="&qa.testcase.expected;" />
|
|
<div xmlns="http://www.w3.org/1999/xhtml" id="qa-testcase-expected" />
|
|
</groupbox>
|
|
</vbox>
|
|
|
|
<groupbox>
|
|
<caption label="Result:" />
|
|
<radiogroup id="qa-testcase-result">
|
|
<radio id="qa-testcase-pass" label="&qa.testcase.result.pass;"/>
|
|
<radio id="qa-testcase-fail" label="&qa.testcase.result.fail;"/>
|
|
<radio id="qa-testcase-unclearBroken" label="&qa.testcase.result.unclearbroken;"/>
|
|
</radiogroup>
|
|
</groupbox>
|
|
|
|
<label control="qa-testcase-comment" value="&qa.testcase.comment;"/>
|
|
<textbox id="qa-testcase-comment" style="min-height: 75px; max-width:300px"/>
|
|
|
|
<hbox flex="1">
|
|
<button id="qa-mainwindow-previousButton" label="Previous" />
|
|
<button id="qa-mainwindow-nextButton" label="Next" oncommand="qaMain.nextButton()"/>
|
|
</hbox>
|
|
</vbox>
|
|
</tabpanel>
|
|
|
|
</overlay> |