Summary

Harness status: OK

Found 1720 tests

Details

ResultTest NameMessage
Pass<hr width="200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="1007"> mapping to <hr> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" 00523 "> mapping to <hr> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200.25"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200.7"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200."> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200in"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200.25in"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200 %"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200 abc"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200%"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200%abc"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200.25%"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="200.%"> mapping to <hr> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="20.25e2"> mapping to <hr> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="20.25E2"> mapping to <hr> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="0"> mapping to <hr> width propertyassert_equals: expected "0px" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:216:5
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="0%"> mapping to <hr> width propertyassert_equals: expected "0%" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:216:5
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="0px"> mapping to <hr> width propertyassert_equals: expected "0px" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:216:5
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="-0"> mapping to <hr> width propertyassert_equals: expected "auto" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:224:5
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="-0%"> mapping to <hr> width propertyassert_equals: expected "auto" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:224:5
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="-200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="-200px"> mapping to <hr> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" -200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="+-200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="-+200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="-200%"> mapping to <hr> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="+200"> mapping to <hr> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" +200in "> mapping to <hr> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" +200.25in "> mapping to <hr> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="+200%"> mapping to <hr> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" +200.25% "> mapping to <hr> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=" +200.25%abc"> mapping to <hr> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="+0"> mapping to <hr> width propertyassert_equals: expected "auto" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:224:5
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Fail<hr width="+0%"> mapping to <hr> width propertyassert_equals: expected "auto" but got "1px"
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:210:7)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at runTest (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:197:5)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/html/rendering/dimension-attributes.html:224:5
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Fail
assert_equals("1px", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width="."> mapping to <hr> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=".%"> mapping to <hr> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=".x"> mapping to <hr> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=".5"> mapping to <hr> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<hr width=".5%"> mapping to <hr> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="1007"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" 00523 "> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200.25"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200.7"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200."> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200in"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200.25in"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200 %"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200 abc"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200%abc"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200.25%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="200.%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="20.25e2"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="20.25E2"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="0"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="0%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="0px"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-0"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-0%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-200px"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" -200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="+-200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-+200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="-200%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="+200"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" +200in "> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" +200.25in "> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="+200%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" +200.25% "> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=" +200.25%abc"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="+0"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="+0%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width="."> mapping to <iframe> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=".%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=".x"> mapping to <iframe> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=".5"> mapping to <iframe> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe width=".5%"> mapping to <iframe> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="1007"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" 00523 "> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200.25"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200.7"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200."> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200in"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200.25in"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200 %"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200 abc"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200%abc"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200.25%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="200.%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="20.25e2"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="20.25E2"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="0"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="0%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="0px"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-0"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-0%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-200px"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" -200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="+-200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-+200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="-200%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="+200"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" +200in "> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" +200.25in "> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="+200%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" +200.25% "> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=" +200.25%abc"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="+0"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="+0%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height="."> mapping to <iframe> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=".%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=".x"> mapping to <iframe> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=".5"> mapping to <iframe> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<iframe height=".5%"> mapping to <iframe> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200"> mapping to <input> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="1007"> mapping to <input> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" 00523 "> mapping to <input> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200.25"> mapping to <input> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200.7"> mapping to <input> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200."> mapping to <input> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200in"> mapping to <input> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200.25in"> mapping to <input> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200 %"> mapping to <input> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200 abc"> mapping to <input> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200%"> mapping to <input> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200%abc"> mapping to <input> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200.25%"> mapping to <input> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="200.%"> mapping to <input> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="20.25e2"> mapping to <input> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="20.25E2"> mapping to <input> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="0"> mapping to <input> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="0%"> mapping to <input> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="0px"> mapping to <input> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-0"> mapping to <input> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-0%"> mapping to <input> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-200"> mapping to <input> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-200px"> mapping to <input> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" -200"> mapping to <input> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="+-200"> mapping to <input> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-+200"> mapping to <input> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="-200%"> mapping to <input> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="+200"> mapping to <input> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" +200in "> mapping to <input> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" +200.25in "> mapping to <input> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="+200%"> mapping to <input> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" +200.25% "> mapping to <input> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=" +200.25%abc"> mapping to <input> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="+0"> mapping to <input> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="+0%"> mapping to <input> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width="."> mapping to <input> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=".%"> mapping to <input> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=".x"> mapping to <input> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=".5"> mapping to <input> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input width=".5%"> mapping to <input> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200"> mapping to <input> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="1007"> mapping to <input> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" 00523 "> mapping to <input> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200.25"> mapping to <input> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200.7"> mapping to <input> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200."> mapping to <input> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200in"> mapping to <input> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200.25in"> mapping to <input> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200 %"> mapping to <input> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200 abc"> mapping to <input> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200%"> mapping to <input> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200%abc"> mapping to <input> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200.25%"> mapping to <input> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="200.%"> mapping to <input> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="20.25e2"> mapping to <input> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="20.25E2"> mapping to <input> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="0"> mapping to <input> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="0%"> mapping to <input> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="0px"> mapping to <input> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-0"> mapping to <input> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-0%"> mapping to <input> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-200"> mapping to <input> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-200px"> mapping to <input> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" -200"> mapping to <input> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="+-200"> mapping to <input> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-+200"> mapping to <input> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="-200%"> mapping to <input> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="+200"> mapping to <input> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" +200in "> mapping to <input> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" +200.25in "> mapping to <input> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="+200%"> mapping to <input> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" +200.25% "> mapping to <input> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=" +200.25%abc"> mapping to <input> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="+0"> mapping to <input> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="+0%"> mapping to <input> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height="."> mapping to <input> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=".%"> mapping to <input> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=".x"> mapping to <input> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=".5"> mapping to <input> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input height=".5%"> mapping to <input> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="1007"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" 00523 "> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200.25"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200.7"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200."> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200in"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200.25in"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200 %"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200 abc"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200%abc"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200.25%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="200.%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="20.25e2"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="20.25E2"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="0"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="0%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="0px"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-0"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-0%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-200px"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" -200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="+-200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-+200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="-200%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="+200"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" +200in "> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" +200.25in "> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="+200%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" +200.25% "> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=" +200.25%abc"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="+0"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="+0%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width="."> mapping to <marquee> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=".%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=".x"> mapping to <marquee> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=".5"> mapping to <marquee> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee width=".5%"> mapping to <marquee> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("-webkit-fill-available", "-webkit-fill-available")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="1007"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" 00523 "> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200.25"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200.7"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200."> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200in"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200.25in"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200 %"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200 abc"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200%abc"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200.25%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="200.%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="20.25e2"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="20.25E2"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="0"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="0%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="0px"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-0"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-0%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-200px"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" -200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="+-200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-+200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="-200%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="+200"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" +200in "> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" +200.25in "> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="+200%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" +200.25% "> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=" +200.25%abc"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="+0"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="+0%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height="."> mapping to <marquee> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=".%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=".x"> mapping to <marquee> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=".5"> mapping to <marquee> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee height=".5%"> mapping to <marquee> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200"> mapping to <video> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="1007"> mapping to <video> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" 00523 "> mapping to <video> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200.25"> mapping to <video> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200.7"> mapping to <video> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200."> mapping to <video> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200in"> mapping to <video> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200.25in"> mapping to <video> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200 %"> mapping to <video> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200 abc"> mapping to <video> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200%"> mapping to <video> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200%abc"> mapping to <video> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200.25%"> mapping to <video> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="200.%"> mapping to <video> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="20.25e2"> mapping to <video> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="20.25E2"> mapping to <video> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="0"> mapping to <video> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="0%"> mapping to <video> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="0px"> mapping to <video> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-0"> mapping to <video> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-0%"> mapping to <video> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-200"> mapping to <video> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-200px"> mapping to <video> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" -200"> mapping to <video> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="+-200"> mapping to <video> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-+200"> mapping to <video> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="-200%"> mapping to <video> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="+200"> mapping to <video> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" +200in "> mapping to <video> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" +200.25in "> mapping to <video> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="+200%"> mapping to <video> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" +200.25% "> mapping to <video> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=" +200.25%abc"> mapping to <video> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="+0"> mapping to <video> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="+0%"> mapping to <video> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width="."> mapping to <video> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=".%"> mapping to <video> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=".x"> mapping to <video> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=".5"> mapping to <video> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video width=".5%"> mapping to <video> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200"> mapping to <video> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="1007"> mapping to <video> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" 00523 "> mapping to <video> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200.25"> mapping to <video> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200.7"> mapping to <video> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200."> mapping to <video> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200in"> mapping to <video> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200.25in"> mapping to <video> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200 %"> mapping to <video> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200 abc"> mapping to <video> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200%"> mapping to <video> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200%abc"> mapping to <video> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200.25%"> mapping to <video> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="200.%"> mapping to <video> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="20.25e2"> mapping to <video> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="20.25E2"> mapping to <video> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="0"> mapping to <video> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="0%"> mapping to <video> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="0px"> mapping to <video> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-0"> mapping to <video> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-0%"> mapping to <video> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-200"> mapping to <video> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-200px"> mapping to <video> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" -200"> mapping to <video> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="+-200"> mapping to <video> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-+200"> mapping to <video> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="-200%"> mapping to <video> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="+200"> mapping to <video> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" +200in "> mapping to <video> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" +200.25in "> mapping to <video> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="+200%"> mapping to <video> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" +200.25% "> mapping to <video> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=" +200.25%abc"> mapping to <video> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="+0"> mapping to <video> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="+0%"> mapping to <video> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height="."> mapping to <video> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=".%"> mapping to <video> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=".x"> mapping to <video> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=".5"> mapping to <video> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<video height=".5%"> mapping to <video> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200"> mapping to <object> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="1007"> mapping to <object> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" 00523 "> mapping to <object> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200.25"> mapping to <object> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200.7"> mapping to <object> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200."> mapping to <object> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200in"> mapping to <object> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200.25in"> mapping to <object> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200 %"> mapping to <object> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200 abc"> mapping to <object> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200%"> mapping to <object> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200%abc"> mapping to <object> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200.25%"> mapping to <object> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="200.%"> mapping to <object> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="20.25e2"> mapping to <object> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="20.25E2"> mapping to <object> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="0"> mapping to <object> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="0%"> mapping to <object> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="0px"> mapping to <object> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-0"> mapping to <object> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-0%"> mapping to <object> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-200"> mapping to <object> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-200px"> mapping to <object> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" -200"> mapping to <object> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="+-200"> mapping to <object> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-+200"> mapping to <object> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="-200%"> mapping to <object> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="+200"> mapping to <object> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" +200in "> mapping to <object> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" +200.25in "> mapping to <object> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="+200%"> mapping to <object> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" +200.25% "> mapping to <object> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=" +200.25%abc"> mapping to <object> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="+0"> mapping to <object> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="+0%"> mapping to <object> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width="."> mapping to <object> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=".%"> mapping to <object> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=".x"> mapping to <object> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=".5"> mapping to <object> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object width=".5%"> mapping to <object> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200"> mapping to <object> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="1007"> mapping to <object> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" 00523 "> mapping to <object> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200.25"> mapping to <object> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200.7"> mapping to <object> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200."> mapping to <object> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200in"> mapping to <object> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200.25in"> mapping to <object> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200 %"> mapping to <object> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200 abc"> mapping to <object> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200%"> mapping to <object> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200%abc"> mapping to <object> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200.25%"> mapping to <object> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="200.%"> mapping to <object> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="20.25e2"> mapping to <object> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="20.25E2"> mapping to <object> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="0"> mapping to <object> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="0%"> mapping to <object> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="0px"> mapping to <object> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-0"> mapping to <object> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-0%"> mapping to <object> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-200"> mapping to <object> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-200px"> mapping to <object> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" -200"> mapping to <object> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="+-200"> mapping to <object> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-+200"> mapping to <object> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="-200%"> mapping to <object> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="+200"> mapping to <object> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" +200in "> mapping to <object> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" +200.25in "> mapping to <object> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="+200%"> mapping to <object> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" +200.25% "> mapping to <object> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=" +200.25%abc"> mapping to <object> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="+0"> mapping to <object> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="+0%"> mapping to <object> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height="."> mapping to <object> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=".%"> mapping to <object> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=".x"> mapping to <object> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=".5"> mapping to <object> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object height=".5%"> mapping to <object> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="1007"> mapping to <embed> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" 00523 "> mapping to <embed> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200.25"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200.7"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200."> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200in"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200.25in"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200 %"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200 abc"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200%abc"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200.25%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="200.%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="20.25e2"> mapping to <embed> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="20.25E2"> mapping to <embed> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="0"> mapping to <embed> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="0%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="0px"> mapping to <embed> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-0"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-0%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-200px"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" -200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="+-200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-+200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="-200%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="+200"> mapping to <embed> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" +200in "> mapping to <embed> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" +200.25in "> mapping to <embed> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="+200%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" +200.25% "> mapping to <embed> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=" +200.25%abc"> mapping to <embed> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="+0"> mapping to <embed> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="+0%"> mapping to <embed> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width="."> mapping to <embed> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=".%"> mapping to <embed> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=".x"> mapping to <embed> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=".5"> mapping to <embed> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed width=".5%"> mapping to <embed> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="1007"> mapping to <embed> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" 00523 "> mapping to <embed> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200.25"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200.7"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200."> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200in"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200.25in"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200 %"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200 abc"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200%abc"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200.25%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="200.%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="20.25e2"> mapping to <embed> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="20.25E2"> mapping to <embed> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="0"> mapping to <embed> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="0%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="0px"> mapping to <embed> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-0"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-0%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-200px"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" -200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="+-200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-+200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="-200%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="+200"> mapping to <embed> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" +200in "> mapping to <embed> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" +200.25in "> mapping to <embed> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="+200%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" +200.25% "> mapping to <embed> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=" +200.25%abc"> mapping to <embed> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="+0"> mapping to <embed> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="+0%"> mapping to <embed> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height="."> mapping to <embed> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=".%"> mapping to <embed> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=".x"> mapping to <embed> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=".5"> mapping to <embed> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed height=".5%"> mapping to <embed> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200"> mapping to <img> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="1007"> mapping to <img> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" 00523 "> mapping to <img> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200.25"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200.7"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200."> mapping to <img> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200in"> mapping to <img> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200.25in"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200 %"> mapping to <img> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200 abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200%abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200.25%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="200.%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="20.25e2"> mapping to <img> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="20.25E2"> mapping to <img> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="0"> mapping to <img> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="0px"> mapping to <img> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-0"> mapping to <img> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-200"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-200px"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" -200"> mapping to <img> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="+-200"> mapping to <img> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-+200"> mapping to <img> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="-200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="+200"> mapping to <img> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" +200in "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" +200.25in "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="+200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" +200.25% "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=" +200.25%abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="+0"> mapping to <img> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="+0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width="."> mapping to <img> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=".%"> mapping to <img> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=".x"> mapping to <img> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=".5"> mapping to <img> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img width=".5%"> mapping to <img> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200"> mapping to <img> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="1007"> mapping to <img> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" 00523 "> mapping to <img> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200.25"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200.7"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200."> mapping to <img> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200in"> mapping to <img> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200.25in"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200 %"> mapping to <img> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200 abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200%abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200.25%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="200.%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="20.25e2"> mapping to <img> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="20.25E2"> mapping to <img> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="0"> mapping to <img> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="0px"> mapping to <img> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-0"> mapping to <img> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-200"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-200px"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" -200"> mapping to <img> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="+-200"> mapping to <img> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-+200"> mapping to <img> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="-200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="+200"> mapping to <img> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" +200in "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" +200.25in "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="+200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" +200.25% "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=" +200.25%abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="+0"> mapping to <img> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="+0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height="."> mapping to <img> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=".%"> mapping to <img> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=".x"> mapping to <img> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=".5"> mapping to <img> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img height=".5%"> mapping to <img> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200"> mapping to <td> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="1007"> mapping to <td> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" 00523 "> mapping to <td> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200.25"> mapping to <td> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200.7"> mapping to <td> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200."> mapping to <td> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200in"> mapping to <td> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200.25in"> mapping to <td> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200 %"> mapping to <td> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200 abc"> mapping to <td> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200%"> mapping to <td> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200%abc"> mapping to <td> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200.25%"> mapping to <td> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="200.%"> mapping to <td> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="20.25e2"> mapping to <td> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="20.25E2"> mapping to <td> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-0"> mapping to <td> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-0%"> mapping to <td> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-200"> mapping to <td> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-200px"> mapping to <td> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" -200"> mapping to <td> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="+-200"> mapping to <td> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-+200"> mapping to <td> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="-200%"> mapping to <td> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="+200"> mapping to <td> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" +200in "> mapping to <td> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" +200.25in "> mapping to <td> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="+200%"> mapping to <td> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" +200.25% "> mapping to <td> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=" +200.25%abc"> mapping to <td> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="+0"> mapping to <td> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="+0%"> mapping to <td> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="."> mapping to <td> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=".%"> mapping to <td> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=".x"> mapping to <td> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=".5"> mapping to <td> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width=".5%"> mapping to <td> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="0"> mapping to <td> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="0%"> mapping to <td> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td width="0px"> mapping to <td> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200"> mapping to <td> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="1007"> mapping to <td> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" 00523 "> mapping to <td> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200.25"> mapping to <td> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200.7"> mapping to <td> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200."> mapping to <td> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200in"> mapping to <td> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200.25in"> mapping to <td> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200 %"> mapping to <td> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200 abc"> mapping to <td> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200%"> mapping to <td> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200%abc"> mapping to <td> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200.25%"> mapping to <td> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="200.%"> mapping to <td> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="20.25e2"> mapping to <td> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="20.25E2"> mapping to <td> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-0"> mapping to <td> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-0%"> mapping to <td> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-200"> mapping to <td> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-200px"> mapping to <td> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" -200"> mapping to <td> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="+-200"> mapping to <td> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-+200"> mapping to <td> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="-200%"> mapping to <td> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="+200"> mapping to <td> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" +200in "> mapping to <td> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" +200.25in "> mapping to <td> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="+200%"> mapping to <td> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" +200.25% "> mapping to <td> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=" +200.25%abc"> mapping to <td> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="+0"> mapping to <td> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="+0%"> mapping to <td> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="."> mapping to <td> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=".%"> mapping to <td> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=".x"> mapping to <td> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=".5"> mapping to <td> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height=".5%"> mapping to <td> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="0"> mapping to <td> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="0%"> mapping to <td> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<td height="0px"> mapping to <td> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200"> mapping to <table> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="1007"> mapping to <table> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" 00523 "> mapping to <table> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200.25"> mapping to <table> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200.7"> mapping to <table> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200."> mapping to <table> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200in"> mapping to <table> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200.25in"> mapping to <table> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200 %"> mapping to <table> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200 abc"> mapping to <table> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200%"> mapping to <table> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200%abc"> mapping to <table> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200.25%"> mapping to <table> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="200.%"> mapping to <table> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="20.25e2"> mapping to <table> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="20.25E2"> mapping to <table> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-0"> mapping to <table> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-0%"> mapping to <table> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-200"> mapping to <table> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-200px"> mapping to <table> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" -200"> mapping to <table> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="+-200"> mapping to <table> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-+200"> mapping to <table> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="-200%"> mapping to <table> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="+200"> mapping to <table> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" +200in "> mapping to <table> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" +200.25in "> mapping to <table> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="+200%"> mapping to <table> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" +200.25% "> mapping to <table> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=" +200.25%abc"> mapping to <table> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="+0"> mapping to <table> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="+0%"> mapping to <table> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="."> mapping to <table> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=".%"> mapping to <table> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=".x"> mapping to <table> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=".5"> mapping to <table> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width=".5%"> mapping to <table> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="0"> mapping to <table> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="0%"> mapping to <table> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table width="0px"> mapping to <table> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200"> mapping to <table> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="1007"> mapping to <table> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" 00523 "> mapping to <table> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200.25"> mapping to <table> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200.7"> mapping to <table> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200."> mapping to <table> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200in"> mapping to <table> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200.25in"> mapping to <table> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200 %"> mapping to <table> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200 abc"> mapping to <table> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200%"> mapping to <table> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200%abc"> mapping to <table> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200.25%"> mapping to <table> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="200.%"> mapping to <table> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="20.25e2"> mapping to <table> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="20.25E2"> mapping to <table> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="0"> mapping to <table> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="0%"> mapping to <table> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="0px"> mapping to <table> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-0"> mapping to <table> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-0%"> mapping to <table> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-200"> mapping to <table> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-200px"> mapping to <table> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" -200"> mapping to <table> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="+-200"> mapping to <table> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-+200"> mapping to <table> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="-200%"> mapping to <table> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="+200"> mapping to <table> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" +200in "> mapping to <table> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" +200.25in "> mapping to <table> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="+200%"> mapping to <table> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" +200.25% "> mapping to <table> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=" +200.25%abc"> mapping to <table> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="+0"> mapping to <table> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="+0%"> mapping to <table> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height="."> mapping to <table> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=".%"> mapping to <table> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=".x"> mapping to <table> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=".5"> mapping to <table> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<table height=".5%"> mapping to <table> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="1007"> mapping to <tr> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" 00523 "> mapping to <tr> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200.25"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200.7"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200."> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200in"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200.25in"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200 %"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200 abc"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200%abc"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200.25%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="200.%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="20.25e2"> mapping to <tr> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="20.25E2"> mapping to <tr> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="0"> mapping to <tr> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="0%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="0px"> mapping to <tr> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-0"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-0%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-200px"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" -200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="+-200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-+200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="-200%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="+200"> mapping to <tr> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" +200in "> mapping to <tr> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" +200.25in "> mapping to <tr> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="+200%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" +200.25% "> mapping to <tr> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=" +200.25%abc"> mapping to <tr> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="+0"> mapping to <tr> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="+0%"> mapping to <tr> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height="."> mapping to <tr> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=".%"> mapping to <tr> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=".x"> mapping to <tr> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=".5"> mapping to <tr> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<tr height=".5%"> mapping to <tr> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200"> mapping to <col> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="1007"> mapping to <col> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" 00523 "> mapping to <col> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200.25"> mapping to <col> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200.7"> mapping to <col> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200."> mapping to <col> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200in"> mapping to <col> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200.25in"> mapping to <col> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200 %"> mapping to <col> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200 abc"> mapping to <col> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200%"> mapping to <col> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200%abc"> mapping to <col> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200.25%"> mapping to <col> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="200.%"> mapping to <col> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="20.25e2"> mapping to <col> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="20.25E2"> mapping to <col> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="0"> mapping to <col> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="0%"> mapping to <col> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="0px"> mapping to <col> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-0"> mapping to <col> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-0%"> mapping to <col> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-200"> mapping to <col> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-200px"> mapping to <col> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" -200"> mapping to <col> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="+-200"> mapping to <col> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-+200"> mapping to <col> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="-200%"> mapping to <col> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="+200"> mapping to <col> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" +200in "> mapping to <col> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" +200.25in "> mapping to <col> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="+200%"> mapping to <col> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" +200.25% "> mapping to <col> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=" +200.25%abc"> mapping to <col> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="+0"> mapping to <col> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="+0%"> mapping to <col> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width="."> mapping to <col> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=".%"> mapping to <col> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=".x"> mapping to <col> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=".5"> mapping to <col> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<col width=".5%"> mapping to <col> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="1007"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" 00523 "> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.7"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200."> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200in"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25in"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200 %"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200 abc"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200%abc"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="20.25e2"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="20.25E2"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0px"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-0"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-0%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200px"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" -200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+-200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-+200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+200"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200in "> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25in "> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+200%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25% "> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25%abc"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+0"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+0%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="."> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".x"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".5"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".5%"> mapping to <embed> marginLeft property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="1007"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" 00523 "> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.7"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200."> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200in"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25in"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200 %"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200 abc"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200%abc"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.25%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="200.%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="20.25e2"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="20.25E2"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="0px"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-0"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-0%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200px"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" -200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+-200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-+200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="-200%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+200"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200in "> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25in "> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+200%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25% "> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=" +200.25%abc"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+0"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="+0%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace="."> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".x"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".5"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed hspace=".5%"> mapping to <embed> marginRight property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="1007"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" 00523 "> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.7"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200."> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200in"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25in"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200 %"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200 abc"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200%abc"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="20.25e2"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="20.25E2"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0px"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-0"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-0%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200px"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" -200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+-200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-+200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+200"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200in "> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25in "> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+200%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25% "> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25%abc"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+0"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+0%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="."> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".x"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".5"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".5%"> mapping to <embed> marginTop property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="1007"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" 00523 "> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.7"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200."> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200in"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25in"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200 %"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200 abc"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200%abc"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.25%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="200.%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="20.25e2"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="20.25E2"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="0px"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-0"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-0%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200px"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" -200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+-200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-+200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="-200%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+200"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200in "> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25in "> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+200%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25% "> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=" +200.25%abc"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+0"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="+0%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace="."> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".x"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".5"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<embed vspace=".5%"> mapping to <embed> marginBottom property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="1007"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" 00523 "> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.7"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200."> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200in"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25in"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200 %"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200 abc"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200%abc"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="20.25e2"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="20.25E2"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0px"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-0"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-0%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200px"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" -200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+-200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-+200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+200"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200in "> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25in "> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+200%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25% "> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25%abc"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+0"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+0%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="."> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".x"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".5"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".5%"> mapping to <img> marginLeft property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="1007"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" 00523 "> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.7"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200."> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200in"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25in"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200 %"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200 abc"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200%abc"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.25%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="200.%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="20.25e2"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="20.25E2"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="0px"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-0"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-0%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200px"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" -200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+-200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-+200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="-200%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+200"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200in "> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25in "> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+200%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25% "> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=" +200.25%abc"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+0"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="+0%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace="."> mapping to <img> marginRight property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".x"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".5"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img hspace=".5%"> mapping to <img> marginRight property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="1007"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" 00523 "> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.7"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200."> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200in"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25in"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200 %"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200 abc"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200%abc"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="20.25e2"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="20.25E2"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0px"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-0"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-0%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200px"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" -200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+-200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-+200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+200"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200in "> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25in "> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+200%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25% "> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25%abc"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+0"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+0%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="."> mapping to <img> marginTop property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".x"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".5"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".5%"> mapping to <img> marginTop property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="1007"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" 00523 "> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.7"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200."> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200in"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25in"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200 %"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200 abc"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200%abc"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.25%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="200.%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="20.25e2"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="20.25E2"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="0px"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-0"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-0%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200px"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" -200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+-200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-+200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="-200%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+200"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200in "> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25in "> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+200%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25% "> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=" +200.25%abc"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+0"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="+0%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace="."> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".x"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".5"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<img vspace=".5%"> mapping to <img> marginBottom property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="1007"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" 00523 "> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.7"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200."> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200in"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25in"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200 %"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200 abc"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200%abc"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="20.25e2"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="20.25E2"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0px"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-0"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-0%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200px"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" -200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+-200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-+200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+200"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200in "> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25in "> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+200%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25% "> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25%abc"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+0"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+0%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="."> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".x"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".5"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".5%"> mapping to <object> marginLeft property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="1007"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" 00523 "> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.7"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200."> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200in"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25in"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200 %"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200 abc"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200%abc"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.25%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="200.%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="20.25e2"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="20.25E2"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="0px"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-0"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-0%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200px"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" -200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+-200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-+200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="-200%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+200"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200in "> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25in "> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+200%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25% "> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=" +200.25%abc"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+0"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="+0%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace="."> mapping to <object> marginRight property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".x"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".5"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object hspace=".5%"> mapping to <object> marginRight property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="1007"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" 00523 "> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.7"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200."> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200in"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25in"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200 %"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200 abc"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200%abc"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="20.25e2"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="20.25E2"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0px"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-0"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-0%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200px"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" -200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+-200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-+200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+200"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200in "> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25in "> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+200%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25% "> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25%abc"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+0"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+0%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="."> mapping to <object> marginTop property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".x"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".5"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".5%"> mapping to <object> marginTop property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="1007"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" 00523 "> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.7"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200."> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200in"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25in"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200 %"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200 abc"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200%abc"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.25%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="200.%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="20.25e2"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="20.25E2"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="0px"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-0"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-0%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200px"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" -200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+-200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-+200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="-200%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+200"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200in "> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25in "> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+200%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25% "> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=" +200.25%abc"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+0"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="+0%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace="."> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".x"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".5"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<object vspace=".5%"> mapping to <object> marginBottom property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="1007"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" 00523 "> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.7"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200."> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200in"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25in"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200 %"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200 abc"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200%abc"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="20.25e2"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="20.25E2"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0px"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-0"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-0%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200px"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" -200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+-200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-+200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+200"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200in "> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25in "> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+200%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25% "> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25%abc"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+0"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+0%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="."> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".x"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".5"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".5%"> mapping to <input> marginLeft property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="1007"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" 00523 "> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.7"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200."> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200in"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25in"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200 %"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200 abc"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200%abc"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.25%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="200.%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="20.25e2"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="20.25E2"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="0px"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-0"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-0%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200px"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" -200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+-200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-+200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="-200%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+200"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200in "> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25in "> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+200%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25% "> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=" +200.25%abc"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+0"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="+0%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace="."> mapping to <input> marginRight property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".x"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".5"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input hspace=".5%"> mapping to <input> marginRight property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="1007"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" 00523 "> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.7"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200."> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200in"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25in"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200 %"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200 abc"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200%abc"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="20.25e2"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="20.25E2"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0px"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-0"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-0%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200px"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" -200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+-200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-+200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+200"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200in "> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25in "> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+200%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25% "> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25%abc"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+0"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+0%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="."> mapping to <input> marginTop property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".x"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".5"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".5%"> mapping to <input> marginTop property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="1007"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" 00523 "> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.7"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200."> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200in"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25in"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200 %"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200 abc"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200%abc"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.25%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="200.%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="20.25e2"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="20.25E2"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="0px"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-0"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-0%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200px"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" -200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+-200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-+200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="-200%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+200"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200in "> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25in "> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+200%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25% "> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=" +200.25%abc"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+0"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="+0%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace="."> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".x"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".5"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<input vspace=".5%"> mapping to <input> marginBottom property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="1007"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" 00523 "> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.7"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200."> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200in"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25in"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200 %"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200 abc"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200%abc"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="20.25e2"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="20.25E2"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0px"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-0"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-0%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200px"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" -200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+-200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-+200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+200"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200in "> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25in "> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+200%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25% "> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25%abc"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+0"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+0%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="."> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".x"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".5"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".5%"> mapping to <marquee> marginLeft property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="1007"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" 00523 "> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.7"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200."> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200in"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25in"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200 %"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200 abc"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200%abc"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.25%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="200.%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="20.25e2"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="20.25E2"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="0px"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-0"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-0%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200px"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" -200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+-200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-+200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="-200%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+200"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200in "> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25in "> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+200%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25% "> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=" +200.25%abc"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+0"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="+0%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace="."> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".x"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".5"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee hspace=".5%"> mapping to <marquee> marginRight property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="1007"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" 00523 "> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.7"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200."> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200in"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25in"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200 %"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200 abc"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200%abc"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="20.25e2"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="20.25E2"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0px"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-0"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-0%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200px"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" -200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+-200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-+200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+200"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200in "> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25in "> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+200%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25% "> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25%abc"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+0"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+0%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="."> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".x"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".5"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".5%"> mapping to <marquee> marginTop property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="1007"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" 00523 "> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.7"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200."> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200in"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25in"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200 %"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200 abc"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200%abc"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.25%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="200.%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="20.25e2"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="20.25E2"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="0px"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-0"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-0%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200px"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" -200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+-200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-+200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="-200%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+200"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200in "> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25in "> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+200%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25% "> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=" +200.25%abc"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+0"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="+0%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace="."> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".x"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".5"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<marquee vspace=".5%"> mapping to <marquee> marginBottom property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200"> mapping to <img> width property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="1007"> mapping to <img> width property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" 00523 "> mapping to <img> width property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200.25"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200.7"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200."> mapping to <img> width property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200in"> mapping to <img> width property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200.25in"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200 %"> mapping to <img> width property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200 abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200%abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200.25%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="200.%"> mapping to <img> width property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="20.25e2"> mapping to <img> width property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="20.25E2"> mapping to <img> width property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="0"> mapping to <img> width property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="0px"> mapping to <img> width property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-0"> mapping to <img> width property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-200"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-200px"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" -200"> mapping to <img> width property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="+-200"> mapping to <img> width property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-+200"> mapping to <img> width property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="-200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="+200"> mapping to <img> width property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" +200in "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" +200.25in "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="+200%"> mapping to <img> width property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" +200.25% "> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=" +200.25%abc"> mapping to <img> width property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="+0"> mapping to <img> width property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="+0%"> mapping to <img> width property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width="."> mapping to <img> width property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=".%"> mapping to <img> width property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=".x"> mapping to <img> width property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=".5"> mapping to <img> width property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source width=".5%"> mapping to <img> width property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200"> mapping to <img> height property
Asserts run
Pass
assert_equals("200", "200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="1007"> mapping to <img> height property
Asserts run
Pass
assert_equals("1007", "1007")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("1007px", "1007px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" 00523 "> mapping to <img> height property
Asserts run
Pass
assert_equals("   00523   ", "   00523   ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("523px", "523px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200.25"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25", "200.25")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200.7"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.7", "200.7")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.7px", "200.7px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200."> mapping to <img> height property
Asserts run
Pass
assert_equals("200.", "200.")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200in"> mapping to <img> height property
Asserts run
Pass
assert_equals("200in", "200in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200.25in"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25in", "200.25in")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25px", "200.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200 %"> mapping to <img> height property
Asserts run
Pass
assert_equals("200 %", "200 %")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200 abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("200 abc", "200 abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200px", "200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200%abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("200%abc", "200%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200.25%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200.25%", "200.25%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="200.%"> mapping to <img> height property
Asserts run
Pass
assert_equals("200.%", "200.%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("200%", "200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="20.25e2"> mapping to <img> height property
Asserts run
Pass
assert_equals("20.25e2", "20.25e2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="20.25E2"> mapping to <img> height property
Asserts run
Pass
assert_equals("20.25E2", "20.25E2")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("20.25px", "20.25px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="0"> mapping to <img> height property
Asserts run
Pass
assert_equals("0", "0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0%", "0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="0px"> mapping to <img> height property
Asserts run
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("0px", "0px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-0"> mapping to <img> height property
Asserts run
Pass
assert_equals("-0", "-0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("-0%", "-0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-200"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200", "-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-200px"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200px", "-200px")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" -200"> mapping to <img> height property
Asserts run
Pass
assert_equals("   -200", "   -200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="+-200"> mapping to <img> height property
Asserts run
Pass
assert_equals("+-200", "+-200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-+200"> mapping to <img> height property
Asserts run
Pass
assert_equals("-+200", "-+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="-200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("-200%", "-200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="+200"> mapping to <img> height property
Asserts run
Pass
assert_equals("+200", "+200")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" +200in "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200in    ", "   +200in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" +200.25in "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25in    ", "   +200.25in    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="+200%"> mapping to <img> height property
Asserts run
Pass
assert_equals("+200%", "+200%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" +200.25% "> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25%    ", "   +200.25%    ")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=" +200.25%abc"> mapping to <img> height property
Asserts run
Pass
assert_equals("   +200.25%abc", "   +200.25%abc")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="+0"> mapping to <img> height property
Asserts run
Pass
assert_equals("+0", "+0")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="+0%"> mapping to <img> height property
Asserts run
Pass
assert_equals("+0%", "+0%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height="."> mapping to <img> height property
Asserts run
Pass
assert_equals(".", ".")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=".%"> mapping to <img> height property
Asserts run
Pass
assert_equals(".%", ".%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=".x"> mapping to <img> height property
Asserts run
Pass
assert_equals(".x", ".x")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=".5"> mapping to <img> height property
Asserts run
Pass
assert_equals(".5", ".5")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)
Pass<source height=".5%"> mapping to <img> height property
Asserts run
Pass
assert_equals(".5%", ".5%")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:205:7)
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /html/rendering/dimension-attributes.html:210:7)