Closed Bug 813950 Opened 12 years ago Closed 12 years ago

dark borders around borders

Categories

(Core :: Graphics, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 644104

People

(Reporter: paul, Unassigned)

Details

This code:

<!DOCTYPE html>

<meta charset=utf-8 />

<style>
#v {
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 200px;
  background: #fff;
  width: 0;
  height: 0;
}
</style>

<div id="v"></div>

Generates this: http://i.imgur.com/EnlEg.png

(live on jsbin: http://jsbin.com/ozimuc/3/edit)

I don't think we should see these diagonal grey lines.
Apparently, this can't be reproduced on Mac. But it can be reproduce on Linux and Windows.
Dupe of bug 644104?
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.