Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/huge-mac-input-clamped-width.html

Issue 1956583002: Clamp Mac theme painting to reasonable large bounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Integrate feedback. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <p>Test passes if the input element is truncated beyond 10000px on Mac.</p>
3 <form>
4 <input style="width: 10001px;">
5 </form>
6 <script src="../../resources/run-after-layout-and-paint.js"></script>
7 <script>
8 runAfterLayoutAndPaint(function() {
9 window.scrollTo(10001, 0);
10 }, true);
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698