From 1a09655f5f72c1c360935ce649d293756d278aec Mon Sep 17 00:00:00 2001 From: Nathan Hunzaker Date: Sat, 17 Dec 2016 12:24:09 -0500 Subject: [PATCH] Make toggleable test cases --- examples/inputs/README.md | 3 + examples/inputs/index.html | 124 +++++++++++++++++++++++++++++++++++++ examples/react-loader.js | 2 + examples/test.html | 73 +++++++++++++++------- 4 files changed, 181 insertions(+), 21 deletions(-) create mode 100644 examples/inputs/README.md create mode 100644 examples/inputs/index.html diff --git a/examples/inputs/README.md b/examples/inputs/README.md new file mode 100644 index 0000000000000..5c4055dca3831 --- /dev/null +++ b/examples/inputs/README.md @@ -0,0 +1,3 @@ +# Input Test Case + +More information around the history of inputs could go here. diff --git a/examples/inputs/index.html b/examples/inputs/index.html new file mode 100644 index 0000000000000..b178ab9a0211f --- /dev/null +++ b/examples/inputs/index.html @@ -0,0 +1,124 @@ + + + + + + Inputs + + + + +
Loading...
+ + + + + + diff --git a/examples/react-loader.js b/examples/react-loader.js index 5d9c5f48ddc28..3b69c42dc626a 100644 --- a/examples/react-loader.js +++ b/examples/react-loader.js @@ -9,6 +9,7 @@ var REACT_PATH = '../../build/react.js'; var DOM_PATH = '../../build/react-dom.js'; +var BABEL_PATH = 'https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.19.0/babel.js' function parseQuery(qstr) { var query = {}; @@ -34,6 +35,7 @@ if (version !== 'local') { console.log('Loading ' + version); +document.write("\