| [data-webkit][data-rocks]>[data-when]>[data-it-does-not-crash] { |
| <script src="../../resources/js-test-pre.js"></script> |
| <div style="display:none"> |
| <div data-rocks data-webkit> |
| <li data-it-does-not-crash id=target></li> |
| <!-- Lacks the data-when --> |
| <li data-it-does-not-crash></li> |
| <!-- Lacks the data-webkit --> |
| <li data-it-does-not-crash></li> |
| description('The CSS JIT was incorrectly saving a backtracking entry point for the rightmost chain of simple selectors with child relation.'); |
| shouldBe('document.querySelectorAll("[data-webkit][data-rocks]>[data-when]>[data-it-does-not-crash]").length', '1'); |
| shouldBeEqualToString('document.querySelectorAll("[data-webkit][data-rocks]>[data-when]>[data-it-does-not-crash]")[0].id', 'target'); |
| <script src="../../resources/js-test-post.js"></script> |