This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| willchou$ npm run test:workerdom | |
| > preact@10.0.0-alpha.1 test:workerdom /Users/willchou/preact | |
| > mocha --recursive --require babel-register test/browser | |
| cloneElement | |
| ✓ should clone components | |
| ✓ should merge new props |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| willchou$ npm run test:workerdom | |
| > preact@8.4.2 test:workerdom /Users/willchou/preact | |
| > mocha --recursive --require sinon --require chai --require sinon-chai --require babel-register test/browser | |
| Components | |
| ✓ should render components | |
| ✓ should render functional components |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "ATTRIBUTE_NODE|" | |
| "CDATA_SECTION_NODE|" | |
| "COMMENT_NODE|" | |
| "DOCUMENT_FRAGMENT_NODE|" | |
| "DOCUMENT_NODE|" | |
| "DOCUMENT_POSITION_CONTAINED_BY|" | |
| "DOCUMENT_POSITION_CONTAINS|" | |
| "DOCUMENT_POSITION_DISCONNECTED|" | |
| "DOCUMENT_POSITION_FOLLOWING|" | |
| "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC|" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| var commonjsGlobal = typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; | |
| function commonjsRequire () { | |
| throw new Error('Dynamic requires are not currently supported by rollup-plugin-commonjs'); | |
| } | |
| function unwrapExports (x) { | |
| return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SUMMARY: | |
| ● 115 tests completed | |
| ● 75 tests failed | |
| FAILED TESTS: | |
| DOMPurify-based | |
| DOMPurify test suite | |
| ● Don't remove data URIs from SVG imaged (see #205) | |
| Chrome 66.0.3359 (Mac OS X 10.13.4) | |
| Error: [sanitizer] Removing "style" attribute with invalid value in <image style="border-color: rgb(51, 51, 51); box-sizing: border-box; color: rgb(51, 51, 51); cursor: move; font-family: sans-serif; font-size: 14px; line-height: 20px; outline-color: rgb(51, 51, 51); text-size-adjust: 100%; column-rule-color: rgb(51, 51, 51); -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-emphasis-color: rgb(51, 51, 51); -webkit-text-fill-color: rgb(51, 51, 51); -webkit-text-stroke-color: rgb(51, 51, 51); user-select: none; vector-effect: non-scaling-stroke;">.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lighthouseVersion": "1.6.5", | |
| "generatedTime": "2017-04-27T21:24:02.407Z", | |
| "initialUrl": "https://choumx.github.io/amp-pwa/", | |
| "url": "https://choumx.github.io/amp-pwa/", | |
| "audits": { | |
| "is-on-https": { | |
| "score": true, | |
| "displayValue": "", | |
| "rawValue": true, |