File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 " /test/"
1414 ],
1515 "keywords" : [
16- " web-component" ,
17- " web-components" ,
18- " polymer" ,
1916 " chart" ,
2017 " charts" ,
21- " google-visualization" ,
2218 " google" ,
23- " visualization"
19+ " google-visualization" ,
20+ " polymer" ,
21+ " visualization" ,
22+ " web-component" ,
23+ " web-components"
2424 ],
2525 "dependencies" : {
2626 "polymer" : " Polymer/polymer#1.9 - 2"
Original file line number Diff line number Diff line change 1212 < title > Google Chart Polymer Elements Demo</ title >
1313</ head >
1414
15- < body >
16-
15+ < body >
1716 < google-chart-demo > </ google-chart-demo >
18-
1917</ body >
2018</ html >
Original file line number Diff line number Diff line change 1313 < script src ="../../webcomponentsjs/webcomponents-lite.js "> </ script >
1414 < script src ="../../web-component-tester/browser.js "> </ script >
1515
16+ < link rel ="import " href ="../../promise-polyfill/promise-polyfill-lite.html ">
1617 < link rel ="import " href ="../google-chart.html ">
1718</ head >
1819
Original file line number Diff line number Diff line change 2121 < body >
2222 < script >
2323 WCT . loadSuites ( [
24- 'basic-tests.html'
24+ 'basic-tests.html?wc-shadydom=true&wc-ce=true' ,
25+ 'basic-tests.html?dom=shadow'
2526 ] ) ;
2627 </ script >
2728 </ body >
You can’t perform that action at this time.
0 commit comments