Skip to content

Commit 47cbbd4

Browse files
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 <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#1523858}
1 parent b3cfeb6 commit 47cbbd4

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)