| Index: LayoutTests/fast/css/first-letter-float-block.html
|
| diff --git a/LayoutTests/fast/css/first-letter-float-block.html b/LayoutTests/fast/css/first-letter-float-block.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d7bb4680784a964d8ad8e902110a6aa3d3dd20ff
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/css/first-letter-float-block.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<style type="text/css">
|
| + #inner::first-letter { font-size: 200px }
|
| +</style>
|
| +<p>This test is successful if the word Foo is fully contained inside the
|
| +surrounding border.</p>
|
| +<div style="height: 200px; width: 300px; overflow: scroll;">
|
| + <div style="float: left; border: 3px solid;">
|
| + <div id="inner">Foo</div>
|
| + </div>
|
| +</div>
|
|
|