Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/flexbox/slider-in-multicol-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1277724">
<p>PASS if no crash or DCHECK failure.</p>
<div style="columns:2;">
x
<input type="range" style="display:block;">
</div>