Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwbrooks/mutation-event-tests
W3C MutationEvent test suite
https://github.com/mwbrooks/mutation-event-tests
Last synced: 18 days ago
JSON representation
W3C MutationEvent test suite
- Host: GitHub
- URL: https://github.com/mwbrooks/mutation-event-tests
- Owner: mwbrooks
- Created: 2011-07-04T03:56:02.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2011-07-04T17:20:26.000Z (over 13 years ago)
- Last Synced: 2024-10-28T21:11:01.705Z (2 months ago)
- Homepage: http://mwbrooks.github.com/mutation-event-tests
- Size: 117 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mutation Event Test Suite
=========================Mutation Events are defined in the [W3C DOM-Level 2 Event Model](http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-eventgroupings-mutationevents). They provide notification of any change to the HTML document structure.
Browser Results
---------------| DOMSubtreeModified | DOMNodeInserted | DOMNodeRemoved | DOMNodeInsertedIntoDocument | DOMNodeRemovedFromDocument | DOMAttrModified | DOMCharacterDataModified
-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------
Android 2.2 | ✔ ✔ ✔ ✖ ✖ ✖ ½
BlackBerry 5.0.0 | ✖ ✔ ✔ ✖ ✖ ✔ ½
BlackBerry 6.0.227 | ✔ ✔ ✔ ✖ ✖ ✖ ½
Chrome 12.0 | ✔ ✔ ✔ ✖ ✖ ✖ ½
FireFox 3.6 | ✔ ✔ ✔ ✖ ✖ ✔ ½
iOS 4.3 | ✔ ✔ ✔ ✖ ✖ ✖ ½
Opera 11.505 | ✖ ✔ ✔ ✖ ✖ ✔ ½
Safari 5.0.5 | ✔ ✔ ✔ ✖ ✖ ✖ ½Run Tests Online
----------------Open [http://mwbrooks.github.com/mutation-event-tests](http://mwbrooks.github.com/mutation-event-tests).
Run Tests Yourself
------------------Clone the repository:
git clone git://github.com/mwbrooks/mutation-event-tests.git
Update the submodules:
git submodule init
git submodule updateOpen `index.html` in a browser:
# OS X
open -a "Safari" index.html
open -a "FireFox" index.html