mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibWeb: Honor border
attribute on HTMLImageElement
This commit is contained in:
parent
e781aab274
commit
1288452bc3
Notes:
github-actions[bot]
2024-11-23 13:43:45 +00:00
Author: https://github.com/awesomekling
Commit: 1288452bc3
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2519
2 changed files with 84 additions and 67 deletions
|
@ -6,8 +6,8 @@ Rerun
|
|||
|
||||
Found 588 tests
|
||||
|
||||
500 Pass
|
||||
88 Fail
|
||||
564 Pass
|
||||
24 Fail
|
||||
Details
|
||||
Result Test Name MessagePass <iframe marginwidth="200"> mapping to marginLeft
|
||||
Pass <iframe marginwidth="1007"> mapping to marginLeft
|
||||
|
@ -345,85 +345,85 @@ Pass <body bottommargin="-200px"> mapping to marginBottom
|
|||
Pass <body bottommargin=" -200"> mapping to marginBottom
|
||||
Pass <body bottommargin="+-200"> mapping to marginBottom
|
||||
Pass <body bottommargin="-+200"> mapping to marginBottom
|
||||
Fail <img border="200"> mapping to borderTopWidth
|
||||
Fail <img border="1007"> mapping to borderTopWidth
|
||||
Fail <img border=" 00523 "> mapping to borderTopWidth
|
||||
Fail <img border="200."> mapping to borderTopWidth
|
||||
Fail <img border="200.25"> mapping to borderTopWidth
|
||||
Fail <img border="200.7"> mapping to borderTopWidth
|
||||
Fail <img border="0"> mapping to borderTopWidth
|
||||
Fail <img border="-0"> mapping to borderTopWidth
|
||||
Fail <img border="+0"> mapping to borderTopWidth
|
||||
Fail <img border="+200"> mapping to borderTopWidth
|
||||
Fail <img border="200in"> mapping to borderTopWidth
|
||||
Fail <img border="200.25in"> mapping to borderTopWidth
|
||||
Fail <img border=" +200in "> mapping to borderTopWidth
|
||||
Fail <img border="200%"> mapping to borderTopWidth
|
||||
Fail <img border="200.%"> mapping to borderTopWidth
|
||||
Fail <img border="200.25%"> mapping to borderTopWidth
|
||||
Pass <img border="200"> mapping to borderTopWidth
|
||||
Pass <img border="1007"> mapping to borderTopWidth
|
||||
Pass <img border=" 00523 "> mapping to borderTopWidth
|
||||
Pass <img border="200."> mapping to borderTopWidth
|
||||
Pass <img border="200.25"> mapping to borderTopWidth
|
||||
Pass <img border="200.7"> mapping to borderTopWidth
|
||||
Pass <img border="0"> mapping to borderTopWidth
|
||||
Pass <img border="-0"> mapping to borderTopWidth
|
||||
Pass <img border="+0"> mapping to borderTopWidth
|
||||
Pass <img border="+200"> mapping to borderTopWidth
|
||||
Pass <img border="200in"> mapping to borderTopWidth
|
||||
Pass <img border="200.25in"> mapping to borderTopWidth
|
||||
Pass <img border=" +200in "> mapping to borderTopWidth
|
||||
Pass <img border="200%"> mapping to borderTopWidth
|
||||
Pass <img border="200.%"> mapping to borderTopWidth
|
||||
Pass <img border="200.25%"> mapping to borderTopWidth
|
||||
Pass <img border="-200"> mapping to borderTopWidth
|
||||
Pass <img border="-200px"> mapping to borderTopWidth
|
||||
Pass <img border=" -200"> mapping to borderTopWidth
|
||||
Pass <img border="+-200"> mapping to borderTopWidth
|
||||
Pass <img border="-+200"> mapping to borderTopWidth
|
||||
Fail <img border="200"> mapping to borderRightWidth
|
||||
Fail <img border="1007"> mapping to borderRightWidth
|
||||
Fail <img border=" 00523 "> mapping to borderRightWidth
|
||||
Fail <img border="200."> mapping to borderRightWidth
|
||||
Fail <img border="200.25"> mapping to borderRightWidth
|
||||
Fail <img border="200.7"> mapping to borderRightWidth
|
||||
Fail <img border="0"> mapping to borderRightWidth
|
||||
Fail <img border="-0"> mapping to borderRightWidth
|
||||
Fail <img border="+0"> mapping to borderRightWidth
|
||||
Fail <img border="+200"> mapping to borderRightWidth
|
||||
Fail <img border="200in"> mapping to borderRightWidth
|
||||
Fail <img border="200.25in"> mapping to borderRightWidth
|
||||
Fail <img border=" +200in "> mapping to borderRightWidth
|
||||
Fail <img border="200%"> mapping to borderRightWidth
|
||||
Fail <img border="200.%"> mapping to borderRightWidth
|
||||
Fail <img border="200.25%"> mapping to borderRightWidth
|
||||
Pass <img border="200"> mapping to borderRightWidth
|
||||
Pass <img border="1007"> mapping to borderRightWidth
|
||||
Pass <img border=" 00523 "> mapping to borderRightWidth
|
||||
Pass <img border="200."> mapping to borderRightWidth
|
||||
Pass <img border="200.25"> mapping to borderRightWidth
|
||||
Pass <img border="200.7"> mapping to borderRightWidth
|
||||
Pass <img border="0"> mapping to borderRightWidth
|
||||
Pass <img border="-0"> mapping to borderRightWidth
|
||||
Pass <img border="+0"> mapping to borderRightWidth
|
||||
Pass <img border="+200"> mapping to borderRightWidth
|
||||
Pass <img border="200in"> mapping to borderRightWidth
|
||||
Pass <img border="200.25in"> mapping to borderRightWidth
|
||||
Pass <img border=" +200in "> mapping to borderRightWidth
|
||||
Pass <img border="200%"> mapping to borderRightWidth
|
||||
Pass <img border="200.%"> mapping to borderRightWidth
|
||||
Pass <img border="200.25%"> mapping to borderRightWidth
|
||||
Pass <img border="-200"> mapping to borderRightWidth
|
||||
Pass <img border="-200px"> mapping to borderRightWidth
|
||||
Pass <img border=" -200"> mapping to borderRightWidth
|
||||
Pass <img border="+-200"> mapping to borderRightWidth
|
||||
Pass <img border="-+200"> mapping to borderRightWidth
|
||||
Fail <img border="200"> mapping to borderBottomWidth
|
||||
Fail <img border="1007"> mapping to borderBottomWidth
|
||||
Fail <img border=" 00523 "> mapping to borderBottomWidth
|
||||
Fail <img border="200."> mapping to borderBottomWidth
|
||||
Fail <img border="200.25"> mapping to borderBottomWidth
|
||||
Fail <img border="200.7"> mapping to borderBottomWidth
|
||||
Fail <img border="0"> mapping to borderBottomWidth
|
||||
Fail <img border="-0"> mapping to borderBottomWidth
|
||||
Fail <img border="+0"> mapping to borderBottomWidth
|
||||
Fail <img border="+200"> mapping to borderBottomWidth
|
||||
Fail <img border="200in"> mapping to borderBottomWidth
|
||||
Fail <img border="200.25in"> mapping to borderBottomWidth
|
||||
Fail <img border=" +200in "> mapping to borderBottomWidth
|
||||
Fail <img border="200%"> mapping to borderBottomWidth
|
||||
Fail <img border="200.%"> mapping to borderBottomWidth
|
||||
Fail <img border="200.25%"> mapping to borderBottomWidth
|
||||
Pass <img border="200"> mapping to borderBottomWidth
|
||||
Pass <img border="1007"> mapping to borderBottomWidth
|
||||
Pass <img border=" 00523 "> mapping to borderBottomWidth
|
||||
Pass <img border="200."> mapping to borderBottomWidth
|
||||
Pass <img border="200.25"> mapping to borderBottomWidth
|
||||
Pass <img border="200.7"> mapping to borderBottomWidth
|
||||
Pass <img border="0"> mapping to borderBottomWidth
|
||||
Pass <img border="-0"> mapping to borderBottomWidth
|
||||
Pass <img border="+0"> mapping to borderBottomWidth
|
||||
Pass <img border="+200"> mapping to borderBottomWidth
|
||||
Pass <img border="200in"> mapping to borderBottomWidth
|
||||
Pass <img border="200.25in"> mapping to borderBottomWidth
|
||||
Pass <img border=" +200in "> mapping to borderBottomWidth
|
||||
Pass <img border="200%"> mapping to borderBottomWidth
|
||||
Pass <img border="200.%"> mapping to borderBottomWidth
|
||||
Pass <img border="200.25%"> mapping to borderBottomWidth
|
||||
Pass <img border="-200"> mapping to borderBottomWidth
|
||||
Pass <img border="-200px"> mapping to borderBottomWidth
|
||||
Pass <img border=" -200"> mapping to borderBottomWidth
|
||||
Pass <img border="+-200"> mapping to borderBottomWidth
|
||||
Pass <img border="-+200"> mapping to borderBottomWidth
|
||||
Fail <img border="200"> mapping to borderLeftWidth
|
||||
Fail <img border="1007"> mapping to borderLeftWidth
|
||||
Fail <img border=" 00523 "> mapping to borderLeftWidth
|
||||
Fail <img border="200."> mapping to borderLeftWidth
|
||||
Fail <img border="200.25"> mapping to borderLeftWidth
|
||||
Fail <img border="200.7"> mapping to borderLeftWidth
|
||||
Fail <img border="0"> mapping to borderLeftWidth
|
||||
Fail <img border="-0"> mapping to borderLeftWidth
|
||||
Fail <img border="+0"> mapping to borderLeftWidth
|
||||
Fail <img border="+200"> mapping to borderLeftWidth
|
||||
Fail <img border="200in"> mapping to borderLeftWidth
|
||||
Fail <img border="200.25in"> mapping to borderLeftWidth
|
||||
Fail <img border=" +200in "> mapping to borderLeftWidth
|
||||
Fail <img border="200%"> mapping to borderLeftWidth
|
||||
Fail <img border="200.%"> mapping to borderLeftWidth
|
||||
Fail <img border="200.25%"> mapping to borderLeftWidth
|
||||
Pass <img border="200"> mapping to borderLeftWidth
|
||||
Pass <img border="1007"> mapping to borderLeftWidth
|
||||
Pass <img border=" 00523 "> mapping to borderLeftWidth
|
||||
Pass <img border="200."> mapping to borderLeftWidth
|
||||
Pass <img border="200.25"> mapping to borderLeftWidth
|
||||
Pass <img border="200.7"> mapping to borderLeftWidth
|
||||
Pass <img border="0"> mapping to borderLeftWidth
|
||||
Pass <img border="-0"> mapping to borderLeftWidth
|
||||
Pass <img border="+0"> mapping to borderLeftWidth
|
||||
Pass <img border="+200"> mapping to borderLeftWidth
|
||||
Pass <img border="200in"> mapping to borderLeftWidth
|
||||
Pass <img border="200.25in"> mapping to borderLeftWidth
|
||||
Pass <img border=" +200in "> mapping to borderLeftWidth
|
||||
Pass <img border="200%"> mapping to borderLeftWidth
|
||||
Pass <img border="200.%"> mapping to borderLeftWidth
|
||||
Pass <img border="200.25%"> mapping to borderLeftWidth
|
||||
Pass <img border="-200"> mapping to borderLeftWidth
|
||||
Pass <img border="-200px"> mapping to borderLeftWidth
|
||||
Pass <img border=" -200"> mapping to borderLeftWidth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue