[shadow-dom-tests] Order is apparently wrong making the test fail. (#590)

Based on my understanding of the tabindex behavior as explained in the
html5 living standard: pre-order, depth first tree order ("before any
element whose tabindex attribute has a value equal to the value of the
tabindex attribute on the element but that is later in the document in
tree order than the element").

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

Received on Monday, 3 February 2014 08:51:44 UTC