summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/linebox/inline-children-root-linebox-crash-001.html
blob: 7fe6b3ea5df5986a5f747cb8e9c5312afdeede21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<link rel="help" href="https://crbug.com/981602">
<link rel="author" href="mailto:kojii@chromium.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<style>
.class6 { writing-mode: vertical-rl; }
</style>
<svg>
<radialGradient id="svgvar00004">
<pattern>
<foreignObject>
<pre class="class6">
<svg>
<polyline fill="url(#svgvar00004) red">
</svg>
<script>test(() => {});</script>