| Index: LayoutTests/fast/css/counters/stale-inline-box-crash.html
|
| diff --git a/LayoutTests/fast/css/counters/stale-inline-box-crash.html b/LayoutTests/fast/css/counters/stale-inline-box-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..90df3fd20ac85b7e1e8ccbc5d81a41374c9049b5
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/counters/stale-inline-box-crash.html
|
| @@ -0,0 +1,42 @@
|
| +<!DOCTYPE html>
|
| +<head>
|
| +<style>
|
| +#el0 {
|
| + counter-reset: c 1234567890
|
| +}
|
| +
|
| +.c1:before {
|
| + content: counter(c, hangul-consonant) attr(id);
|
| + counter-increment: c 567;
|
| +}
|
| +
|
| +.c0:after {
|
| + display: table-caption;
|
| + content: counter(c, tigre) attr(id);
|
| +}
|
| +
|
| +</style>
|
| +</head>
|
| +
|
| +<body>
|
| + PASS: did not crash.
|
| +
|
| + <q id="el0" class="c0"><q id="el1" class="c1"></q></q>
|
| +
|
| +<script>
|
| + if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.waitUntilDone();
|
| + }
|
| +
|
| + setTimeout(function() {
|
| + document.styleSheets[0].insertRule('.c1:only-of-type { content: counter(c, circle) attr(id); }', document.styleSheets[0].rules.length);
|
| + document.body.offsetTop;
|
| + document.styleSheets[0].insertRule('#el1:last-child { -webkit-column-axis:auto;cjk-earthly-branch) close-quote; counter-reset: c 976; }', document.styleSheets[0].rules.length);
|
| + document.body.offsetTop;
|
| +
|
| + if (window.testRunner)
|
| + testRunner.notifyDone();
|
| + }, 0);
|
| +</script>
|
| +</body>
|
|
|