Bug 48594
Summary: | HTML5 Conformance Test failure: approved/xhtml5/img_border_percent.xhtml | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | mihnea, vswap65 |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://test.w3.org/html/tests/approved/xhtml5/img_border_percent.xhtml | ||
Bug Depends on: | |||
Bug Blocks: | 48575 |
David Kilzer (:ddkilzer)
The approved/xhtml5/img_border_percent.xhtml test fails with WebKit nightly build r70732 run in Safari 5.0.x.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Swapna P
As per the HTML Spec http://www.w3schools.com/tags/att_img_border.asp, an image border can have only pixel value, It does not support % value. Therefore it is not a valid test case.
When defining border as pixels, ApplyPropertyWidth::applyValue() is called while for border percentage, ApplyPropertyDefault::applyValue() is called.
As this seems to be an invalid test case, we should close this issue.
Mihnea Ovidenie
This is a duplicate a bug 20226, that was solved in http://trac.webkit.org/changeset/91601.
Mihnea Ovidenie
*** This bug has been marked as a duplicate of bug 20226 ***