There was an error while loading. Please reload this page.
1 parent 1d03a5f commit eb00650Copy full SHA for eb00650
1 file changed
tests/cases/zindex/z-index11.html
@@ -31,14 +31,14 @@
31
</head>
32
<body>
33
<div id="div1">
34
- <h1>Division Element #1</h1>
+ <h1>Div Element #1</h1>
35
<code>position: relative;</code>
36
<div id="div2">
37
- <h1>Division Element #2</h1>
+ <h1>Div Element #2</h1>
38
<code>position: static;</code>
39
<div id="div3">
40
<div>
41
- <h1>Division Element #3</h1>
+ <h1>Div Element #3</h1>
42
<code>float: left;</code>
43
</div>
44
0 commit comments