Skip to content

Commit

Permalink
Add content to <select multiple> appearance test
Browse files Browse the repository at this point in the history
This patch adds coverage to the existing select-multiple-base-appearance
test to make sure that new things in the content model like <button> are
not rendered inside <option>s.

Change-Id: Ic91f6ea95786bf2bb764e3f44abf06c20eb237b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6207336
Reviewed-by: Traian Captan <[email protected]>
Commit-Queue: Traian Captan <[email protected]>
Auto-Submit: Joey Arhar <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1413070}
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Jan 29, 2025
1 parent 4a2188f commit d46d9ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<select multiple>
<option>one</option>
<option>two div button</option>
</select>

<select multiple size=2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

<select multiple>
<option>one</option>
<option>
two
<div>div</div>
<button>button</button>
</option>
</select>

<select multiple size=2>
Expand Down

0 comments on commit d46d9ab

Please sign in to comment.