| Index: LayoutTests/fast/text-autosizing/grid-dbcat.html
|
| diff --git a/LayoutTests/fast/text-autosizing/grid-dbcat.html b/LayoutTests/fast/text-autosizing/grid-dbcat.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5162a7a6df7cb3bfcf9b223521a408d6e77a82c4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text-autosizing/grid-dbcat.html
|
| @@ -0,0 +1,27 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<meta name="viewport" content="width=800">
|
| +<style>
|
| + html { font-size: 16px; }
|
| + body { width: 800px; margin: 0; overflow-y: hidden; }
|
| +</style>
|
| +<script src="resources/autosizingTest.js"></script>
|
| +</head>
|
| +<body>
|
| +<div style="display: grid">
|
| + <div>
|
| + This tests that RenderGrid creates an autosizing layout scope.
|
| + The test passes if it does not crash.
|
| + </div>
|
| + <div>
|
| + Lorem ipsum dolor sit amet, consectetur adipisicing elit,
|
| + sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
| + </div>
|
| +</div>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|