From d4ea380440153ebc06b79646262801ea553e2b83 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 12 Jan 2017 20:03:00 +0000 Subject: [PATCH] Add tests for #14952 --- tests/wpt/mozilla/meta/MANIFEST.json | 24 +++++++++++++++++++ .../tests/css/text_overflow_reflow.html | 15 ++++++++++++ .../tests/css/text_overflow_reflow_ref.html | 5 ++++ 3 files changed, 44 insertions(+) create mode 100644 tests/wpt/mozilla/tests/css/text_overflow_reflow.html create mode 100644 tests/wpt/mozilla/tests/css/text_overflow_reflow_ref.html diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 5b3faa75be7..3f3b41a79ea 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -5544,6 +5544,18 @@ "url": "/_mozilla/css/text_overflow_ellipsis.html" } ], + "css/text_overflow_reflow.html": [ + { + "path": "css/text_overflow_reflow.html", + "references": [ + [ + "/_mozilla/css/text_overflow_reflow_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/text_overflow_reflow.html" + } + ], "css/text_overflow_string.html": [ { "path": "css/text_overflow_string.html", @@ -20874,6 +20886,18 @@ "url": "/_mozilla/css/text_overflow_ellipsis.html" } ], + "css/text_overflow_reflow.html": [ + { + "path": "css/text_overflow_reflow.html", + "references": [ + [ + "/_mozilla/css/text_overflow_reflow_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/text_overflow_reflow.html" + } + ], "css/text_overflow_string.html": [ { "path": "css/text_overflow_string.html", diff --git a/tests/wpt/mozilla/tests/css/text_overflow_reflow.html b/tests/wpt/mozilla/tests/css/text_overflow_reflow.html new file mode 100644 index 00000000000..958e2826fa4 --- /dev/null +++ b/tests/wpt/mozilla/tests/css/text_overflow_reflow.html @@ -0,0 +1,15 @@ + + + +Text overflow should disappear when the container becomes large enough + + + +

XXXXXXXXXX

+ diff --git a/tests/wpt/mozilla/tests/css/text_overflow_reflow_ref.html b/tests/wpt/mozilla/tests/css/text_overflow_reflow_ref.html new file mode 100644 index 00000000000..3997908406b --- /dev/null +++ b/tests/wpt/mozilla/tests/css/text_overflow_reflow_ref.html @@ -0,0 +1,5 @@ + + +Text overflow should disappear when the container becomes large enough + +

XXXXXXXXXX