| Index: third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html b/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
|
| index e580d8c39adec943b35fa873340586a478a40bb6..16771c9ce6b26b7cf3d538420b56a3aa8c7e0451 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/flexbox/box-orient-button.html
|
| @@ -19,10 +19,12 @@
|
| display: flex;
|
| }
|
| </style>
|
| -<script src="../../resources/js-test.js"></script>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| </head>
|
| <body>
|
| -<p id="description"></p>
|
| +<p id="description">Check if box-orient is working in <button>. See https://bugs.webkit.org/show_bug.cgi?id=25406</p>
|
| +<div id="log"></p>
|
| <div id="main">
|
| <p>
|
| reference of horizontal button:<br>
|
|
|