mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
This deviates from css2, but it's mandated by css-align, and matches what other browsers do when no margin is 'auto'. When some margin is 'auto', this should keep the proper round-tripping behavior that Gecko and WebKit lack, and Blink recently adopted.
193 lines
4.8 KiB
INI
Vendored
193 lines
4.8 KiB
INI
Vendored
[pixel-length-attributes.html]
|
|
expected: ERROR
|
|
[<iframe marginwidth="200"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="1007"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth=" 00523 "> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200."> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.7"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="0"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="-0"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="+0"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="+200"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200in"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25in"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth=" +200in "> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200%"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.%"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25%"> mapping to marginLeft]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="1007"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth=" 00523 "> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200."> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.7"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="0"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="-0"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="+0"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="+200"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200in"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25in"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth=" +200in "> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200%"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.%"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginwidth="200.25%"> mapping to marginRight]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="1007"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight=" 00523 "> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200."> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.7"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="0"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="-0"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="+0"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="+200"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200in"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25in"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight=" +200in "> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200%"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.%"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25%"> mapping to marginTop]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="1007"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight=" 00523 "> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200."> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.7"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="0"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="-0"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="+0"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="+200"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200in"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25in"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight=" +200in "> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200%"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.%"> mapping to marginBottom]
|
|
expected: FAIL
|
|
|
|
[<iframe marginheight="200.25%"> mapping to marginBottom]
|
|
expected: FAIL
|