Skip to content

Commit dd7468c

Browse files
committed
use solid border in z-index tests
1 parent eb00650 commit dd7468c

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

tests/cases/zindex/z-index10.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
font-weight: bold;
2626
}
2727
#div1, #div2 {
28-
border: 1px dashed #696;
28+
border: 1px solid #696;
2929
padding: 10px;
3030
background-color: #cfc;
3131
}
@@ -43,12 +43,12 @@
4343
top: 40px;
4444
left: 180px;
4545
width: 330px;
46-
border: 1px dashed #900;
46+
border: 1px solid #900;
4747
background-color: #fdd;
4848
padding: 40px 20px 20px;
4949
}
5050
#div4, #div5 {
51-
border: 1px dashed #996;
51+
border: 1px solid #996;
5252
background-color: #ffc;
5353
}
5454
#div4 {
@@ -68,7 +68,7 @@
6868
left: 180px;
6969
width: 150px;
7070
height: 125px;
71-
border: 1px dashed #009;
71+
border: 1px solid #009;
7272
padding-top: 125px;
7373
background-color: #ddf;
7474
text-align: center;

tests/cases/zindex/z-index4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
width: 250px;
1010
height: 70px;
1111
position: relative;
12-
border: 2px outset #669966;
12+
border: 2px solid #669966;
1313
background-color: #ccffcc;
1414
padding-left: 5px;
1515
}

tests/cases/zindex/z-index7.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#normdiv {
1717
height: 70px;
18-
border: 1px dashed #999966;
18+
border: 1px solid #999966;
1919
background-color: #ffffcc;
2020
margin: 0px 50px 0px 50px;
2121
text-align: center;
@@ -26,7 +26,7 @@
2626
height: 100px;
2727
position: relative;
2828
top: 30px;
29-
border: 1px dashed #669966;
29+
border: 1px solid #669966;
3030
background-color: #ccffcc;
3131
margin: 0px 50px 0px 50px;
3232
text-align: center;
@@ -38,7 +38,7 @@
3838
position: relative;
3939
top: 15px;
4040
left: 20px;
41-
border: 1px dashed #669966;
41+
border: 1px solid #669966;
4242
background-color: #ccffcc;
4343
margin: 0px 50px 0px 50px;
4444
text-align: center;
@@ -51,7 +51,7 @@
5151
height: 350px;
5252
top: 10px;
5353
left: 10px;
54-
border: 1px dashed #990000;
54+
border: 1px solid #990000;
5555
background-color: #ffdddd;
5656
text-align: center;
5757
}
@@ -63,7 +63,7 @@
6363
height: 350px;
6464
top: 10px;
6565
right: 10px;
66-
border: 1px dashed #990000;
66+
border: 1px solid #990000;
6767
background-color: #ffdddd;
6868
text-align: center;
6969
}

tests/cases/zindex/z-index8.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
height: 200px;
2121
top: 10px;
2222
right: 140px;
23-
border: 1px dashed #990000;
23+
border: 1px solid #990000;
2424
background-color: #ffdddd;
2525
text-align: center;
2626
}
2727

2828
#normdiv {
2929
/*opacity: 0.7;*/
3030
height: 100px;
31-
border: 1px dashed #999966;
31+
border: 1px solid #999966;
3232
background-color: #ffffcc;
3333
margin: 0px 10px 0px 10px;
3434
text-align: left;
@@ -40,7 +40,7 @@
4040
float: left;
4141
width: 150px;
4242
height: 200px;
43-
border: 1px dashed #009900;
43+
border: 1px solid #009900;
4444
background-color: #ccffcc;
4545
text-align: center;
4646
}
@@ -51,7 +51,7 @@
5151
float: right;
5252
width: 150px;
5353
height: 200px;
54-
border: 1px dashed #009900;
54+
border: 1px solid #009900;
5555
background-color: #ccffcc;
5656
text-align: center;
5757
}
@@ -63,7 +63,7 @@
6363
height: 100px;
6464
top: 130px;
6565
left: 100px;
66-
border: 1px dashed #990000;
66+
border: 1px solid #990000;
6767
background-color: #ffdddd;
6868
text-align: center;
6969
}

tests/cases/zindex/z-index9.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#normdiv {
1717
z-index: 8;
1818
height: 70px;
19-
border: 1px dashed #999966;
19+
border: 1px solid #999966;
2020
background-color: #ffffcc;
2121
margin: 0px 50px 0px 50px;
2222
text-align: center;
@@ -27,7 +27,7 @@
2727
height: 100px;
2828
position: relative;
2929
top: 30px;
30-
border: 1px dashed #669966;
30+
border: 1px solid #669966;
3131
background-color: #ccffcc;
3232
margin: 0px 50px 0px 50px;
3333
text-align: center;
@@ -39,7 +39,7 @@
3939
position: relative;
4040
top: 15px;
4141
left: 20px;
42-
border: 1px dashed #669966;
42+
border: 1px solid #669966;
4343
background-color: #ccffcc;
4444
margin: 0px 50px 0px 50px;
4545
text-align: center;
@@ -52,7 +52,7 @@
5252
height: 350px;
5353
top: 10px;
5454
left: 10px;
55-
border: 1px dashed #990000;
55+
border: 1px solid #990000;
5656
background-color: #ffdddd;
5757
text-align: center;
5858
}
@@ -64,7 +64,7 @@
6464
height: 350px;
6565
top: 10px;
6666
right: 10px;
67-
border: 1px dashed #990000;
67+
border: 1px solid #990000;
6868
background-color: #ffdddd;
6969
text-align: center;
7070
}

0 commit comments

Comments
 (0)