| Index: third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
|
| index c54a45ec8ee6fc641daae1d69a33b7ee2389c93f..3560d8b3a5aba2c15a47f8f3946e8422b5f6d67c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/execCommand/queryCommandState-04.html
|
| @@ -32,5 +32,5 @@ function test_all(platform) {
|
| test(test_sup, `${platform}: run queryCommandState('superscript')`);
|
| }
|
|
|
| -(window.internals ? ['mac', 'win'] : ['']).forEach(test_all);
|
| +(window.internals ? ['mac', 'win',''] : ['']).forEach(test_all);
|
| </script>
|
|
|