Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Apr 2, 2018
1 parent f7672da commit fb741ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/resolveurl.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved');
assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved');
document.body.removeChild(el);
}
};

test('Urls in styles and attributes', testStylesAndAttributes('p-r', 'sub'));

Expand Down

0 comments on commit fb741ee

Please sign in to comment.