mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 2f0509d0adb3 (bug 920223)
This commit is contained in:
parent
ebe6e59b60
commit
18e0fbba48
@ -2,7 +2,5 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOCHITEST_FILES := ../test/devicestorage_common.js
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
||||
|
@ -322,7 +322,7 @@ tests.push(function test_perfBigImage() {
|
||||
|
||||
// the rest of the tests are for coverage of "real" favicons
|
||||
// exact color isn't terribly important, just make sure it's reasonable
|
||||
const filePrefix = getRootDirectory(gTestPath) + "colorAnalyzer/";
|
||||
const filePrefix = getRootDirectory(gTestPath);
|
||||
|
||||
tests.push(function test_categoryDiscover() {
|
||||
frcTest(filePrefix + "category-discover.png", 0xB28D3A,
|
||||
|
@ -2,4 +2,3 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOCHITEST_BROWSER_FILES := ../subtst_privbrowsing.html
|
||||
|
@ -2,11 +2,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOCHITEST_CHROME_FILES := \
|
||||
../widgets/popup_shared.js \
|
||||
../widgets/tree_shared.js \
|
||||
$(SHULL)
|
||||
|
||||
# test_panel_focus.xul won't work if the Full Keyboard Access preference is set to
|
||||
# textboxes and lists only, so skip this test on Mac
|
||||
ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
||||
|
@ -2,11 +2,6 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
MOCHITEST_CHROME_FILES := \
|
||||
../unit/data/simple.mar \
|
||||
../unit/data/simple_no_pib.mar \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
libs::
|
||||
|
Loading…
Reference in New Issue
Block a user