Remove WA for borders ref test

The borders_a.html ref test had a WA to avoid displaying a spurious
black pixel at (0,0). Details are at
https://github.com/servo/servo/issues/2879

The WA can be removed since the bug is no longer reproducible.
This commit is contained in:
Bryan Bell 2015-02-27 00:40:53 -08:00
parent 8ad3c5aeb6
commit 0f407804fe

View file

@ -2,9 +2,6 @@
<html>
<head>
<style>
html {
background-color: white;
}
#none{
border-style: none;
border-width: 10px;