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

Unified Diff: LayoutTests/fast/forms/input-placeholder-paint-order.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/forms/form-hides-table.html ('k') | LayoutTests/fast/forms/listbox-bidi-align.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/input-placeholder-paint-order.html
diff --git a/LayoutTests/fast/forms/input-placeholder-paint-order.html b/LayoutTests/fast/forms/input-placeholder-paint-order.html
index 268ac265e724bc5b407f1cb73a84f2243ea002b3..37b3a5cd44e68322aad6db11b78bdf81539ef140 100644
--- a/LayoutTests/fast/forms/input-placeholder-paint-order.html
+++ b/LayoutTests/fast/forms/input-placeholder-paint-order.html
@@ -8,6 +8,8 @@ if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>
<style>
+body { overflow: hidden; }
+
input {
color: lime;
text-indent: 1px;
« no previous file with comments | « LayoutTests/fast/forms/form-hides-table.html ('k') | LayoutTests/fast/forms/listbox-bidi-align.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698