From cce04361dfc561ded770f2e8b77a706676326f4e Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Tue, 7 Apr 2015 09:28:02 +0100 Subject: [PATCH] Bug 1012640 - patch 3 - Reftest for line break after inline element with white-space:nowrap and whitespace inside the element. r=roc --- layout/reftests/bugs/1012640-1-ref.html | 21 +++++++++++++++++++++ layout/reftests/bugs/1012640-1.html | 21 +++++++++++++++++++++ layout/reftests/bugs/reftest.list | 1 + 3 files changed, 43 insertions(+) create mode 100644 layout/reftests/bugs/1012640-1-ref.html create mode 100644 layout/reftests/bugs/1012640-1.html diff --git a/layout/reftests/bugs/1012640-1-ref.html b/layout/reftests/bugs/1012640-1-ref.html new file mode 100644 index 000000000000..3a197b160842 --- /dev/null +++ b/layout/reftests/bugs/1012640-1-ref.html @@ -0,0 +1,21 @@ + + + + +white-space: nowrap; regressed in Firefox 29 + + + + + + diff --git a/layout/reftests/bugs/1012640-1.html b/layout/reftests/bugs/1012640-1.html new file mode 100644 index 000000000000..adf899bd42dd --- /dev/null +++ b/layout/reftests/bugs/1012640-1.html @@ -0,0 +1,21 @@ + + + + +white-space: nowrap; regressed in Firefox 29 + + + + + + diff --git a/layout/reftests/bugs/reftest.list b/layout/reftests/bugs/reftest.list index 2d40c1151a4e..02bef3e76a65 100644 --- a/layout/reftests/bugs/reftest.list +++ b/layout/reftests/bugs/reftest.list @@ -1824,6 +1824,7 @@ pref(layout.css.overflow-clip-box.enabled,true) == 992447.html 992447-ref.html == 1003425-1.html 1003425-1-ref.html == 1003425-2.html 1003425-2-ref.html pref(layout.css.sticky.enabled,true) == 1005405-1.html 1005405-1-ref.html +== 1012640-1.html 1012640-1-ref.html fuzzy-if(/^Windows\x20NT\x205\.1/.test(http.oscpu),255,1) == 1013054-1.html 1013054-1-ref.html pref(layout.css.will-change.enabled,true) == 1018522-1.html 1018522-1-ref.html == 1021564-1.html 1021564-ref.html