| Index: third_party/WebKit/LayoutTests/paint/theme/adjust-progress-bar-size.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/theme/adjust-progress-bar-size.html b/third_party/WebKit/LayoutTests/paint/theme/adjust-progress-bar-size.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..73d38bd39a94077cc47d2f5e8bed01d6668fc301
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/theme/adjust-progress-bar-size.html
|
| @@ -0,0 +1,3 @@
|
| +<!doctype HTML>
|
| +<!-- Passes on Mac if the text output specifies a layer with size 160x21 (i.e. not 160x5). On other platforms, 160x5 is expected. -->
|
| +<progress id="progress" value="40" max="1000" style="height:5px;top:250px;position:absolute;"></progress>
|
|
|