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

Unified Diff: third_party/WebKit/LayoutTests/scrollbars/listbox-scrollbar-combinations.html

Issue 1457323004: Don't render border images when border-style is none (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed unnecessary border colors, etc. Created 5 years, 1 month 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/scrollbars/listbox-scrollbar-combinations.html
diff --git a/third_party/WebKit/LayoutTests/scrollbars/listbox-scrollbar-combinations.html b/third_party/WebKit/LayoutTests/scrollbars/listbox-scrollbar-combinations.html
index f451a579901d6bea7c85974ea98589d0eadb1db5..e4c3514d72ab0b02b6a0c0a5a7fa0d40297d08b2 100644
--- a/third_party/WebKit/LayoutTests/scrollbars/listbox-scrollbar-combinations.html
+++ b/third_party/WebKit/LayoutTests/scrollbars/listbox-scrollbar-combinations.html
@@ -287,6 +287,7 @@ option[selected] {
border-color: transparent;
border-width: 13px 0;
min-height: 20px;
+ border-style: solid;
}
::-webkit-scrollbar-thumb:vertical:hover {
@@ -339,6 +340,7 @@ option[selected] {
-webkit-border-image: url(resources/vertical-track-disabled.png) 13 0 13 0;
border-color: transparent;
border-width: 13px 0;
+ border-style: solid;
}
::-webkit-scrollbar-track-piece:vertical:decrement {

Powered by Google App Engine
This is Rietveld 408576698