• Robert Knight's avatar
    Fix test failure in Chrome caused by lack of isolation between tests · d98aff1a
    Robert Knight authored
    A `<link>` tag with a relative URL from a previous test was causing
    problems in Chrome when testing the behavior of `Document#uri` in
    documents with a non-HTTP/file `<base>`.
    
    That is an edge case which we may want to cover at some point, but the
    more significant issue is that the `Document#uri` tests were not
    isolated from the earlier ones. Modify the `createDoc` helper so that it
    uses a blank HTML document instead of using the global `document`
    object.
    d98aff1a
Name
Last commit
Last update
..
anchoring Loading commit data...
config Loading commit data...
highlighter Loading commit data...
plugin Loading commit data...
test Loading commit data...
util Loading commit data...
vendor Loading commit data...
.eslintrc.js Loading commit data...
adder.html Loading commit data...
adder.js Loading commit data...
annotation-counts.js Loading commit data...
annotation-sync.js Loading commit data...
delegator.coffee Loading commit data...
features.js Loading commit data...
frame-observer.js Loading commit data...
guest.coffee Loading commit data...
host.coffee Loading commit data...
index.js Loading commit data...
pdf-sidebar.coffee Loading commit data...
pdfjs-rendering-states.js Loading commit data...
plugin.coffee Loading commit data...
range-util.js Loading commit data...
selections.js Loading commit data...
sidebar-trigger.js Loading commit data...
sidebar.coffee Loading commit data...