Normalize more tests

This commit is contained in:
MoyuScript
2017-08-11 22:22:39 +08:00
parent 8adf7f8521
commit 722e907f40
54 changed files with 1605 additions and 1554 deletions

View File

@@ -4,7 +4,7 @@
<html>
<head>
<!-- https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Understanding_z_index/The_stacking_context?redirectlocale=en-US&redirectslug=CSS%2FUnderstanding_z-index%2FThe_stacking_context
-->
-->
<title>Understanding CSS z-index: The Stacking Context: Example Source</title>
<script type="text/javascript" src="../../test.js"></script>
@@ -73,6 +73,9 @@
background-color: #ddf;
text-align: center;
}
code {
font-family: monospace;
}
</style>
</head>
@@ -107,7 +110,7 @@
<code>position: relative;<br/>
z-index: 1;</code>
</div>
<div id="div6">
<h1>Division Element #6</h1>
<code>position: absolute;<br/>
@@ -117,4 +120,4 @@
</div>
</body>
</html>
</html>