mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
Test hr.width = "100" maps to width: 100px
|
|
Test hr.width = " 00110 " maps to width: 110px
|
|
Test hr.width = "120." maps to width: 120px
|
|
Test marquee.hspace = "100" maps to marginLeft: 100px
|
|
Test marquee.hspace = " 00110 " maps to marginLeft: 110px
|
|
Test marquee.hspace = "120." maps to marginLeft: 120px
|
|
Test marquee.hspace = "100" maps to marginRight: 100px
|
|
Test marquee.hspace = " 00110 " maps to marginRight: 110px
|
|
Test marquee.hspace = "120." maps to marginRight: 120px
|
|
Test marquee.vspace = "100" maps to marginTop: 100px
|
|
Test marquee.vspace = " 00110 " maps to marginTop: 110px
|
|
Test marquee.vspace = "120." maps to marginTop: 120px
|
|
Test marquee.vspace = "100" maps to marginBottom: 100px
|
|
Test marquee.vspace = " 00110 " maps to marginBottom: 110px
|
|
Test marquee.vspace = "120." maps to marginBottom: 120px
|
|
Test marquee.width = "100" maps to width: 100px
|
|
Test marquee.width = " 00110 " maps to width: 110px
|
|
Test marquee.width = "120." maps to width: 120px
|
|
Test marquee.height = "100" maps to height: 100px
|
|
Test marquee.height = " 00110 " maps to height: 110px
|
|
Test marquee.height = "120." maps to height: 120px
|