| Index: LayoutTests/css3/flexbox/css-properties.html
|
| diff --git a/LayoutTests/css3/flexbox/css-properties.html b/LayoutTests/css3/flexbox/css-properties.html
|
| index bdb9ef69de68bf596addf4530e9b5abaa398c88a..c924586d1b6b339cc96ead077e96fa7d2848f09b 100644
|
| --- a/LayoutTests/css3/flexbox/css-properties.html
|
| +++ b/LayoutTests/css3/flexbox/css-properties.html
|
| @@ -305,6 +305,5 @@ flexbox.style.webkitAlignContent = 'foo';
|
| shouldBeEqualToString('flexbox.style.webkitAlignContent', '');
|
| shouldBeEqualToString('window.getComputedStyle(flexbox, null).webkitAlignContent', 'stretch');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|