electron/spec/fixtures/pages
Shelley Vohr 16db5a112e
fix: html fullscreen transitions stacking (#32905)
* fix: html fullscreen transitions stacking

* spec: move webview test to spec-main
2022-06-07 12:59:50 -04:00
..
geolocation
partition
permissions test: remove usage of 'remote' module from webview spec (#20048) 2019-09-03 10:10:58 -07:00
save_page
service-worker fix: add service worker schemes from command line in renderer (#29425) 2021-06-01 10:45:23 +09:00
storage feat: add enableWebSQL webpreference (#23311) 2020-05-06 12:52:59 -07:00
a.html fix: {exit|enter}-html-fullscreen emitted after esc in webview (#30537) 2021-08-17 09:03:45 +02:00
b.html
base-page-security-onload-message.html fix: disable nodeIntegration & insecure resource warnings for localhost (#18814) 2019-07-02 19:36:50 +09:00
base-page-security.html
base-page.html
basic-auth.html refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 2022-01-24 10:34:23 +01:00
beforeunload-false.html
blank.html
c.html
cache-storage.html test: re-enable some skipped tests (#29655) 2021-06-15 10:55:08 +09:00
close.html
content.html
d.html
dom-ready.html refactor: implement ajax() in tests using native fetch instead of jQuery (#32579) 2022-01-24 10:34:23 +01:00
e.html
external-string.html
filesystem.html
form-with-data.html fix: restore POST forms that open a new window with target=_blank (#21469) 2019-12-11 15:46:25 +09:00
fullscreen-ipif.html fix: allow iframe-initiated HTML fullscreen to exit while in macOS fullscreen (#20962) 2019-11-05 13:34:45 -08:00
fullscreen-oopif.html fix: allow iframe-initiated HTML fullscreen to exit while in macOS fullscreen (#20962) 2019-11-05 13:34:45 -08:00
fullscreen.html fix: html fullscreen transitions stacking (#32905) 2022-06-07 12:59:50 -04:00
history-replace.html
history.html
insecure-resources.html test: move security warnings spec to main runner (#20055) 2019-09-03 16:02:22 +09:00
ipc-message.html
key-events.html
media-id-reset.html
native-module.html test: fix require('echo') -> require('@electron-ci/echo') (#34026) 2022-05-03 11:49:01 -04:00
onkeyup.html
onmouseup.html
ping.html
post.html
send-after-node.html fix: don't handle browser messages before document element is created (#19718) 2019-08-12 10:38:41 -07:00
set-global.html
shared_worker.html
tab-focus-loop-elements-wv.html
tab-focus-loop-elements.html feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
target-name.html
theme-color.html
useragent.html
video.html feat: add {stream} opt to custom protocol registry to configure media player (#22955) 2020-06-08 09:49:36 -07:00
visibilitychange.html feat: add webContents.setWindowOpenHandler API (#24517) 2020-11-10 09:06:03 -08:00
webframe-spell-check.html
webframe-zoom.html
webview-allowpopups.html
webview-custom-zoom-level.html test: remove usage of 'remote' module from webview spec (#20048) 2019-09-03 10:10:58 -07:00
webview-did-attach-event.html
webview-did-navigate-in-page-with-hash.html
webview-did-navigate-in-page-with-history.html
webview-did-navigate-in-page.html
webview-in-page-navigate.html refactor: use v8 serialization for ipc (#20214) 2019-10-09 13:59:08 -04:00
webview-isolated.html
webview-no-script.html feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
webview-opener-no-node-integration.html test: remove usage of 'remote' module from webview spec (#20048) 2019-09-03 10:10:58 -07:00
webview-opener-postMessage.html
webview-origin-zoom-level.html test: remove usage of 'remote' module from webview spec (#20048) 2019-09-03 10:10:58 -07:00
webview-stripped-preload.html
webview-trusted-types.html fix: <webview> not working with Trusted Types (#27445) 2021-01-25 10:29:25 +09:00
webview-visibilitychange.html
webview-will-navigate.html
webview-zoom-factor.html feat: enable context isolation by default (#26890) 2021-03-01 16:52:29 -05:00
webview-zoom-inherited.html fix: crash when navigating from a page with webview that has inherited zoom level (#24757) 2020-07-28 13:00:44 -07:00
will-navigate.html fix: emit will-navigate for sandboxed contents (#22188) 2020-02-21 11:08:26 -08:00
window-no-javascript.html
window-open-hide.html
window-open-postMessage-driver.html feat: remove BrowserWindow option inheritance (#28550) 2021-04-21 10:55:17 -07:00
window-open-postMessage.html refactor: port window.open and window.opener to use ctx bridge instead of hole punching (#23235) 2020-04-27 12:46:04 -07:00
window-open-size.html test: remove a bunch of usage of the remote module (#21119) 2019-11-14 14:09:03 -08:00
window-open.html
window-opener-location.html refactor: use IPC helpers in window-setup (#17948) 2019-07-09 02:43:49 +03:00
window-opener-no-node-integration.html
window-opener-no-webview-tag.html
window-opener-node.html
window-opener-postMessage.html
window-opener-targetOrigin.html feat: remove BrowserWindow option inheritance (#28550) 2021-04-21 10:55:17 -07:00
window-opener-webview.html
window-opener.html
worker.html
world-safe-preload-error.js feat: add worldSafe flag for executeJS results (#24114) 2020-07-23 14:32:20 -07:00
world-safe-preload.js feat: add worldSafe flag for executeJS results (#24114) 2020-07-23 14:32:20 -07:00
zoom-factor.html