[shadow-dom-tests] Wrong order for some nodes unrelated to shadow dom (#591)

The expected order of nodes outside of the shadow root was wrong. Since
there is no identical tabindex in use, the order is simply tabindex.
"before any element whose tabindex attribute has a value greater than
the value of the tabindex attribute on the element."

View on GitHub: https://github.com/w3c/web-platform-tests/pull/591

Received on Monday, 3 February 2014 08:54:02 UTC