Skip to content

Commit c98b291

Browse files
committed
Bug 1992191 [wpt PR 55167] - Add WPTs for SelectMobileDesktopParity, a=testonly
Automatic update from web-platform-tests Add WPTs for SelectMobileDesktopParity It was pointed out that we could write interoperable WPTs for the native appearance this way: whatwg/html#11460 (comment) Bug: 439964654 Change-Id: Iaba3a475cf6f5414619ef7e081e1f257a41a6f01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6967020 Reviewed-by: Dominic Farolino <domchromium.org> Commit-Queue: Joey Arhar <jarharchromium.org> Cr-Commit-Position: refs/heads/main{#1523858} -- wpt-commits: 47cbbd49085203c27392abcea9560b372593dd6e wpt-pr: 55167 UltraBlame original commit: 7602c064ac7e95276637e9ac040d27597b59f75d
1 parent 4e647d7 commit c98b291

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<select multiple size=4 style="field-sizing: content">
3+
<option>one</option>
4+
<option>two</option>
5+
<option>three</option>
6+
</select>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<link rel=author href="mailto:[email protected]">
3+
<link rel=help href="https://github.com/whatwg/html/issues/8189">
4+
<link rel=mismatch href="select-multiple-size-1-ref.html">
5+
6+
<select multiple size=1 style="field-sizing: content">
7+
<option>one</option>
8+
<option>two</option>
9+
<option>three</option>
10+
</select>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<!DOCTYPE html>
2+
<select multiple>
3+
<option>one</option>
4+
<option>two</option>
5+
<option>three</option>
6+
</select>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<link rel=author href="mailto:[email protected]">
3+
<link rel=help href="https://github.com/whatwg/html/issues/8189">
4+
<link rel=match href="select-multiple-size-4-ref.html">
5+
6+
<select multiple size=4>
7+
<option>one</option>
8+
<option>two</option>
9+
<option>three</option>
10+
</select>

0 commit comments

Comments
 (0)