Revision 14e4db9c6a7a36f87541fafceab253725397f807 authored by Aryeh Gregor on 16 August 2016, 18:17:28 UTC, committed by Aryeh Gregor on 16 August 2016, 18:17:28 UTC
There was previously never any test for unsetting the immediate
propagation flag.  There was one for the propagation flag, but it called
dispatchEvent() in between initEvent() and the actual test, and since
whatwg/dom#219, dispatchEvent() clears these flags as well, so the test
is now incorrect.  (Before that the test was also not very good, because
Gecko always cleared the flags in dispatchEvent() but not initEvent(),
so it was incorrectly passing the test.)
1 parent d34d733
History
File Mode Size
2dcontext
FileAPI
IndexedDB
WebCryptoAPI
WebIDL
XMLHttpRequest
ambient-light
annotation-model
app-uri
battery-status
common
compat
conformance-checkers
content-security-policy
cookies
cors
cssom-view
custom-elements
docs
dom
domparsing
domxpath
editing
encoding
encrypted-media
eventsource
ext-xhtml-pubid
fetch
fonts
gamepad
generic-sensor
geolocation-API
hr-time
html
html-imports
html-longdesc
html-media-capture
http
images
infrastructure
innerText
js
media
media-source
mediacapture-streams
microdata
mixed-content
navigation-timing
notifications
old-tests
orientation-event
page-visibility
payment-request
performance-timeline
pointerevents
pointerlock
presentation-api
progress-events
proximity
quirks-mode
referrer-policy
resource-timing
resources @ 8550cfe
screen-orientation
secure-contexts
selection
selectors
selectors-api
service-workers
shadow-dom
streams
subresource-integrity
svg
tools @ 35de4d0
touch-events
typedarrays
uievents
url
user-timing
vibration
web-animations
webaudio
webauthn
webdriver
webgl
webmessaging
webrtc
websockets
webstorage
webvtt
workers
.gitignore -rw-r--r-- 131 bytes
.gitmodules -rw-r--r-- 200 bytes
.travis.yml -rw-r--r-- 216 bytes
CONTRIBUTING.md -rw-r--r-- 1.5 KB
LICENSE -rw-r--r-- 145 bytes
README.md -rw-r--r-- 8.9 KB
config.default.json -rw-r--r-- 679 bytes
lint -rwxr-xr-x 261 bytes
lint.whitelist -rw-r--r-- 4.0 KB
manifest -rwxr-xr-x 167 bytes
serve -rwxr-xr-x 80 bytes
serve.py -rw-r--r-- 60 bytes
server-side.md -rw-r--r-- 8.1 KB
testharness_runner.html -rw-r--r-- 95 bytes

README.md

back to top