Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / counters / counter-ruby-text-cleared.html
bloba4b1fbf1fe63f3bea37bf0cdf5959263830b1c58
1 <style>* {counter-increment: x;}</style>
2 <script>
3 window.onload = function() {
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 document.body.innerHTML = "PASS: Clearing ruby text with counters does not crash.";
8 </script>
9 <ruby>
10 <rt></rt>
11 <div></div>
12 </ruby>