| Index: third_party/WebKit/LayoutTests/fast/deprecated-flexbox/ordinal-group-max-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/ordinal-group-max-value.html b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/ordinal-group-max-value.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aaccfebcb81e1cb979e591d21a82c40b94c83bf7
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/deprecated-flexbox/ordinal-group-max-value.html
|
| @@ -0,0 +1,11 @@
|
| +<!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>
|
|
|