summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-inflation/relevant-width-overflow-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-inflation/relevant-width-overflow-1-ref.html')
-rw-r--r--layout/reftests/font-inflation/relevant-width-overflow-1-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/font-inflation/relevant-width-overflow-1-ref.html b/layout/reftests/font-inflation/relevant-width-overflow-1-ref.html
new file mode 100644
index 0000000000..96f555569c
--- /dev/null
+++ b/layout/reftests/font-inflation/relevant-width-overflow-1-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML>
+<style>
+div { font-size: 34px; width: 450px }
+div.inner { width: 300px; overflow: hidden; }
+</style>
+<div class="middle">
+ Text in middle.
+ <div class="inner">Text in inner.</div>
+</div>