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

Unified Diff: third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html

Issue 2389073002: Fix link's hover state if the link under scrollbar (Closed)
Patch Set: fix test Created 4 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 | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html
diff --git a/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html b/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html
index 0e89acb2fe4fd2438208160f4fe3461925166464..1efeb1156febfd02866ea4d5b6e173a5411d3f26 100644
--- a/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html
+++ b/third_party/WebKit/LayoutTests/fast/overflow/scrollbar-click-retains-focus.html
@@ -11,7 +11,9 @@
<input>
</footer>
-<section style="height: 100px; width: 100px; overflow: scroll;"></section>
+<section style="height: 100px; width: 100px; overflow: scroll;">
+ <div style="height: 500px; width: 500px;"/>
+</section>
<div tabindex="1">
<header style="height: 100px; width: 100px; overflow: scroll;"></header>
@@ -117,3 +119,4 @@ test("Disabled form controls should not move the focus", function() {
});
</script>
+
bokan 2016/11/03 11:53:19 Nit: remove space
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698