chromium/third_party/blink/web_tests/fast/css/dashboard-regions-attr-crash.html

<html>
<head>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
</head>
<body>
<p>Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=8469">http://bugs.webkit.org/show_bug.cgi?id=8469</a> CRASH: WebCore::CSSParser::parseDashboardRegions when attr() is passed</i>.</p>
<p>If the test passes it won't crash</p> 
<br style="-webkit-dashboard-region: dashboard-region("a");">
<table style="-webkit-dashboard-region: attr("a");">
</body>
</html>