Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-navigation/crashtests/invalid-location-descriptor-value.html - WPT Dashboard Interop Dashboard
<!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>