Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Invalid descriptor value in @location body</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
@location --loc {
pathname: "/foo/");
pathname:;
pathname: --loc;
pathname: yellow;
}
</style>