diff --git a/layout/reftests/xul/reftest.list b/layout/reftests/xul/reftest.list
index 77f7e7755b73..89e5aa10ea51 100644
--- a/layout/reftests/xul/reftest.list
+++ b/layout/reftests/xul/reftest.list
@@ -7,6 +7,7 @@ skip-if((B2G&&browserIsRemote)||Mulet) == textbox-overflow-1.xul textbox-overflo
skip-if(cocoaWidget) skip-if((B2G&&browserIsRemote)||Mulet) == accesskey.xul accesskey-ref.xul # Initial mulet triage: parity with B2G/B2G Desktop
fails-if(cocoaWidget) fails-if(browserIsRemote&&dwrite) fuzzy-if(xulRuntime.widgetToolkit=="gtk3",1,11) skip-if((B2G&&browserIsRemote)||Mulet) == tree-row-outline-1.xul tree-row-outline-1-ref.xul # Initial mulet triage: parity with B2G/B2G Desktop, win8: bug 1254832
skip-if((B2G&&browserIsRemote)||Mulet) != tree-row-outline-1.xul tree-row-outline-1-notref.xul # Initial mulet triage: parity with B2G/B2G Desktop
+skip-if((B2G&&browserIsRemote)||Mulet) == text-crop.xul text-crop-ref.xul # Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) == text-small-caps-1.xul text-small-caps-1-ref.xul # Initial mulet triage: parity with B2G/B2G Desktop
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60) fuzzy-if(cocoaWidget&&browserIsRemote&&!skiaContent,1,31) fuzzy-if(winWidget&&browserIsRemote&&layersGPUAccelerated,1,50) == inactive-fixed-bg-bug1205630.xul inactive-fixed-bg-bug1205630-ref.html
skip-if((B2G&&browserIsRemote)||Mulet) fuzzy-if(skiaContent,1,60) fuzzy-if(cocoaWidget&&browserIsRemote&&!skiaContent,1,31) fuzzy-if(winWidget&&browserIsRemote&&layersGPUAccelerated,1,50) == inactive-fixed-bg-bug1272525.xul inactive-fixed-bg-bug1272525-ref.html
diff --git a/layout/reftests/xul/text-crop-ref.xul b/layout/reftests/xul/text-crop-ref.xul
new file mode 100644
index 000000000000..b4d8c123d112
--- /dev/null
+++ b/layout/reftests/xul/text-crop-ref.xul
@@ -0,0 +1,33 @@
+
+
+
+ @font-face {
+ font-family: firasans;
+ src: url(../fonts/fira/FiraSans-Regular.otf);
+ }
+ vbox {
+ font-family: firasans;
+ font-size: 40px;
+ }
+
+
+
+
+
+
+
+
diff --git a/layout/reftests/xul/text-crop.xul b/layout/reftests/xul/text-crop.xul
new file mode 100644
index 000000000000..5e45400ecd51
--- /dev/null
+++ b/layout/reftests/xul/text-crop.xul
@@ -0,0 +1,32 @@
+
+
+
+ @font-face {
+ font-family: firasans;
+ src: url(../fonts/fira/FiraSans-Regular.otf);
+ }
+ vbox {
+ font-family: firasans;
+ font-size: 40px;
+ }
+
+
+
+
+
+
+
+