File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ test<FixtureTestContext>('linked static resources are placed in correct place in
93
93
...Array . from ( document ( 'script[src]' ) ) . map ( ( elem ) => {
94
94
return elem . attribs . src
95
95
} ) ,
96
- ...Array . from ( document ( 'link[href]' ) ) . map ( ( elem ) => {
96
+ ...Array . from ( document ( 'link[href]:not([rel="expect"]) ' ) ) . map ( ( elem ) => {
97
97
return elem . attribs . href
98
98
} ) ,
99
99
...Array . from ( document ( 'img[src]' ) ) . map ( ( elem ) => {
@@ -143,7 +143,7 @@ test<FixtureTestContext>('linked static resources are placed in correct place in
143
143
...Array . from ( document ( 'script[src]' ) ) . map ( ( elem ) => {
144
144
return elem . attribs . src
145
145
} ) ,
146
- ...Array . from ( document ( 'link[href]' ) ) . map ( ( elem ) => {
146
+ ...Array . from ( document ( 'link[href]:not([rel="expect"]) ' ) ) . map ( ( elem ) => {
147
147
return elem . attribs . href
148
148
} ) ,
149
149
...Array . from ( document ( 'img[src]' ) ) . map ( ( elem ) => {
You can’t perform that action at this time.
0 commit comments