60x60-red.png |
|
217 |
100x100-red.png |
|
510 |
highlights.css |
Container for the interesting part of a highlight reftest, to be
used on both the test page and any reference pages.
|
1501 |
selections.js |
Replaces the current selection (if any) with a new range, after
it’s configured by the given function.
See also: selectNodeContents
Example:
selectRangeWith(range => {
range.selectNodeContents(foo);
range.setStart(foo.childNodes[0], 3);
range.setEnd(foo.childNodes[0], 5);
});
|
2734 |