| Index: third_party/WebKit/LayoutTests/fast/forms/huge-mac-input-clamped-width.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/huge-mac-input-clamped-width.html b/third_party/WebKit/LayoutTests/fast/forms/huge-mac-input-clamped-width.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4f5985ef1f0d1f7a1a458aed29851117d8a84407
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/huge-mac-input-clamped-width.html
|
| @@ -0,0 +1,11 @@
|
| +<!doctype html>
|
| +<p>Test passes if the input element is truncated beyond 10000px on Mac.</p>
|
| +<form>
|
| + <input style="width: 10001px;">
|
| +</form>
|
| +<script src="../../resources/run-after-layout-and-paint.js"></script>
|
| +<script>
|
| +runAfterLayoutAndPaint(function() {
|
| + window.scrollTo(10001, 0);
|
| +}, true);
|
| +</script>
|
|
|