| Index: Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
|
| diff --git a/Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html b/Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
|
| similarity index 57%
|
| copy from Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html
|
| copy to Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
|
| index 9cc8e9c1650348bc6b8563d727ba280a56b45ce8..168b5c38c147b35b47d0c259915d914976fed06f 100644
|
| --- a/Source/web/tests/data/get_scale_bounds_check_for_auto_zoom_test.html
|
| +++ b/Source/web/tests/data/get_wide_div_for_auto_zoom_test.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <body>
|
| - <div style="background-color: green; position: absolute; left: 200px; top: 100px; width: 200px; height: 400px">
|
| - <p id="Div">Div</p>
|
| + <div style="background-color: green; position: absolute; left: 0px; top: 100px; width: 100%; height: 150px">
|
| + <p id="Div">Wide Div</p>
|
| </div>
|
| </body>
|
| </html>
|
|
|