Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: third_party/WebKit/LayoutTests/paint/theme/adjust-progress-bar-size.html

Issue 2305133002: Mac: adjust sizes of progress bars to be equal to painted size. (Closed)
Patch Set: none Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698