Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / nth-child-of-pseudo-element-assert.html
blob6e1cddede345b3ddc7b94dd816cedb28c54f5ab6
1 <!DOCTYPE html>
2 <style>
3 div::before {
4 position: relative;
5 overflow: scroll;
6 display: block;
7 width: 100px;
8 height: 100px;
9 content: "."
12 :nth-child(13)::-webkit-scrollbar {
13 color: pink;
15 </style>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
20 <p>This test should not trigger any ASSERTs.</p>
21 <div></div>