summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/linebox/video-needs-layout-crash.html
blob: b8c52edf8272abc6f7c30372b1d37e9545d08c74 (plain)
1
2
3
4
5
6
7
<!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>
<b>abc<video style="contain:size"></video></b><div contenteditable></div>
<script>test(() => {});</script>