| Index: third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-outline-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-outline-crash.html b/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-outline-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..03567c238006173a790011035e0803c0b81d7170
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/writing-mode/flipped-blocks-outline-crash.html
|
| @@ -0,0 +1,20 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +* {
|
| + margin-top: inherit;
|
| + border-top-style: dashed;
|
| +}
|
| +
|
| +*:only-of-type {
|
| + outline-style: dotted;
|
| + -webkit-writing-mode: vertical-rl;
|
| +}
|
| +</style>
|
| +<p>This test passes if it does not crash.
|
| +<svg>
|
| + <text class="CLASS0 CLASS4" font-variant="small-caps"</metadata>
|
| +<textPath>
|
| +<script>
|
| +if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
|
|