Bug 36284 - CSS3 negative border-width test fails
Summary: CSS3 negative border-width test fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL: http://samples.msdn.microsoft.com/iet...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 20:38 PDT by Simon Fraser (smfr)
Modified: 2010-03-18 09:50 PDT (History)
0 users

See Also:


Attachments
Patch (2.77 KB, patch)
2010-03-18 09:45 PDT, Dave Hyatt
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-03-17 20:38:18 PDT
This test fails:
http://samples.msdn.microsoft.com/ietestcenter/domstyle/negativeBorderWidth.htm
Comment 1 Dave Hyatt 2010-03-18 09:45:43 PDT
Created attachment 51036 [details]
Patch
Comment 2 Simon Fraser (smfr) 2010-03-18 09:47:12 PDT
Comment on attachment 51036 [details]
Patch

> Index: LayoutTests/fast/borders/negative-border-width.html
> ===================================================================
> --- LayoutTests/fast/borders/negative-border-width.html	(revision 0)
> +++ LayoutTests/fast/borders/negative-border-width.html	(revision 0)
> @@ -0,0 +1,28 @@
> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Garbage there.

> +</html>
> \ No newline at end of file

Fix that?

r=me
Comment 3 Dave Hyatt 2010-03-18 09:50:20 PDT
Fixed in r56167.