Skip to content

Commit

Permalink
update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Dec 9, 2024
1 parent 051e912 commit 713df12
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion packages/rrweb/test/__snapshots__/record.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ exports[`record captures CORS stylesheets that are still loading 1`] = `
{
\\"id\\": 9,
\\"attributes\\": {
\\"crossorigin\\": \\"\\",
\\"rel\\": null,
\\"crossorigin\\": null,
\\"href\\": null,
\\"_cssText\\": \\"body { font-family: verdana, helvetica, arial; }.exampleList { margin: 0px; padding: 0px; list-style-type: none; }h3 { margin: 1em 0px 0.3em; float: left; clear: both; }a { color: rgb(51, 102, 153); text-decoration: none; outline: none; padding: 0px 0.5em; }a:hover { background: rgb(51, 102, 153); color: rgb(255, 255, 255); }.run, .debug { display: block; float: left; margin: 1.3em 0px 0px 1em; }.sources, .template { clear: both; padding: 1em; background: rgb(221, 238, 255); margin: 0px 0px 0px 1em; overflow: auto; }#chooseLib a { font-size: 0.8em; background: rgb(255, 255, 187); padding: 0.3em; text-decoration: underline; }#chooseLib a:hover { background: rgb(51, 102, 153); }#examples { display: none; }#chooseLib { line-height: 1.5em; border: 1px solid rgb(204, 204, 204); padding: 1em; background: rgb(255, 255, 204); }input.lib { font-weight: bold; }.note { color: rgb(153, 153, 153); font-size: 0.75em; }pre { font-family: Monaco, \\\\\\"Courier New\\\\\\", monospace; color: rgb(68, 68, 68); font-size: 75%; }#sourceCodes { clear: both; }.sourceCode { background: rgb(238, 238, 255); border: 1px solid rgb(204, 204, 204); padding: 1%; margin: 1%; overflow: auto; max-height: 300px; }.sourceCode pre { }.cols2 .sourceCode { float: left; width: 44%; }.cols3 .sourceCode { float: left; width: 27%; }.playerList td { padding: 0px 1em; border: 1px solid rgb(153, 153, 153); }.odd td { background: rgb(255, 255, 255); }.partialTable td { padding: 0px 1em; border: 1px solid rgb(153, 153, 153); }.teamPlace table { width: 100%; }.scoreBoard td { padding: 0px 1em; border: 1px solid rgb(153, 153, 153); }\\"
}
}
Expand Down Expand Up @@ -2322,6 +2324,9 @@ exports[`record captures stylesheets in iframes with \`blob:\` url 1`] = `
\\"type\\": 2,
\\"tagName\\": \\"link\\",
\\"attributes\\": {
\\"rel\\": null,
\\"href\\": null,
\\"crossorigin\\": null,
\\"_cssText\\": \\"body { color: pink; }\\"
},
\\"childNodes\\": [],
Expand Down Expand Up @@ -2396,6 +2401,9 @@ exports[`record captures stylesheets with \`blob:\` url 1`] = `
\\"type\\": 2,
\\"tagName\\": \\"link\\",
\\"attributes\\": {
\\"rel\\": null,
\\"href\\": null,
\\"crossorigin\\": null,
\\"_cssText\\": \\"body { color: pink; }\\"
},
\\"childNodes\\": [],
Expand Down Expand Up @@ -3368,6 +3376,9 @@ exports[`record loading stylesheets captures stylesheets in iframes that are sti
{
\\"id\\": 36,
\\"attributes\\": {
\\"rel\\": null,
\\"href\\": null,
\\"crossorigin\\": null,
\\"_cssText\\": \\"body { color: pink; }\\"
}
}
Expand Down Expand Up @@ -3548,6 +3559,9 @@ exports[`record loading stylesheets captures stylesheets that are still loading
{
\\"id\\": 18,
\\"attributes\\": {
\\"rel\\": null,
\\"href\\": null,
\\"crossorigin\\": null,
\\"_cssText\\": \\"body { color: pink; }\\"
}
}
Expand Down

0 comments on commit 713df12

Please sign in to comment.