summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/389074-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/389074-1-ref.html')
-rw-r--r--layout/reftests/bugs/389074-1-ref.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/389074-1-ref.html b/layout/reftests/bugs/389074-1-ref.html
new file mode 100644
index 0000000000..69e68a114d
--- /dev/null
+++ b/layout/reftests/bugs/389074-1-ref.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<!-- check that U+FEFF doesn't disrupt glyph rendering, see bug 389074 comments 26, 30 -->
+<html>
+ <div style="font-size: large; font-family: sans-serif;">
+ <!-- leave one FEFF in the text to maintain same line height -->
+ <p>&#xfeff;ABC</p>
+ </div>
+</html>