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

Unified Diff: third_party/WebKit/Source/web/tests/data/hover-root-scrollbar.html

Issue 2922193002: Change hover element to HTML element when over root scrollbar (Closed)
Patch Set: rebaseline layout test Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/tests/data/hover-root-scrollbar.html
diff --git a/third_party/WebKit/Source/web/tests/data/hover-root-scrollbar.html b/third_party/WebKit/Source/web/tests/data/hover-root-scrollbar.html
new file mode 100644
index 0000000000000000000000000000000000000000..1137d085b41df98e2e70674744029683224586d5
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/hover-root-scrollbar.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+
+<style>
+body {
+ overflow: scroll;
+}
+</style>
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698