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

Unified Diff: LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html

Issue 687943002: Removed test case having scrollbar issues on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 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
« no previous file with comments | « LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html
diff --git a/LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html b/LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html
index 99479d7fd14d34cc0d720fbb0f5d909113779eee..4c53131db7d82030f1feb6333da3435f7bc33800 100644
--- a/LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html
+++ b/LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes-expected.html
@@ -9,9 +9,7 @@
.expbutton-dec::-webkit-scrollbar-button:decrement,
.expbutton-inc::-webkit-scrollbar-button:increment,
.expbutton-start::-webkit-scrollbar-button:start,
-.expbutton-end::-webkit-scrollbar-button:end,
-.expbutton-both-hor::-webkit-scrollbar-button:single-button,
-.expbutton-both-hor::-webkit-scrollbar-button:double-button {
+.expbutton-end::-webkit-scrollbar-button:end {
background-color: green;
}
</style>
@@ -22,4 +20,3 @@
<div class="scroller expbar-vertical">PASS</div>
<div class="scroller expbutton-start">PASS</div>
<div class="scroller expbutton-end">PASS</div>
-<div class="scroller expbutton-both-hor">PASS</div>
« no previous file with comments | « LayoutTests/fast/css/invalidation/scrollbar-pseudo-classes.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698