Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/linebox/inline-children-root-linebox-crash-001.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>