Skip to content

Commit eb00650

Browse files
committed
fix text
1 parent 1d03a5f commit eb00650

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/cases/zindex/z-index11.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
</head>
3232
<body>
3333
<div id="div1">
34-
<h1>Division Element #1</h1>
34+
<h1>Div Element #1</h1>
3535
<code>position: relative;</code>
3636
<div id="div2">
37-
<h1>Division Element #2</h1>
37+
<h1>Div Element #2</h1>
3838
<code>position: static;</code>
3939
<div id="div3">
4040
<div>
41-
<h1>Division Element #3</h1>
41+
<h1>Div Element #3</h1>
4242
<code>float: left;</code>
4343
</div>
4444
</div>

0 commit comments

Comments
 (0)