Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/io-toggle.html

Issue 29730644: Issue 6514 - IOToggle Custom Element (Closed)
Patch Set: Created March 23, 2018, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « package.json ('k') | tests/io-toggle.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test io-toggle.js</title>
6 <link rel="stylesheet" href="../skin/common.css">
7 <link rel="stylesheet" href="../skin/fonts.css">
8 <link rel="stylesheet" href="../skin/desktop-options.css">
9 <style>
10 fieldset {
11 margin: 4px;
12 padding: 8px;
13 border: 1px solid silver;
14 line-height: 0;
15 }
16 </style>
17 <script defer src="../polyfill.js"></script>
18 <script defer src="../ext/common.js"></script>
19 <script defer src="../ext/content.js"></script>
20 <script defer src="../common.js"></script>
21 <script defer src="../i18n.js"></script>
22 <script defer src="./io-toggle.js"></script>
23 </head>
24 <body style="background:white;">
25 <fieldset><io-toggle onchange="console.log(event)"></io-toggle></fieldset>
26 <fieldset><io-toggle checked></io-toggle></fieldset>
27 <fieldset><io-toggle disabled></io-toggle></fieldset>
28 <fieldset><io-toggle checked disabled></io-toggle></fieldset>
29 </body>
30 </html>
OLDNEW
« no previous file with comments | « package.json ('k') | tests/io-toggle.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld