mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
* feat: patch for video layout sizes added rebase from main 2024/10/05 Co-authored-by: Josh Matthews <josh@joshmatthews.net> Signed-off-by: eri <epazos@igalia.com> * feat: take width and height parameters if provided Signed-off-by: eri <epazos@igalia.com> * chore: tidy the code and update test expectations Signed-off-by: eri <epazos@igalia.com> * feat: handle removing poster Signed-off-by: eri <epazos@igalia.com> * chore: update test expectations and remove debug code Signed-off-by: eri <epazos@igalia.com> * fix: issues after rebasing to main Signed-off-by: eri <epazos@igalia.com> * feat: pass src remove test and tidy Signed-off-by: eri <epazos@igalia.com> * chore: clippy fixes Signed-off-by: eri <epazos@igalia.com> * chore: update passing test expectations Signed-off-by: eri <epazos@igalia.com> * fix object-position-svg test Signed-off-by: eri <epazos@igalia.com> * fix unintentional override of video size and resize events Signed-off-by: eri <epazos@igalia.com> * change how resize events are sent to better match the spec Signed-off-by: eri <epazos@igalia.com> * simplify poster mutation handling Co-authored-by: Oriol Brufau <obrufau@igalia.com> Signed-off-by: eri <eri@inventati.org> * improved handling of intrinsic sizes - differentiate between natural size and css size - presentational attributes - fallback ratio for video element - handle more cases where the src/poster are added/removed - aspect ratio hints Signed-off-by: eri <epazos@igalia.com> * update test expectations Signed-off-by: eri <epazos@igalia.com> * fix cleaning current frame Signed-off-by: eri <epazos@igalia.com> * update test expectations Signed-off-by: eri <epazos@igalia.com> * Apply suggestions from code review Co-authored-by: Oriol Brufau <obrufau@igalia.com> Signed-off-by: eri <eri@inventati.org> * More code review suggestions Signed-off-by: eri <epazos@igalia.com> * Prevent aspect-ratio:auto from pulling the ratio from the default object size As resolved in https://github.com/w3c/csswg-drafts/issues/7524#issuecomment-1204462924 Signed-off-by: Oriol Brufau <obrufau@igalia.com> --------- Signed-off-by: eri <epazos@igalia.com> Signed-off-by: eri <eri@inventati.org> Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
1590 lines
44 KiB
INI
Vendored
1590 lines
44 KiB
INI
Vendored
[dimension-attributes.html]
|
|
[<input width="200"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="1007"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width=" 00523 "> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200.25"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200.7"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200."> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200in"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200.25in"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200 %"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200 abc"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200%"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200%abc"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200.25%"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="200.%"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="20.25e2"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="20.25E2"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="0"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="0%"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input width="0px"> mapping to <input> width property]
|
|
expected: FAIL
|
|
|
|
[<input height="200"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="1007"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height=" 00523 "> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200.25"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200.7"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200."> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200in"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200.25in"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200 %"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200 abc"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200%"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200%abc"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200.25%"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="200.%"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="20.25e2"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="20.25E2"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="0"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="0%"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<input height="0px"> mapping to <input> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="1007"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width=" 00523 "> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200.25"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200.7"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200."> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200in"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200.25in"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200 %"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200 abc"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200%"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200%abc"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200.25%"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="200.%"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="20.25e2"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="20.25E2"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="0"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="0%"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee width="0px"> mapping to <marquee> width property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="1007"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height=" 00523 "> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200.25"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200.7"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200."> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200in"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200.25in"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200 %"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200 abc"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200%"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200%abc"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200.25%"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="200.%"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="20.25e2"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="20.25E2"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="0"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="0%"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<marquee height="0px"> mapping to <marquee> height property]
|
|
expected: FAIL
|
|
|
|
[<object width="200"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="1007"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width=" 00523 "> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200.25"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200.7"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200."> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200in"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200.25in"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200 %"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200 abc"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200%"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200%abc"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200.25%"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="200.%"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="20.25e2"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="20.25E2"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="0"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="0%"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object width="0px"> mapping to <object> width property]
|
|
expected: FAIL
|
|
|
|
[<object height="200"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="1007"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height=" 00523 "> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200.25"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200.7"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200."> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200in"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200.25in"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200 %"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200 abc"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200%"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200%abc"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200.25%"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="200.%"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="20.25e2"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="20.25E2"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="0"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="0%"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<object height="0px"> mapping to <object> height property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="1007"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width=" 00523 "> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200.25"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200.7"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200."> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200in"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200.25in"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200 %"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200 abc"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200%"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200%abc"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200.25%"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="200.%"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="20.25e2"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="20.25E2"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="0"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="0%"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed width="0px"> mapping to <embed> width property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="1007"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height=" 00523 "> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200.25"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200.7"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200."> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200in"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200.25in"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200 %"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200 abc"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200%"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200%abc"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200.25%"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="200.%"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="20.25e2"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="20.25E2"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="0"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="0%"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed height="0px"> mapping to <embed> height property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="1007"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace=" 00523 "> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.7"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200."> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200in"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25in"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200 %"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200 abc"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200%"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200%abc"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25%"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.%"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="20.25e2"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="20.25E2"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="0%"> mapping to <embed> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="1007"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace=" 00523 "> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.7"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200."> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200in"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25in"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200 %"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200 abc"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200%"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200%abc"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.25%"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="200.%"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="20.25e2"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="20.25E2"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed hspace="0%"> mapping to <embed> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="1007"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace=" 00523 "> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.7"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200."> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200in"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25in"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200 %"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200 abc"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200%"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200%abc"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25%"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.%"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="20.25e2"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="20.25E2"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="0%"> mapping to <embed> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="1007"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace=" 00523 "> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.7"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200."> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200in"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25in"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200 %"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200 abc"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200%"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200%abc"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.25%"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="200.%"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="20.25e2"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="20.25E2"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<embed vspace="0%"> mapping to <embed> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="1007"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace=" 00523 "> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.7"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200."> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200in"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25in"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200 %"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200 abc"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200%"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200%abc"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25%"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.%"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="20.25e2"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="20.25E2"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="0%"> mapping to <img> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="1007"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace=" 00523 "> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.7"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200."> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200in"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25in"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200 %"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200 abc"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200%"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200%abc"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.25%"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="200.%"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="20.25e2"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="20.25E2"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img hspace="0%"> mapping to <img> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="1007"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace=" 00523 "> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.7"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200."> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200in"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25in"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200 %"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200 abc"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200%"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200%abc"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25%"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.%"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="20.25e2"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="20.25E2"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="0%"> mapping to <img> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="1007"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace=" 00523 "> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.7"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200."> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200in"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25in"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200 %"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200 abc"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200%"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200%abc"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.25%"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="200.%"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="20.25e2"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="20.25E2"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<img vspace="0%"> mapping to <img> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="1007"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace=" 00523 "> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.7"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200."> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200in"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25in"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200 %"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200 abc"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200%"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200%abc"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25%"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.%"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="20.25e2"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="20.25E2"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="0%"> mapping to <object> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="1007"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace=" 00523 "> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.7"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200."> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200in"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25in"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200 %"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200 abc"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200%"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200%abc"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.25%"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="200.%"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="20.25e2"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="20.25E2"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object hspace="0%"> mapping to <object> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="1007"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace=" 00523 "> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.7"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200."> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200in"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25in"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200 %"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200 abc"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200%"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200%abc"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25%"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.%"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="20.25e2"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="20.25E2"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="0%"> mapping to <object> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="1007"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace=" 00523 "> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.7"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200."> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200in"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25in"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200 %"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200 abc"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200%"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200%abc"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.25%"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="200.%"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="20.25e2"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="20.25E2"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<object vspace="0%"> mapping to <object> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="1007"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace=" 00523 "> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.7"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200."> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200in"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25in"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200 %"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200 abc"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200%"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200%abc"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25%"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.%"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="20.25e2"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="20.25E2"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="0%"> mapping to <input> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="1007"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace=" 00523 "> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.7"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200."> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200in"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25in"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200 %"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200 abc"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200%"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200%abc"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.25%"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="200.%"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="20.25e2"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="20.25E2"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input hspace="0%"> mapping to <input> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="1007"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace=" 00523 "> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.7"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200."> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200in"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25in"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200 %"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200 abc"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200%"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200%abc"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25%"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.%"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="20.25e2"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="20.25E2"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="0%"> mapping to <input> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="1007"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace=" 00523 "> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.7"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200."> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200in"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25in"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200 %"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200 abc"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200%"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200%abc"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.25%"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="200.%"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="20.25e2"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="20.25E2"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<input vspace="0%"> mapping to <input> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="1007"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace=" 00523 "> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.7"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200."> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200in"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25in"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200 %"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200 abc"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200%"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200%abc"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25%"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.%"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="20.25e2"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="20.25E2"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="0%"> mapping to <marquee> marginLeft property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="1007"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace=" 00523 "> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.7"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200."> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200in"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25in"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200 %"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200 abc"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200%"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200%abc"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.25%"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="200.%"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="20.25e2"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="20.25E2"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee hspace="0%"> mapping to <marquee> marginRight property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="1007"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace=" 00523 "> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.7"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200."> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200in"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25in"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200 %"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200 abc"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200%"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200%abc"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25%"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.%"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="20.25e2"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="20.25E2"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="0%"> mapping to <marquee> marginTop property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="1007"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace=" 00523 "> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.7"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200."> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200in"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25in"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200 %"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200 abc"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200%"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200%abc"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.25%"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="200.%"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="20.25e2"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="20.25E2"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<marquee vspace="0%"> mapping to <marquee> marginBottom property]
|
|
expected: FAIL
|
|
|
|
[<source width="200"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="1007"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width=" 00523 "> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200.25"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200.7"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200."> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200in"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200.25in"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200 %"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200 abc"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200%"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200%abc"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200.25%"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="200.%"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="20.25e2"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="20.25E2"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="0"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="0%"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source width="0px"> mapping to <img> width property]
|
|
expected: FAIL
|
|
|
|
[<source height="200"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="1007"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height=" 00523 "> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200.25"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200.7"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200."> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200in"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200.25in"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200 %"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200 abc"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200%"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200%abc"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200.25%"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="200.%"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="20.25e2"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="20.25E2"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="0"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="0%"> mapping to <img> height property]
|
|
expected: FAIL
|
|
|
|
[<source height="0px"> mapping to <img> height property]
|
|
expected: FAIL
|