| Index: LayoutTests/fast/overflow/line-clamp-and-columns.html
|
| diff --git a/LayoutTests/fast/overflow/line-clamp-and-columns.html b/LayoutTests/fast/overflow/line-clamp-and-columns.html
|
| deleted file mode 100644
|
| index e00bf67ebb6ac4cb79d84d08dbb16710a6002998..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/overflow/line-clamp-and-columns.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<div id=flexbox style="-webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; background-color: salmon; overflow:hidden">
|
| - <span>AAA </span><a href=#>X</a>
|
| -</div>
|
| -<script>
|
| -document.body.offsetTop;
|
| -// If the page doesn't crash under AddressSanitizer, then the test passes.
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
| -<style>
|
| -body {
|
| - -webkit-column-width: 50px;
|
| - -webkit-column-count: 12;
|
| -}
|
| -</style>
|
|
|