mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
This is part of #36315 Testing: This improves several tests that rely on this feature Signed-off-by: Oriol Brufau <obrufau@igalia.com>
45 lines
1.6 KiB
INI
Vendored
45 lines
1.6 KiB
INI
Vendored
[getter.html]
|
||
[::first-line styles applied ("<div class='first-line-uppercase' style='width:0'>abc def")]
|
||
expected: FAIL
|
||
|
||
[::first-letter styles applied ("<div class='first-letter-uppercase' style='width:0'>abc def")]
|
||
expected: FAIL
|
||
|
||
[<svg> text contents preserved ("<div><svg><text>abc</text></svg></div>")]
|
||
expected: FAIL
|
||
|
||
[<div> in <option> ("<select><option class='poke-div'>123</select>")]
|
||
expected: FAIL
|
||
|
||
[text-transform handles Turkish casing ("<div><div lang='tr' style='text-transform:uppercase'>i ı")]
|
||
expected: FAIL
|
||
|
||
[unopened <details> ignored ("<div><details><summary>abc</summary>123")]
|
||
expected: FAIL
|
||
|
||
[::first-line styles applied ("<div class='first-line-uppercase'>abc")]
|
||
expected: FAIL
|
||
|
||
[opened <details> content shown ("<div><details open><summary>abc</summary>123")]
|
||
expected: FAIL
|
||
|
||
[<select size='1'> contents of options preserved ("<select size='1'><option>abc</option><option>def")]
|
||
expected: FAIL
|
||
|
||
[<select size='2'> contents of options preserved ("<select size='2'><option>abc</option><option>def")]
|
||
expected: FAIL
|
||
|
||
[empty <optgroup> in <select> ("<div>a<select><optgroup></select>bc")]
|
||
expected: FAIL
|
||
|
||
[empty <option> in <select> ("<div>a<select><option></select>bc")]
|
||
expected: FAIL
|
||
|
||
[<optgroup> containing <option> ("<select><optgroup><option>abc</select>")]
|
||
expected: FAIL
|
||
|
||
[<select size='1'> contents of options preserved ("<div><select size='1'><option>abc</option><option>def")]
|
||
expected: FAIL
|
||
|
||
[<select size='2'> contents of options preserved ("<div><select size='2'><option>abc</option><option>def")]
|
||
expected: FAIL
|