Skip to content

Commit 4d69875

Browse files
committed
[TASK] Test that the default role is not influenced by the defaultRole directive of other files
1 parent 5345d96 commit 4d69875

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>Some File</title>
5+
6+
</head>
7+
<body>
8+
<div class="section" id="some-file">
9+
<h1>Some File</h1>
10+
11+
<p>The <code>default</code> role is applied by the standard, changes from another document are not applied.</p>
12+
</div>
13+
14+
</body>
15+
</html>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Some File
2+
==========
3+
4+
The `default` role is applied by the standard, changes from another document are not applied.

0 commit comments

Comments
 (0)