@applitools/dom-snapshot
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -7,2 +7,6 @@ | ||
## 4.0.3 - 2020/8/6 | ||
- change to exp_adoptedStyleSheets | ||
## 4.0.2 - 2020/8/6 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "@applitools/dom-snapshot", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
@@ -37,3 +37,3 @@ /* eslint-disable no-use-before-define */ | ||
if (docNode.adoptedStyleSheets && docNode.adoptedStyleSheets.length > 0) { | ||
cdt[0].adoptedStyleSheets = getAdoptedStyleSheets(docNode); | ||
cdt[0].exp_adoptedStyleSheets = getAdoptedStyleSheets(docNode); | ||
} | ||
@@ -112,3 +112,3 @@ return {cdt, docRoots, canvasElements, inlineFrames, linkUrls}; | ||
if (elementNode.adoptedStyleSheets && elementNode.adoptedStyleSheets.length > 0) { | ||
node.adoptedStyleSheets = getAdoptedStyleSheets(elementNode); | ||
node.exp_adoptedStyleSheets = getAdoptedStyleSheets(elementNode); | ||
} | ||
@@ -115,0 +115,0 @@ } else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3489713