mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 256b4685b8e702c14ed854347f23f4979edbfc8e
This commit is contained in:
parent
bac9903fbe
commit
45c91aa0cb
134 changed files with 1297 additions and 426 deletions
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<title>Reference: Thin elements should paint even at small size</title>
|
||||
<link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
.disappearing-border {
|
||||
height:1px;
|
||||
width:100%;
|
||||
border-top:1px solid black;
|
||||
}
|
||||
|
||||
.disappearing-box {
|
||||
height:1px;
|
||||
width:100%;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="disappearing-border"></div>
|
||||
<div style="height:6.5px;"></div>
|
||||
<div class="disappearing-box"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue