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

Unified Diff: LayoutTests/fast/forms/select-overflow-scroll.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.html
diff --git a/LayoutTests/fast/forms/select-overflow-scroll.html b/LayoutTests/fast/forms/select-overflow-scroll.html
deleted file mode 100644
index 77e6d7114ee16e315a966f178156e78f3fb17423..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/forms/select-overflow-scroll.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-<body>
-<select id="wut" name="wut" size="8" style="overflow: scroll;">
- <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