blob: e00bf67ebb6ac4cb79d84d08dbb16710a6002998 [file] [log] [blame]
ojan@chromium.orgbc5ca6e2012-08-15 02:14:23 +00001<!DOCTYPE html>
2<div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; background-color: salmon; overflow:hidden">
3 <span>AAA </span><a href=#>X</a>
4</div>
5<script>
6document.body.offsetTop;
ojan@chromium.org8bd11832012-08-16 22:01:24 +00007// If the page doesn't crash under AddressSanitizer, then the test passes.
8if (window.testRunner)
9 testRunner.dumpAsText();
ojan@chromium.orgbc5ca6e2012-08-15 02:14:23 +000010</script>
11<style>
12body {
13 -webkit-column-width: 50px;
14 -webkit-column-count: 12;
15}
16</style>