gecko-dev/layout/style/crashtests/1233135-1.html
Xidorn Quan 4879d85cc1 Bug 1233135 - Do not touch display value of anonymous box for ruby. r=dbaron
--HG--
extra : source : 87f3c64200ab990efe341da44b70e0fc8f1c09f0
2016-01-26 20:31:45 +11:00

14 lines
235 B
HTML

<!DOCTYPE html>
<style>
fieldset, input, select {
display: ruby;
}
</style>
<fieldset></fieldset>
<input type="color">
<input type="file">
<input type="number">
<input type="range">
<select></select>
<select size="2"></select>