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