mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 894162 - webapprt-test-chrome|content tests hang after opening WebappRT Test Shim. r=myk
This commit is contained in:
parent
e27363e562
commit
00297b95f0
@ -14,9 +14,11 @@ MOCHITEST_WEBAPPRT_CHROME_FILES = \
|
||||
head.js \
|
||||
browser_sample.js \
|
||||
sample.webapp \
|
||||
sample.webapp^headers^ \
|
||||
sample.html \
|
||||
browser_window-title.js \
|
||||
window-title.webapp \
|
||||
window-title.webapp^headers^ \
|
||||
window-title.html \
|
||||
$(NULL)
|
||||
|
||||
|
1
webapprt/test/chrome/sample.webapp^headers^
Normal file
1
webapprt/test/chrome/sample.webapp^headers^
Normal file
@ -0,0 +1 @@
|
||||
Content-Type: application/x-web-app-manifest+json
|
1
webapprt/test/chrome/window-title.webapp^headers^
Normal file
1
webapprt/test/chrome/window-title.webapp^headers^
Normal file
@ -0,0 +1 @@
|
||||
Content-Type: application/x-web-app-manifest+json
|
@ -12,6 +12,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MOCHITEST_FILES = \
|
||||
test.webapp \
|
||||
test.webapp^headers^ \
|
||||
webapprt_sample.html \
|
||||
webapprt_indexeddb.html \
|
||||
$(NULL)
|
||||
|
1
webapprt/test/content/test.webapp^headers^
Normal file
1
webapprt/test/content/test.webapp^headers^
Normal file
@ -0,0 +1 @@
|
||||
Content-Type: application/x-web-app-manifest+json
|
Loading…
Reference in New Issue
Block a user