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

Unified Diff: LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-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-iframe-customscrollbar-windowinactive-expected.html
diff --git a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html
similarity index 86%
copy from LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html
copy to LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html
index 6c76b64d590800ed6f8744076771c3b1adbd29b2..bb5ad8c10640d551ec67250404f4e4eb5b1d5bac 100644
--- a/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-expected.html
+++ b/LayoutTests/scrollbars/resources/scrollable-iframe-customscrollbar-windowinactive-expected.html
@@ -22,8 +22,8 @@ iframe {
}
</style>
</head>
- <body>
- <iframe src="scrollable-subiframe-inactive-expected.html"></iframe>
+ <body>
+ <iframe src="scrollable-subiframe-nowindowinactive-expected.html"></iframe>
<div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698