[Webkit-unassigned] [Bug 148877] New: Computed width and height of an object element with width and height attributes should not be auto

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 4 19:57:14 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148877

            Bug ID: 148877
           Summary: Computed width and height of an object element with
                    width and height attributes should not be auto
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com, dino at apple.com,
                    webkit-bug-importer at group.apple.com

The width and the height in the computed style of an object element should not be "auto"
if the element has width and height explicitly specified by attributes.

e.g. if we had

<object id="obj1" data="blue.html" name="o" height="50" width="100"></object>

getComputedStyle(obj1, null)["width"] should be "100px", not "auto".

This bug was found by the newly added test:
LayoutTests/http/tests/w3c/html/semantics/embedded-content/the-object-element/object-attributes.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150905/566c789e/attachment.html>


More information about the webkit-unassigned mailing list