aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/text_overflow_basic_ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ref/text_overflow_basic_ref.html')
-rw-r--r--tests/ref/text_overflow_basic_ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ref/text_overflow_basic_ref.html b/tests/ref/text_overflow_basic_ref.html
new file mode 100644
index 00000000000..a5f10212310
--- /dev/null
+++ b/tests/ref/text_overflow_basic_ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style>
+section {
+ border: solid black 1px;
+ width: 10em;
+}
+</style>
+</head>
+<body>
+<section>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx asdf asdf asdf</section>
+</body>
+</html>
+