chromium/third_party/blink/web_tests/fast/css-generated-content/reset-content-to-initial.html

<html>
<head>
    <title>Test HTML Page</title>
    <style type="text/css">
        dfn { content: "text"; content: initial; }
    </style>
    <script type="text/javascript">
        if (window.testRunner)
            testRunner.dumpAsText();
    </script>
</head>
<body>
    <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=12061">bug 12061</a>.</p>
    <p>PASS: If this doesn't crash, the test has succeeded.</p>
    <dfn>dfn</dfn>
</body>
</html>