summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/crashtests/preserve3d-containing-br-001.html
blob: 869a3a0c7a2c3f0cdc6660331a49e154413e1a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<title>CSS Test (Transforms): preserve-3d containing a br</title>
<link rel="author" title="L. David Baron" href="https://dbaron.org/">
<link rel="author" title="Google" href="http://www.google.com/">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1275856">
<link rel="help" href="https://drafts.csswg.org/css-transforms-2/#transform-style-property">
<meta name="assert" content="This should not crash.">

<div style="transform-style: preserve-3d">
  <br>
</div>