Skip to content

Content box query includes non-content box sizes #40110

@jdm

Description

@jdm

Testcase:

<!doctype html>
<body>
<img src="https://www.joshmatthews.net/portrait.jpg" style="margin: 10px; padding: 10px; border: 10px solid; height: 10px; width:10px">
<script>console.log(document.body.firstElementChild.width)</script>

In Firefox this prints "10" as expected. In Servo it prints "70".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions