We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7672da commit fb741eeCopy full SHA for fb741ee
1 file changed
test/unit/resolveurl.html
@@ -78,7 +78,7 @@
78
assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved');
79
assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved');
80
document.body.removeChild(el);
81
- }
+ };
82
83
test('Urls in styles and attributes', testStylesAndAttributes('p-r', 'sub'));
84
0 commit comments