summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-transforms/crashtests/preserve3d-containing-block-inline-001.html
blob: 3be0af34cfa60f9d90a019a4ef7bb4a1bb536d2e (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html style="columns: 1">
<title>CSS Test (Transforms): preserve-3d, inlines, and being a containing block</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=1226287">
<meta name="assert" content="This should not crash.">

<span style="transform-style: preserve-3d"><span style="position: absolute"></span></span>