auto merge of #5087 : bjwbell/servo/remove-borders-test-wa, r=jdm

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:
bors-servo 2015-02-27 07:57:56 -07:00
commit e4d607e537

View file

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