From cf10520521426e7967dbb9c1309db8faad782257 Mon Sep 17 00:00:00 2001
From: Elliott Marquez
Date: Fri, 11 Jan 2019 17:11:00 -0800
Subject: [PATCH 1/5] create dropdown lite
---
iron-dropdown-lite.html | 484 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 484 insertions(+)
create mode 100644 iron-dropdown-lite.html
diff --git a/iron-dropdown-lite.html b/iron-dropdown-lite.html
new file mode 100644
index 0000000..63060f6
--- /dev/null
+++ b/iron-dropdown-lite.html
@@ -0,0 +1,484 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From e959112cd89925439c0a888a3848ba531d1e7e9c Mon Sep 17 00:00:00 2001
From: Elliott Marquez
Date: Fri, 11 Jan 2019 17:11:10 -0800
Subject: [PATCH 2/5] add tests for iron-dropdown-lite
---
test/index.html | 2 +
test/iron-dropdown-lite.html | 560 +++++++++++++++++++++++++++++++++++
2 files changed, 562 insertions(+)
create mode 100644 test/iron-dropdown-lite.html
diff --git a/test/index.html b/test/index.html
index 1080d00..f0de1c1 100644
--- a/test/index.html
+++ b/test/index.html
@@ -20,6 +20,8 @@
WCT.loadSuites([
'iron-dropdown.html?wc-shadydom=true&wc-ce=true', // shady
'iron-dropdown.html?dom=shadow', // shadow
+ 'iron-dropdown-lite.html?wc-shadydom=true&wc-ce=true', // shady
+ 'iron-dropdown-lite.html?dom=shadow', // shadow
]);
+
+
+
+
+
+
+
+
+
+
+
+
+ I don't lock scroll!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/iron-dropdown-lite.html b/test/iron-dropdown-lite.html
new file mode 100644
index 0000000..2c15bc2
--- /dev/null
+++ b/test/iron-dropdown-lite.html
@@ -0,0 +1,560 @@
+
+
+
+
+