Skip to content

Commit

Permalink
Don't parse <datalist> or <button> in <table><select>
Browse files Browse the repository at this point in the history
The new parsing behavior for <select> when inside a <table> wasn't
implemented perfectly and was causing crashes, so I am disallowing it
for now.

Bug: 1511354
Fixed: 1519397
Change-Id: Idff6ca142c8428482a0a096c4a2f836e68032db3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5241698
Commit-Queue: David Baron <[email protected]>
Reviewed-by: David Baron <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1252927}
  • Loading branch information
josepharhar authored and chromium-wpt-export-bot committed Jan 27, 2024
1 parent edec5cd commit 77ef12f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<link rel=author href="mailto:[email protected]">
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1519397">
<table><select>A0A0AA<<datalist><title></title><table><table><td>

0 comments on commit 77ef12f

Please sign in to comment.