| Index: LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html
|
| diff --git a/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html b/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html
|
| index 93097835d31aacc8d849dd02c7db90a6340e8365..12c934acd5fb6f6c6ab11e955b8fa8c195657731 100644
|
| --- a/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html
|
| +++ b/LayoutTests/fast/sub-pixel/float-containing-block-with-margin.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <script src="../js/resources/js-test-pre.js"></script>
|
| + <script src="../../resources/js-test.js"></script>
|
| <style>
|
| ul > li { float: right; background: skyblue; }
|
| ul > li > a { display: block; margin: 10.5px; text-decoration: none; }
|
|
|