File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
" /test/"
14
14
],
15
15
"keywords" : [
16
- " web-component" ,
17
- " web-components" ,
18
- " polymer" ,
19
16
" chart" ,
20
17
" charts" ,
21
- " google-visualization" ,
22
18
" google" ,
23
- " visualization"
19
+ " google-visualization" ,
20
+ " polymer" ,
21
+ " visualization" ,
22
+ " web-component" ,
23
+ " web-components"
24
24
],
25
25
"dependencies" : {
26
26
"polymer" : " Polymer/polymer#1.9 - 2"
Original file line number Diff line number Diff line change 13
13
</ head >
14
14
15
15
< body >
16
-
17
16
< google-chart-demo > </ google-chart-demo >
18
-
19
17
</ body >
20
18
</ html >
Original file line number Diff line number Diff line change 13
13
< script src ="../../webcomponentsjs/webcomponents-lite.js "> </ script >
14
14
< script src ="../../web-component-tester/browser.js "> </ script >
15
15
16
+ < link rel ="import " href ="../../promise-polyfill/promise-polyfill-lite.html ">
16
17
< link rel ="import " href ="../google-chart.html ">
17
18
</ head >
18
19
Original file line number Diff line number Diff line change 21
21
< body >
22
22
< script >
23
23
WCT . loadSuites ( [
24
- 'basic-tests.html'
24
+ 'basic-tests.html?wc-shadydom=true&wc-ce=true' ,
25
+ 'basic-tests.html?dom=shadow'
25
26
] ) ;
26
27
</ script >
27
28
</ body >
You can’t perform that action at this time.
0 commit comments