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

Unified Diff: LayoutTests/fast/forms/select-overflow-scroll-inherited.html

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 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/fast/forms/select-overflow-scroll-inherited.html
diff --git a/LayoutTests/fast/forms/select-overflow-scroll-inherited.html b/LayoutTests/fast/forms/select-overflow-scroll-inherited.html
deleted file mode 100644
index f7290b96510fbaf0cb999fb12586817e1eba6785..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/select-overflow-scroll-inherited.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<body>
-<div style="overflow:scroll">
- <select id="wut" name="wut" size="8" style="overflow: inherit;">
- <option value="1">One</option>
- <option value="2">Two</option>
- <option value="3">Three</option>
- <option value="4">Four</option>
- <option value="5">Five</option>
- <option value="6">Six</option>
- <option value="7">Seven</option>
- <option value="8">Eight</option>
- <option value="9">Nine</option>
- <option value="10">Ten</option>
- </select>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698