[Webkit-unassigned] [Bug 14975] Computed size for padding is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 12:51:17 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=14975


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15982|0                           |1
        is obsolete|                            |
  Attachment #18506|0                           |1
        is obsolete|                            |




------- Comment #10 from eric at webkit.org  2008-01-17 12:51 PDT -------
Created an attachment (id=18507)
 --> (http://bugs.webkit.org/attachment.cgi?id=18507&action=view)
better test case (place in fast/css to run)

Results from this test case:

Opera 9:
PASS window.getComputedStyle(test0, null).paddingTop is "0px"
PASS window.getComputedStyle(test1, null).paddingTop is "10px"
PASS window.getComputedStyle(test2, null).paddingTop is "10px"
PASS window.getComputedStyle(test3, null).paddingTop is "10px"
PASS window.getComputedStyle(test4, null).paddingTop is "10px"
PASS window.getComputedStyle(test5, null).paddingTop is "10px"
PASS window.getComputedStyle(test6, null).paddingTop is "10px"
PASS window.getComputedStyle(test7, null).paddingTop is "10px"
PASS successfullyParsed is true

TEST COMPLETE

FF3b2:
PASS window.getComputedStyle(test0, null).paddingTop is "0px"
PASS window.getComputedStyle(test1, null).paddingTop is "10px"
PASS window.getComputedStyle(test2, null).paddingTop is "10px"
PASS window.getComputedStyle(test3, null).paddingTop is "10px"
PASS window.getComputedStyle(test4, null).paddingTop is "10px"
PASS window.getComputedStyle(test5, null).paddingTop is "10px"
FAIL window.getComputedStyle(test6, null).paddingTop should be 10px. Was 0px.
FAIL window.getComputedStyle(test7, null).paddingTop should be 10px. Was 0px.
PASS successfullyParsed is true

TEST COMPLETE

Safari3:
FAIL window.getComputedStyle(test0, null).paddingTop should be 0px. Was auto.
PASS window.getComputedStyle(test1, null).paddingTop is "10px"
PASS window.getComputedStyle(test2, null).paddingTop is "10px"
FAIL window.getComputedStyle(test3, null).paddingTop should be 10px. Was auto.
PASS window.getComputedStyle(test4, null).paddingTop is "10px"
PASS window.getComputedStyle(test5, null).paddingTop is "10px"
FAIL window.getComputedStyle(test6, null).paddingTop should be 10px. Was 10%.
FAIL window.getComputedStyle(test7, null).paddingTop should be 10px. Was 10%.
PASS successfullyParsed is true

TEST COMPLETE


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list