wpt / css / selectors / chrome-40257746-crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/selectors/chrome-40257746-crash.html

<!DOCTYPE html>
<title>Chrome crash issue 40257746</title>
<link rel="help" href="https://crbug.com/40257746">
<link rel="author" title="Steinar H. Gunderson" href="mailto:sesse@chromium.org">
<style>FoReIgNobject span { color: purple; }</style>
<svg width="500" height="100" xmlns="http://www.w3.org/2000/svg">
  <foreignObject width="500" height="100">
    <span>Test passes if there is no crash.</span>
  </foreignObject>
</svg>