No files found.
+1 −0
static_atoms.txt
components/atoms/static_atoms.txt
+18 −0
document.rs
components/script/dom/document.rs
+2 −0
macros.rs
components/script/dom/macros.rs
+1 −0
mod.rs
components/script/dom/mod.rs
+54 −0
range.rs
components/script/dom/range.rs
+515 −0
selection.rs
components/script/dom/selection.rs
+6 −0
Document.webidl
components/script/dom/webidls/Document.webidl
+6 −0
EventHandler.webidl
components/script/dom/webidls/EventHandler.webidl
+32 −0
Selection.webidl
components/script/dom/webidls/Selection.webidl
+6 −0
Window.webidl
components/script/dom/webidls/Window.webidl
+6 −0
window.rs
components/script/dom/window.rs
+2 −0
include.ini
tests/wpt/include.ini
+0 −5
Selection.html.ini
...etadata/custom-elements/reactions/Selection.html.ini
+0 −107
Range-mutations-appendChild.html.ini
...data/dom/ranges/Range-mutations-appendChild.html.ini
+0 −578
Range-mutations-appendData.html.ini
...adata/dom/ranges/Range-mutations-appendData.html.ini
+0 −4,214
Range-mutations-dataChange.html.ini
...adata/dom/ranges/Range-mutations-dataChange.html.ini
+0 −848
Range-mutations-deleteData.html.ini
...adata/dom/ranges/Range-mutations-deleteData.html.ini
+0 −116
Range-mutations-insertBefore.html.ini
...ata/dom/ranges/Range-mutations-insertBefore.html.ini
+0 −575
Range-mutations-insertData.html.ini
...adata/dom/ranges/Range-mutations-insertData.html.ini
+0 −32
Range-mutations-removeChild.html.ini
...data/dom/ranges/Range-mutations-removeChild.html.ini
+0 −92
Range-mutations-replaceChild.html.ini
...ata/dom/ranges/Range-mutations-replaceChild.html.ini
+0 −1,721
Range-mutations-replaceData.html.ini
...data/dom/ranges/Range-mutations-replaceData.html.ini
+0 −176
Range-mutations-splitText.html.ini
...tadata/dom/ranges/Range-mutations-splitText.html.ini
+0 −3
window-properties.https.html.ini
...s/the-window-object/window-properties.https.html.ini
+5 −0
script-and-style-elements.html.ini
...etadata/selection/script-and-style-elements.html.ini
+31 −1
MANIFEST.json
tests/wpt/mozilla/meta/MANIFEST.json
+1 −0
interfaces.html
tests/wpt/mozilla/tests/mozilla/interfaces.html
+25 −0
selectionchange_noop.html
...ts/mozilla/selectionchange/selectionchange_noop.html
+50 −0
selectionchange_range.html
...s/mozilla/selectionchange/selectionchange_range.html
+51 −0
selectionchange_selection.html
...zilla/selectionchange/selectionchange_selection.html