Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -17,7 +17,7 @@
width: 360px;
}
.multicol-basic-ref{
.multicol-basic-ref{
background: yellow;
width: 360px;
border-spacing: 0;
@ -35,7 +35,7 @@
border-spacing: 0;
border-collapse: collapse;
display: inline;
border: none;
border: none;
}
.item-1{
@ -55,7 +55,7 @@
</style>
</head>
<body>
<p>Test passes if there are three vertical stripes in the yellow box below: 1st purple, 2nd orange, 3rd blue.</p>
<p>Test passes if there are three vertical stripes in the yellow box below: 1st purple, 2nd orange, 3rd blue.</p>
<div class="multicol-wrapper">
<table class="multicol-basic-ref">
<tbody><tr>
@ -66,4 +66,5 @@
</tbody></table>
</div>
</body></html>