From f6c942a75f5d1eb37d4cb02fc55577994d035671 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Thu, 7 Oct 2010 15:54:33 -0400 Subject: [PATCH] Bug 600803 - setting value with newline on textarea has excess newline (test case); r=bzbarsky a=NPOTB --- layout/reftests/bugs/600803-1-ref.html | 18 ++++++++++++++++++ layout/reftests/bugs/600803-1.html | 18 ++++++++++++++++++ layout/reftests/bugs/reftest.list | 1 + 3 files changed, 37 insertions(+) create mode 100644 layout/reftests/bugs/600803-1-ref.html create mode 100644 layout/reftests/bugs/600803-1.html diff --git a/layout/reftests/bugs/600803-1-ref.html b/layout/reftests/bugs/600803-1-ref.html new file mode 100644 index 00000000000..876a893a640 --- /dev/null +++ b/layout/reftests/bugs/600803-1-ref.html @@ -0,0 +1,18 @@ + + + + +
+
+ + + diff --git a/layout/reftests/bugs/600803-1.html b/layout/reftests/bugs/600803-1.html new file mode 100644 index 00000000000..6b73a21560a --- /dev/null +++ b/layout/reftests/bugs/600803-1.html @@ -0,0 +1,18 @@ + + + + +
+
+ + + diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index f02d35fcbe4..e90d6cca5cd 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -1511,3 +1511,4 @@ random-if(layersGPUAccelerated) == 581317-1.html 581317-1-ref.html == 594624-1.html 594624-1-ref.html == 597721-1.html 597721-1-ref.html fails-if(!haveTestPlugin) == 599476.html 599476-ref.html +== 600803-1.html 600803-1-ref.html