File tree Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Expand file tree Collapse file tree 3 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > ShadowDOM Polyfill + jQuery</ title >
6
+ < script src ="../../polymer.js " shadow ="polyfill "> </ script >
7
+ < script src ="../../tools/test/htmltest.js "> </ script >
8
+ < script src ="../../node_modules/chai/chai.js "> </ script >
9
+ < script src ="http://code.jquery.com/jquery-1.10.2.js "> </ script >
10
+ </ head >
11
+ < body >
12
+ asdf
13
+ < script >
14
+ $ ( document ) . ready ( done ) ;
15
+ </ script >
16
+ </ body >
17
+ </ html >
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright 2013 The Polymer Authors. All rights reserved.
3
+ * Use of this source code is governed by a BSD-style
4
+ * license that can be found in the LICENSE file.
5
+ */
6
+
7
+ htmlSuite ( 'Library Cooperation' , function ( ) {
8
+ htmlTest ( 'html/jquery-shadowdom-polyfill.html' ) ;
9
+ } ) ;
Original file line number Diff line number Diff line change 31
31
< script src ="js/events.js "> </ script >
32
32
< script src ="js/styling.js "> </ script >
33
33
< script src ="js/mdv-syntax.js "> </ script >
34
+ < script src ="js/library-coop.js "> </ script >
34
35
<!-- -->
35
36
< script >
36
37
mocha . run ( ) ;
You can’t perform that action at this time.
0 commit comments