blob: 685a4499e53747c989e2e0c08d3b494e97937811 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/get-host-info.js"></script>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
if (window.location.origin != get_host_info().UNAUTHENTICATED_ORIGIN) {
window.location = get_host_info().UNAUTHENTICATED_ORIGIN + window.location.pathname;
} else {
test(function() {
assert_false(CSS.supports('background', 'paint(foo)'));
assert_false(CSS.supports('content', 'paint(foo)'));
assert_false(CSS.supports('border-source-image: paint(foo);'));
});
}
</script>