Bug 36284

Summary: CSS3 negative border-width test fails
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
URL: http://samples.msdn.microsoft.com/ietestcenter/domstyle/negativeBorderWidth.htm
Attachments:
Description Flags
Patch simon.fraser: review+

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.