Revision d4e48e58f21b346a3cb207f921ebbf3210c37cae authored by foolip on 24 February 2017, 17:00:15 UTC, committed by Jeff Carpenter on 24 February 2017, 17:00:15 UTC
Tests for https://github.com/whatwg/fullscreen/pull/72.

Before that change, the per-spec pass condition for the nested-in-iframe
case would have been to exit fully to the outer document, which was a
spec bug and doesn't match implementations.

In order to automate these tests, it was necessary to teach
auto-click.js to traverse out of iframes to take their position into
account.

These tests have also been run manually in Firefox Nightly and confirmed
to pass there.

Actually adopting the new spec wording will be part of relanding issue
402376, together with other necessary spec changes.

BUG=402376

Review-Url: https://codereview.chromium.org/2706293013
Cr-Commit-Position: refs/heads/master@{#452841}
1 parent 13aba11
History
File Mode Size
2dcontext
DOM-parsing
FileAPI
IndexedDB
WebCryptoAPI
WebIDL
XMLHttpRequest
accelerometer
ambient-light
annotation-model
annotation-protocol
annotation-vocab
app-uri
assumptions
auxclick
battery-status
bluetooth
clear-site-data
clipboard
common
compat
conformance-checkers
console
content-security-policy
cookies
cors
css-values
cssom
cssom-view
custom-elements
docs
dom
domparsing
domxpath
dpub-aam
dpub-aria
editing
encoding
encrypted-media
eventsource
ext-xhtml-pubid
fetch
fonts
fullscreen
gamepad
generic-sensor
geolocation-API
gyroscope
hr-time
html
html-imports
html-longdesc
html-media-capture
http
imagebitmap-renderingcontext
images
infrastructure
innerText
input-events
js
magnetometer
mathml
media
media-capabilities
media-source
mediacapture-record
mediacapture-streams
mediasession
microdata
mixed-content
navigation-timing
notifications
offscreen-canvas
old-tests
orientation-event
page-visibility
payment-request
performance-timeline
pointerevents
pointerlock
preload
presentation-api
progress-events
proximity
quirks-mode
referrer-policy
remote-playback
resource-timing
resources @ be66db3
screen-orientation
secure-contexts
selection
selectors
selectors-api
service-workers
shadow-dom
storage
streams
subresource-integrity
svg
svg-aam
tools @ 95b0f83
touch-events
typedarrays
uievents
upgrade-insecure-requests
url
user-timing
vibration
wai-aria
web-animations
webaudio
webauthn
webdriver
webgl
webmessaging
webrtc
websockets
webstorage
webvr
webvtt
workers
.gitignore -rw-r--r-- 153 bytes
.gitmodules -rw-r--r-- 200 bytes
.travis.yml -rw-r--r-- 1.6 KB
CONTRIBUTING.md -rw-r--r-- 1.5 KB
LICENSE.md -rw-r--r-- 5.1 KB
README.md -rw-r--r-- 10.4 KB
check_stability.py -rw-r--r-- 26.2 KB
ci_built_diff.sh -rw-r--r-- 634 bytes
ci_lint.sh -rw-r--r-- 46 bytes
ci_stability.sh -rw-r--r-- 1.7 KB
config.default.json -rw-r--r-- 695 bytes
diff-manifest.py -rwxr-xr-x 734 bytes
lint -rwxr-xr-x 261 bytes
lint.whitelist -rw-r--r-- 8.2 KB
manifest -rwxr-xr-x 167 bytes
serve -rwxr-xr-x 80 bytes
serve.py -rw-r--r-- 263 bytes
server-side.md -rw-r--r-- 8.1 KB
test_keys_wdspec.html -rw-r--r-- 2.2 KB
testharness_runner.html -rw-r--r-- 95 bytes
update-built-tests.sh -rwxr-xr-x 104 bytes

README.md

back to top