From b6a478377db1041c3bbc147d591f931d196247b4 Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Wed, 27 May 2015 22:18:36 +0000 Subject: [PATCH] Bug 997709 part 3 - tests. --- layout/forms/crashtests/997709-1.html | 5 +++++ layout/forms/crashtests/crashtests.list | 1 + layout/reftests/forms/select/997709-2-ref.html | 4 ++++ layout/reftests/forms/select/997709-2.html | 4 ++++ layout/reftests/forms/select/reftest.list | 1 + 5 files changed, 15 insertions(+) create mode 100644 layout/forms/crashtests/997709-1.html create mode 100644 layout/reftests/forms/select/997709-2-ref.html create mode 100644 layout/reftests/forms/select/997709-2.html diff --git a/layout/forms/crashtests/997709-1.html b/layout/forms/crashtests/997709-1.html new file mode 100644 index 000000000000..31d048407d8c --- /dev/null +++ b/layout/forms/crashtests/997709-1.html @@ -0,0 +1,5 @@ + +
+
+ +
diff --git a/layout/forms/crashtests/crashtests.list b/layout/forms/crashtests/crashtests.list index b681da776501..8241012eddd4 100644 --- a/layout/forms/crashtests/crashtests.list +++ b/layout/forms/crashtests/crashtests.list @@ -59,5 +59,6 @@ load 944198.html load 949891.xhtml load 959311.html load 960277-2.html +load 997709-1.html load 1102791.html load 1140216.html diff --git a/layout/reftests/forms/select/997709-2-ref.html b/layout/reftests/forms/select/997709-2-ref.html new file mode 100644 index 000000000000..349abe0b77dc --- /dev/null +++ b/layout/reftests/forms/select/997709-2-ref.html @@ -0,0 +1,4 @@ + + + + diff --git a/layout/reftests/forms/select/997709-2.html b/layout/reftests/forms/select/997709-2.html new file mode 100644 index 000000000000..46be4541859c --- /dev/null +++ b/layout/reftests/forms/select/997709-2.html @@ -0,0 +1,4 @@ + + + + diff --git a/layout/reftests/forms/select/reftest.list b/layout/reftests/forms/select/reftest.list index 1f4897ffd3d2..9c35b13371b4 100644 --- a/layout/reftests/forms/select/reftest.list +++ b/layout/reftests/forms/select/reftest.list @@ -5,3 +5,4 @@ skip-if(B2G||Mulet) == multiple.html multiple-ref.html # Initial mulet triage: p == option-children.html option-children-ref.html fuzzy(1,4) == padding-button-placement.html padding-button-placement-ref.html HTTP(../..) == vertical-centering.html vertical-centering-ref.html +== 997709-2.html 997709-2-ref.html