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

Unified Diff: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html

Issue 861553003: Invalidate CustomScrollbars on having window-inactive selector. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments Created 5 years, 11 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: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
diff --git a/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e54cdcd3317cce6aeb5014673a4961f83884267
--- /dev/null
+++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<style>
+::-webkit-scrollbar {
+ width: 12px;
+ height: 12px;
+ background: rgba(255,0,0,0.8);
+}
+html {
+ overflow: scroll
+}
+</style>
« no previous file with comments | « LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698