mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-02 04:27:12 +02:00
LibWeb: Update Element::directionality() to match current spec text
This fixes a crash that occurred when determining the directionality of input elements.
This commit is contained in:
committed by
Andrew Kaster
parent
23473d64ca
commit
57f0ea186e
Notes:
sideshowbarker
2024-07-17 01:53:23 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/57f0ea186e Pull-request: https://github.com/SerenityOS/serenity/pull/24207 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/shannonbooth ✅
@@ -0,0 +1,14 @@
|
||||
Input matches :dir(ltr): true
|
||||
Input matches :dir(rtl): false
|
||||
Input matches :dir(ltr): true
|
||||
Input matches :dir(rtl): false
|
||||
Input matches :dir(ltr): false
|
||||
Input matches :dir(rtl): true
|
||||
Input matches :dir(ltr): true
|
||||
Input matches :dir(rtl): false
|
||||
Input matches :dir(ltr): false
|
||||
Input matches :dir(rtl): true
|
||||
Input matches :dir(ltr): true
|
||||
Input matches :dir(rtl): false
|
||||
Input matches :dir(ltr): true
|
||||
Input matches :dir(rtl): false
|
||||
Reference in New Issue
Block a user