diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php
index 126cd704d24..a3041911b01 100644
--- a/htdocs/public/test/test_arrays.php
+++ b/htdocs/public/test/test_arrays.php
@@ -4,7 +4,7 @@ define("NOCSRFCHECK",1); // We accept to go on this page from external web site.
require '../../main.inc.php';
-if (!empty($conf->global->MAIN_FEATURES_LEVEL))
+if (empty($conf->global->MAIN_FEATURES_LEVEL))
{
print "Page available onto dev environment only";
exit;
@@ -28,7 +28,7 @@ if (!empty($conf->global->MAIN_FEATURES_LEVEL))
-
+
@@ -44,38 +44,55 @@ This page is a sample of page using tables. To make test with
+Example 0 : Table with div and table with table containg a select that should be overflowed and truncated
+