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

Unified Diff: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.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-iframe-customscrollbar-windowinactive.html
diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
similarity index 90%
copy from LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html
copy to LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
index 01064feee5f6071ea498d125027e918eab862f5a..50a8e038a1a4bbc21fa23272a9dcdaa5977d0211 100644
--- a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar.html
+++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive.html
@@ -26,7 +26,7 @@ iframe {
</style>
</head>
<body>
- <iframe src="scrollable-subiframe-inactive.html"></iframe>
+ <iframe src="scrollable-subiframe-nowindowinactive.html"></iframe>
<div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div>
rune 2015/01/20 15:48:12 What's this div for?
MuVen 2015/01/21 06:14:09 Removed, Adjusted iframe height.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698