(css)
| 254 | }); |
| 255 | |
| 256 | function scope(css) { |
| 257 | return scopeShadowCss(shadowRoot, css).replace(/[\n\t\n]/g, ''); |
| 258 | } |
| 259 | |
| 260 | it('should replace root selectors', () => { |
| 261 | expect(scope('html {}')).to.equal('.h amp-html {}'); |
no test coverage detected