Skip to content

Commit d09df7b

Browse files
authored
bypass block: remove duplicate test case (#1840)
This test case is identical to passed example 2.
1 parent 4f9a1c3 commit d09df7b

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

_rules/bypass-blocks-cf77f2.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -464,34 +464,6 @@ This [HTML web page][] is passing rule [_Document has an instrument to move focu
464464
</html>
465465
```
466466

467-
#### Passed Example 13
468-
469-
This [HTML web page][] is passing rule [_Document has heading for non-repeated content_][document has heading for main]. Note that it arguably does not pass [Technique H69: Providing heading elements at the beginning of each section of content][tech h69] because the `nav` element can be considered as a section of content and does not start with a heading.
470-
471-
```html
472-
<html>
473-
<head>
474-
<title>The Three Kingdoms, Chapter 1</title>
475-
</head>
476-
<body>
477-
<nav id="chapters-navigation">
478-
<ol>
479-
<li><a>Chapter 1</a></li>
480-
<li><a href="/test-assets/bypass-blocks-cf77f2/chapter2.html">Chapter 2</a></li>
481-
</ol>
482-
</nav>
483-
484-
<div id="main">
485-
<h1>Three Heroes Swear Brotherhood at a Feast in the Peach Garden</h1>
486-
<p>
487-
Unity succeeds division and division follows unity. One is bound to be replaced by the other after a long span
488-
of time.
489-
</p>
490-
</div>
491-
</body>
492-
</html>
493-
```
494-
495467
### Failed
496468

497469
#### Failed Example 1

0 commit comments

Comments
 (0)