mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Use a single test for loading attribute
This commit is contained in:
parent
1dda129fe1
commit
fdb4e05d7f
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/jamierocks
Commit: fdb4e05d7f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/99
6 changed files with 36 additions and 46 deletions
14
Tests/LibWeb/Text/expected/HTML/loading-attribute.txt
Normal file
14
Tests/LibWeb/Text/expected/HTML/loading-attribute.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
img loading initial value: eager
|
||||
img loading value after setting to "invalid": eager
|
||||
img loading value after setting to "lazy": lazy
|
||||
img loading value after setting to null: eager
|
||||
img loading value after setting to "LAZY": lazy
|
||||
img loading value after setting to "": eager
|
||||
img loading value after calling removeAttribute: eager
|
||||
iframe loading initial value: eager
|
||||
iframe loading value after setting to "invalid": eager
|
||||
iframe loading value after setting to "lazy": lazy
|
||||
iframe loading value after setting to null: eager
|
||||
iframe loading value after setting to "LAZY": lazy
|
||||
iframe loading value after setting to "": eager
|
||||
iframe loading value after calling removeAttribute: eager
|
Loading…
Add table
Add a link
Reference in a new issue