blob: f23fb13cd26245410dcdf369691909306c9757ce [file] [log] [blame]
This is a testharness.js-based test.
PASS SVG Geometry Properties: getComputedStyle().width, <rect> initial
PASS SVG Geometry Properties: getComputedStyle().width, <rect> presentation attribute
PASS SVG Geometry Properties: getComputedStyle().width, <rect> inline style (percentage)
PASS SVG Geometry Properties: getComputedStyle().width, <rect> inline style (auto)
PASS SVG Geometry Properties: getComputedStyle().width, <rect> inline style (pixels)
PASS SVG Geometry Properties: getComputedStyle().width, <rect> inline style but "display: none"
PASS SVG Geometry Properties: getComputedStyle().width, <image> initial
PASS SVG Geometry Properties: getComputedStyle().width, <image> presentation attribute
PASS SVG Geometry Properties: getComputedStyle().width, <image> inline style (percentage)
PASS SVG Geometry Properties: getComputedStyle().width, <image> inline style (auto)
PASS SVG Geometry Properties: getComputedStyle().width, <image> inline style (pixels)
PASS SVG Geometry Properties: getComputedStyle().width, <image> inline style but "display: none"
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> initial
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> presentation attribute
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (percentage)
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (auto)
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (pixels)
PASS SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style but "display: none"
FAIL SVG Geometry Properties: getComputedStyle().width, <svg> initial assert_equals: initial expected "200px" but got "auto"
FAIL SVG Geometry Properties: getComputedStyle().width, <svg> presentation attribute assert_equals: presentation attribute expected "100px" but got "auto"
FAIL SVG Geometry Properties: getComputedStyle().width, <svg> inline style (auto) assert_equals: inline style (auto) expected "200px" but got "auto"
PASS SVG Geometry Properties: getComputedStyle().width, <svg> inline style (pixels)
FAIL SVG Geometry Properties: getComputedStyle().width, <svg> inline style (percentage) assert_equals: inline style (percentage) expected "100px" but got "50%"
PASS SVG Geometry Properties: getComputedStyle().width, <svg> inline style but "display: none"
PASS SVG Geometry Properties: getComputedStyle().width, <g> initial
PASS SVG Geometry Properties: getComputedStyle().width, <g> initial (with dummy attribute)
PASS SVG Geometry Properties: getComputedStyle().width, <g> inline style (percentage)
PASS SVG Geometry Properties: getComputedStyle().width, <g> inline style (auto)
PASS SVG Geometry Properties: getComputedStyle().width, <g> inline style (pixels)
PASS SVG Geometry Properties: getComputedStyle().width, <text> initial
PASS SVG Geometry Properties: getComputedStyle().width, <text> initial (with dummy attribute)
PASS SVG Geometry Properties: getComputedStyle().width, <text> inline style (percentage)
PASS SVG Geometry Properties: getComputedStyle().width, <text> inline style (auto)
PASS SVG Geometry Properties: getComputedStyle().width, <text> inline style (pixels)
Harness: the test ran to completion.