Bug 200423

Summary: Wrong SVG intrinsic width when removing the height attribute and setting the viewBox attribute
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 200143    
Attachments:
Description Flags
test case none

Description Said Abou-Hallawa 2019-08-03 18:41:43 PDT
Created attachment 375493 [details]
test case

Open the attached test case.

Expected: No alert messages and child <rect> element fills the whole SVG client rect.
Result: An alert message is invoked and the intrinsic with of the SVG is wrong.

Related WPT test is: https://wpt.fyi/results/svg/coordinate-systems/outer-svg-intrinsic-size-001.html?label=master&label=experimental
Comment 1 Said Abou-Hallawa 2019-08-03 18:47:55 PDT
Similarly, the SVG intrinsic height is not calculated correctly if the width attribute is removed and the viewBox attribute is set.

Related WPT test is: https://wpt.fyi/results/svg/coordinate-systems/outer-svg-intrinsic-size-002.html?label=master&label=experimental