c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney sel = 'h1, .node, table th, table td, table tr, table',
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney el.className = 'nodeOver nodeOver-' + n.tagName.toLowerCase();
1a86e336ee9746646cf1c0c426cef659a14d3b57Matt Sweeney //actual = [box.left + Y.DOM.docScrollX(), box.top + Y.DOM.docScrollY()];
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney tests['should set ' + id + ' in page coords'] = function() {
1a86e336ee9746646cf1c0c426cef659a14d3b57Matt Sweeney ArrayAssert.itemsAreEqual(actual, [Math.round(xy[0]), Math.round(xy[1])]);
c7a0918bf9dc49db2a98ee5ec43a5e139e938f1cMatt Sweeney}, '@VERSION@' ,{requires:['dom-screen', 'test']});