From cf947555aa1c049a3dacd0c1b4c1af6aed711316 Mon Sep 17 00:00:00 2001 From: "karlt+%karlt.net" Date: Wed, 16 Sep 2009 08:20:34 +0000 Subject: [PATCH] text input reftests git-svn-id: svn://10.0.0.236/trunk@258401 18797224-902f-48f8-a5cc-f745e15eee43 --- .../forms/input-text-dynamic-height-1-ref.xul | 9 +++++++ .../forms/input-text-dynamic-height-1.xul | 24 +++++++++++++++++++ mozilla/layout/reftests/forms/reftest.list | 2 ++ .../forms/textbox-align-baseline-1-ref.xul | 19 +++++++++++++++ .../forms/textbox-align-baseline-1.xul | 19 +++++++++++++++ 5 files changed, 73 insertions(+) create mode 100644 mozilla/layout/reftests/forms/input-text-dynamic-height-1-ref.xul create mode 100644 mozilla/layout/reftests/forms/input-text-dynamic-height-1.xul create mode 100644 mozilla/layout/reftests/forms/textbox-align-baseline-1-ref.xul create mode 100644 mozilla/layout/reftests/forms/textbox-align-baseline-1.xul diff --git a/mozilla/layout/reftests/forms/input-text-dynamic-height-1-ref.xul b/mozilla/layout/reftests/forms/input-text-dynamic-height-1-ref.xul new file mode 100644 index 00000000000..7b82803e031 --- /dev/null +++ b/mozilla/layout/reftests/forms/input-text-dynamic-height-1-ref.xul @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/mozilla/layout/reftests/forms/input-text-dynamic-height-1.xul b/mozilla/layout/reftests/forms/input-text-dynamic-height-1.xul new file mode 100644 index 00000000000..9bbe09bb674 --- /dev/null +++ b/mozilla/layout/reftests/forms/input-text-dynamic-height-1.xul @@ -0,0 +1,24 @@ + + + + + + + + + diff --git a/mozilla/layout/reftests/forms/reftest.list b/mozilla/layout/reftests/forms/reftest.list index c4b05654f49..8ebe9fc4071 100644 --- a/mozilla/layout/reftests/forms/reftest.list +++ b/mozilla/layout/reftests/forms/reftest.list @@ -1,3 +1,5 @@ == input-file-width-clip-1.html input-file-width-clip-ref.html # bug 409587 == input-text-size-1.html input-text-size-1-ref.html == input-text-size-2.html input-text-size-2-ref.html +== input-text-dynamic-height-1.xul input-text-dynamic-height-1-ref.xul # bug 495959 +== textbox-align-baseline-1.xul textbox-align-baseline-1-ref.xul # bug 494901 diff --git a/mozilla/layout/reftests/forms/textbox-align-baseline-1-ref.xul b/mozilla/layout/reftests/forms/textbox-align-baseline-1-ref.xul new file mode 100644 index 00000000000..4cb1230fe67 --- /dev/null +++ b/mozilla/layout/reftests/forms/textbox-align-baseline-1-ref.xul @@ -0,0 +1,19 @@ + + + + + label, textbox { + -moz-appearance: none; + border: none 0px; + margin: 0px; + padding: 0px; + } + + + + + diff --git a/mozilla/layout/reftests/forms/textbox-align-baseline-1.xul b/mozilla/layout/reftests/forms/textbox-align-baseline-1.xul new file mode 100644 index 00000000000..f1ada0c68b0 --- /dev/null +++ b/mozilla/layout/reftests/forms/textbox-align-baseline-1.xul @@ -0,0 +1,19 @@ + + + + + label, textbox { + -moz-appearance: none; + border: none 0px; + margin: 0px; + padding: 0px; + } + + + + +