File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 25
25
( fast ? [ '' ] : [ '' , '-lazy' ] ) . forEach ( function ( type ) {
26
26
for ( var scope in Suite . scopes ) {
27
27
Suite . scopes [ scope ] . test . forEach ( function ( tests , index ) {
28
- suites . push ( phase + '/' + scope + type + '-test.html' + '? TestSuites=' + index ) ;
28
+ suites . push ( phase + '/' + scope + type + '-test.html' + '# TestSuites=' + index ) ;
29
29
} ) ;
30
30
}
31
31
} ) ;
Original file line number Diff line number Diff line change 62
62
63
63
</ style >
64
64
65
- <!-- Avoid app-location issue for disappearing query parameters in app-route#2.0.0
66
- Possibly related issue: https://github.com/PolymerElements/app-route/issues/149
67
- <app-location route="{{route}}"></app-location>
68
- -->
65
+ < app-location route ="{{route}} "> </ app-location >
69
66
< app-route
70
67
route ="{{route}} "
71
68
pattern ="{{_resolveUrlPath(':page')}} "
87
84
<!-- Main content -->
88
85
< app-header-layout has-scrolling-region >
89
86
90
- < app-header slot =" header " condenses reveals effects ="waterfall ">
87
+ < app-header condenses reveals effects ="waterfall ">
91
88
< app-toolbar >
92
89
< paper-icon-button icon ="menu " drawer-toggle > </ paper-icon-button >
93
90
< div title > My App</ div >
You can’t perform that action at this time.
0 commit comments