| Index: LayoutTests/fast/block/float/br-with-clear-3-expected.html
|
| diff --git a/LayoutTests/fast/block/float/br-with-clear-3-expected.html b/LayoutTests/fast/block/float/br-with-clear-3-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..af57fff01f0f8fa75ae6ecb804929443869cb883
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/block/float/br-with-clear-3-expected.html
|
| @@ -0,0 +1,20 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +.green {
|
| + background: green;
|
| + float: right;
|
| + clear: right;
|
| + width: 50%;
|
| + height: 100px;
|
| +}
|
| +.yellow {
|
| + background: yellow;
|
| +}
|
| +</style>
|
| +<p>Test passes if the height of yellow box is identical with that of green box.</p>
|
| +<div class='green'>Floating box</div>
|
| +<p class='yellow'>
|
| + <a href='#'>Set focus here.</a><br>
|
| + Text line.
|
| + <br style="clear:both">
|
| +</p>
|
|
|