| Index: third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
|
| index b2a312130bba38ed226d17773f57657b652cd0f0..5a4afe8303556cc7e7746113fa384a00dd32113d 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/flexitem.html
|
| @@ -17,7 +17,9 @@
|
| min-width: 0;
|
| }
|
| </style>
|
| -<script src="../../resources/check-layout.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| +<script src="../../resources/check-layout-th.js"></script>
|
| <body onload="checkLayout('.flexbox')">
|
| <div class="flexbox" style="height:200px">
|
| <button data-expected-display="block" data-expected-width="100" data-expected-height="200">button</button>
|
|
|