summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/layout-runs-and-floats-crash.html
blob: c9b2c1136e584ef3235fcaac84ba34c5bb75e134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<style>
* {
    -webkit-columns: 10ex;
    -webkit-margin-after: 60;
}
</style>
<main></main>
<bdi>
    <object></object>
    <object align="left"></object>
    <object></object>
</bdi>
<p>This test passes if it doesn't crash</p>
<script>
if (window.testRunner)
    window.testRunner.dumpAsText();
</script>