Backed out changeset 7a0ba8a3de05 (bug 1558980) for mochitest-chrome failures. CLOSED TREE

--HG--
rename : layout/base/tests/chrome/test_bug465448.xul => layout/base/tests/test_bug465448.xul
This commit is contained in:
Mihai Alexandru Michis 2019-06-27 05:48:11 +03:00
Родитель cc9e91253e
Коммит c4808ba596
15 изменённых файлов: 24 добавлений и 20 удалений

Просмотреть файл

@ -5,6 +5,3 @@ skip-if = os == 'android'
[test_offsets.xul]
support-files = test_offsets.css test_offsets.js
[test_spacetopagedown.html]
[test_focusrings.xul]
support-files = file_focusrings.html
skip-if = toolkit == 'android' #TIMED_OUT

Просмотреть файл

@ -61,6 +61,7 @@ support-files =
!/dom/base/test/Ahem.ttf
!/dom/base/test/file_empty.html
!/dom/base/test/file_use_counter_svg_fill_pattern_data.svg
file_focusrings.html
[test_497898.html]
skip-if = toolkit == 'android'
@ -99,6 +100,8 @@ skip-if = headless # bug 1403542
[test_donottrack.html]
[test_focus_scrollchildframe.html]
[test_focus_legend_noparent.html]
[test_focusrings.xul]
skip-if = toolkit == 'android' #TIMED_OUT
[test_for_of.html]
[test_framedhistoryframes.html]
[test_frameElementWrapping.html]

Просмотреть файл

@ -3,9 +3,9 @@
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"></script>
<script src="chrome://mochikit/content/tests/SimpleTest/WindowSnapshot.js"></script>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<script src="/tests/SimpleTest/WindowSnapshot.js"></script>
<html:style xmlns:html="http://www.w3.org/1999/xhtml" type="text/css">
* { outline: none; }

Просмотреть файл

@ -10,6 +10,8 @@ with Files("**"):
if CONFIG['MOZ_BUILD_APP'] == 'browser':
DEFINES['MOZ_BREAK_XUL_OVERLAYS'] = True
MOCHITEST_MANIFESTS += ['test/mochitest.ini']
MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
if CONFIG['MOZ_XUL']:

Просмотреть файл

@ -22,6 +22,3 @@ support-files =
[test_html_template.xul]
[test_import_xul_to_content.xul]
[test_bug1290965.xul]
[test_bug486990.xul]
skip-if = toolkit == 'android' #TIMED_OUT
[test_bug749367.xul]

Просмотреть файл

@ -0,0 +1,5 @@
[DEFAULT]
[test_bug486990.xul]
skip-if = toolkit == 'android' #TIMED_OUT
[test_bug749367.xul]

Просмотреть файл

@ -7,8 +7,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=486990
<window title="Mozilla Bug 486990"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="setTimeout(runTests, 0);">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
<script src="/tests/SimpleTest/SimpleTest.js"/>
<script src="/tests/SimpleTest/EventUtils.js"/>
<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">

Просмотреть файл

@ -7,7 +7,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=749367
<window title="Mozilla Bug 749367"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="setTimeout(runTests, 0);">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<script src="/tests/SimpleTest/SimpleTest.js"/>
<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">

Просмотреть файл

@ -21,7 +21,6 @@ support-files =
[test_bug396367-2.html]
[test_bug420499.xul]
[test_bug458898.html]
[test_bug465448.xul]
[test_bug514660.xul]
[test_bug533845.xul]
skip-if = os == 'linux' && !debug # Bug 1208197

Просмотреть файл

@ -42,6 +42,7 @@ skip-if = toolkit == 'android' || (os == 'win' && asan) # Bug 1355817, bug 14609
[test_bug450930.xhtml]
skip-if = true # bug 934301
support-files = bug450930.xhtml
[test_bug465448.xul]
[test_bug469170.html]
[test_bug471126.html]
[test_bug499538-1.html]

Просмотреть файл

@ -36,6 +36,3 @@ skip-if = (verify && (os == 'win'))
[test_stack.xul]
[test_submenuClose.xul]
[test_windowminmaxsize.xul]
[test_resizer_incontent.xul]
[test_splitter.xul]
skip-if = toolkit == 'android' # no XUL theme

Просмотреть файл

@ -7,3 +7,6 @@ support-files =
skip-if = toolkit == 'android' #bug 798806
[test_bug563416.html]
skip-if = toolkit == 'android'
[test_resizer_incontent.xul]
[test_splitter.xul]
skip-if = toolkit == 'android' # no XUL theme

Просмотреть файл

@ -6,8 +6,8 @@ This test ensures that a resizer in content doesn't resize the window.
-->
<window title="XUL resizer in content test"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js" />
<script src="/tests/SimpleTest/SimpleTest.js"/>
<script src="/tests/SimpleTest/EventUtils.js"/>
<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">

Просмотреть файл

@ -8,8 +8,8 @@ XUL <splitter> collapsing tests
<window title="XUL splitter collapsing tests"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
orient="horizontal">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"/>
<script src="chrome://mochikit/content/tests/SimpleTest/EventUtils.js"/>
<script src="/tests/SimpleTest/SimpleTest.js"/>
<script src="/tests/SimpleTest/EventUtils.js"/>
<!-- test results are displayed in the html:body -->
<body xmlns="http://www.w3.org/1999/xhtml">