mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Allow border="0" on HTMLObjectElement
This commit is contained in:
parent
6e85363a84
commit
1b4763f75f
Notes:
github-actions[bot]
2024-11-23 13:43:32 +00:00
Author: https://github.com/awesomekling
Commit: 1b4763f75f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2519
2 changed files with 14 additions and 15 deletions
|
@ -6,8 +6,7 @@ Rerun
|
|||
|
||||
Found 588 tests
|
||||
|
||||
576 Pass
|
||||
12 Fail
|
||||
588 Pass
|
||||
Details
|
||||
Result Test Name MessagePass <iframe marginwidth="200"> mapping to marginLeft
|
||||
Pass <iframe marginwidth="1007"> mapping to marginLeft
|
||||
|
@ -435,9 +434,9 @@ Pass <object border=" 00523 "> mapping to borderTopWidth
|
|||
Pass <object border="200."> mapping to borderTopWidth
|
||||
Pass <object border="200.25"> mapping to borderTopWidth
|
||||
Pass <object border="200.7"> mapping to borderTopWidth
|
||||
Fail <object border="0"> mapping to borderTopWidth
|
||||
Fail <object border="-0"> mapping to borderTopWidth
|
||||
Fail <object border="+0"> mapping to borderTopWidth
|
||||
Pass <object border="0"> mapping to borderTopWidth
|
||||
Pass <object border="-0"> mapping to borderTopWidth
|
||||
Pass <object border="+0"> mapping to borderTopWidth
|
||||
Pass <object border="+200"> mapping to borderTopWidth
|
||||
Pass <object border="200in"> mapping to borderTopWidth
|
||||
Pass <object border="200.25in"> mapping to borderTopWidth
|
||||
|
@ -456,9 +455,9 @@ Pass <object border=" 00523 "> mapping to borderRightWidth
|
|||
Pass <object border="200."> mapping to borderRightWidth
|
||||
Pass <object border="200.25"> mapping to borderRightWidth
|
||||
Pass <object border="200.7"> mapping to borderRightWidth
|
||||
Fail <object border="0"> mapping to borderRightWidth
|
||||
Fail <object border="-0"> mapping to borderRightWidth
|
||||
Fail <object border="+0"> mapping to borderRightWidth
|
||||
Pass <object border="0"> mapping to borderRightWidth
|
||||
Pass <object border="-0"> mapping to borderRightWidth
|
||||
Pass <object border="+0"> mapping to borderRightWidth
|
||||
Pass <object border="+200"> mapping to borderRightWidth
|
||||
Pass <object border="200in"> mapping to borderRightWidth
|
||||
Pass <object border="200.25in"> mapping to borderRightWidth
|
||||
|
@ -477,9 +476,9 @@ Pass <object border=" 00523 "> mapping to borderBottomWidth
|
|||
Pass <object border="200."> mapping to borderBottomWidth
|
||||
Pass <object border="200.25"> mapping to borderBottomWidth
|
||||
Pass <object border="200.7"> mapping to borderBottomWidth
|
||||
Fail <object border="0"> mapping to borderBottomWidth
|
||||
Fail <object border="-0"> mapping to borderBottomWidth
|
||||
Fail <object border="+0"> mapping to borderBottomWidth
|
||||
Pass <object border="0"> mapping to borderBottomWidth
|
||||
Pass <object border="-0"> mapping to borderBottomWidth
|
||||
Pass <object border="+0"> mapping to borderBottomWidth
|
||||
Pass <object border="+200"> mapping to borderBottomWidth
|
||||
Pass <object border="200in"> mapping to borderBottomWidth
|
||||
Pass <object border="200.25in"> mapping to borderBottomWidth
|
||||
|
@ -498,9 +497,9 @@ Pass <object border=" 00523 "> mapping to borderLeftWidth
|
|||
Pass <object border="200."> mapping to borderLeftWidth
|
||||
Pass <object border="200.25"> mapping to borderLeftWidth
|
||||
Pass <object border="200.7"> mapping to borderLeftWidth
|
||||
Fail <object border="0"> mapping to borderLeftWidth
|
||||
Fail <object border="-0"> mapping to borderLeftWidth
|
||||
Fail <object border="+0"> mapping to borderLeftWidth
|
||||
Pass <object border="0"> mapping to borderLeftWidth
|
||||
Pass <object border="-0"> mapping to borderLeftWidth
|
||||
Pass <object border="+0"> mapping to borderLeftWidth
|
||||
Pass <object border="+200"> mapping to borderLeftWidth
|
||||
Pass <object border="200in"> mapping to borderLeftWidth
|
||||
Pass <object border="200.25in"> mapping to borderLeftWidth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue