| Index: third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| index d02a6063be52ec61b31c60ece80409af2e2cfa38..b849934c333cb2dc4529dbb02068773d973f5e46 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| +++ b/third_party/WebKit/LayoutTests/media/video-controls-overflow-menu-correct-ordering.html
|
| @@ -26,7 +26,7 @@ async_test(function(t) {
|
|
|
| // The overflow menu should always have the same number of elements.
|
| // Their visibility will change over time based on the size of the video.
|
| - assert_equals(children.length, 5);
|
| + assert_equals(children.length, 6);
|
|
|
| // Ensure that all of the buttons are visible in the right order
|
| for (var i = 0; i < children.length; i++) {
|
|
|