chromium/third_party/blink/web_tests/fast/deprecated-flexbox/ordinal-group-max-value.html

<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<style>
*{display:-webkit-box;}
*:optional{-webkit-box-ordinal-group:4294967295;}
</style>
<!--crbug.com/700622: Put a ceiling on the allowed value of webkit-box-ordinal-group. Passes if it doesn't crash.-->
<textarea>