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

Unified Diff: third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html

Issue 2741223002: Use correct ScrollbarTheme to paintScrollCorner (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html
diff --git a/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html b/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html
new file mode 100644
index 0000000000000000000000000000000000000000..e84bd5c520c869255746ab2e08a9d00aea6c1480
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/custom-scrollbar-dcheck-failed-when-paint-scroll-corner.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+
+<style type="text/css">
+ ::-webkit-scrollbar {
+ width: 16px;
+ height: 16px;
+ overflow: visible;
+ }
+
+ div {
+ width: 1000px;
+ }
+</style>
+
+<div style="position: absolute; top: 1000px;">
+ end
+</div>

Powered by Google App Engine
This is Rietveld 408576698