haikuwebkit/LayoutTests/fast/css/hexColor-isDigit-assert.html

16 lines
664 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<style>
div { color: #; }
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>If this does not assert the test has passed. (rdar://problem/5492141)</p>
<div>This is the div that is being tested.</div>
</body>
</html>