chromium/third_party/blink/web_tests/fast/dom/SelectorAPI/id-fastpath-almost-strict.html

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>This tests that the querySelector and querySelectorAll fast path for IDs in almost strict mode.</title>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
</head>
<body>
<script src="resources/id-fastpath-almost-strict.js"></script>
</body>
</html>