| Index: LayoutTests/css3/flexbox/relpos-with-scrollable-with-abspos-crash.html
|
| diff --git a/LayoutTests/css3/flexbox/relpos-with-scrollable-with-abspos-crash.html b/LayoutTests/css3/flexbox/relpos-with-scrollable-with-abspos-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..40fed23b868eac9b6c6107098f1d7a5e3f16b984
|
| --- /dev/null
|
| +++ b/LayoutTests/css3/flexbox/relpos-with-scrollable-with-abspos-crash.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<p>PASS if no crash or assertion failure.</p>
|
| +<div style="display:flex;">
|
| + <div>
|
| + <div style="position:relative; width:5em;">
|
| + <div style="overflow:auto;">
|
| + <div>xxxxxxxxxxxxxxxxxxxxxx</div>
|
| + <div style="position:absolute;"></div>
|
| + </div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|