From e156f85e09abbfb53b514ebe657b78a3f36181e2 Mon Sep 17 00:00:00 2001 From: Xidorn Quan Date: Mon, 3 Apr 2017 12:41:19 +0200 Subject: [PATCH] Bug 1117227 part 6 - Reftest for text-overflow on vertical text. --- .../1117227-1-text-overflow-ref.html | 56 +++++++++++++++++ .../writing-mode/1117227-1-text-overflow.html | 60 +++++++++++++++++++ layout/reftests/writing-mode/reftest.list | 1 + 3 files changed, 117 insertions(+) create mode 100644 layout/reftests/writing-mode/1117227-1-text-overflow-ref.html create mode 100644 layout/reftests/writing-mode/1117227-1-text-overflow.html diff --git a/layout/reftests/writing-mode/1117227-1-text-overflow-ref.html b/layout/reftests/writing-mode/1117227-1-text-overflow-ref.html new file mode 100644 index 0000000000..41b3d42e39 --- /dev/null +++ b/layout/reftests/writing-mode/1117227-1-text-overflow-ref.html @@ -0,0 +1,56 @@ + + + + + Bug 1117227 - text-overflow on vertical text + + + +

Test for text-overflow in vertical mode:

+ +
+
 123456
+
 123456
+
  3456
+
  3456
+
  345678 
+
  345678 
+ +
 123456$
+
 123456$
+
  ^3456$
+
  ^3456$
+
  ^3456
+
  ^3456
+
+ + diff --git a/layout/reftests/writing-mode/1117227-1-text-overflow.html b/layout/reftests/writing-mode/1117227-1-text-overflow.html new file mode 100644 index 0000000000..a09e3449c0 --- /dev/null +++ b/layout/reftests/writing-mode/1117227-1-text-overflow.html @@ -0,0 +1,60 @@ + + + + + Bug 1117227 - text-overflow on vertical text + + + +

Test for text-overflow in vertical mode:

+ +
+
0123456789
+
0123456789
+
0123456789
+
0123456789
+
0123456789
+
0123456789
+ +
0123456789
+
0123456789
+
0123456789
+
0123456789
+
0123456789
+
0123456789
+
+ + diff --git a/layout/reftests/writing-mode/reftest.list b/layout/reftests/writing-mode/reftest.list index f56b5cd837..860a361597 100644 --- a/layout/reftests/writing-mode/reftest.list +++ b/layout/reftests/writing-mode/reftest.list @@ -35,6 +35,7 @@ fails == 1102175-1a.html 1102175-1-ref.html == 1111944-1-list-marker.html 1111944-1-list-marker-ref.html fuzzy(116,64) HTTP(..) == 1115916-1-vertical-metrics.html 1115916-1-vertical-metrics-ref.html == 1117210-1-vertical-baseline-snap.html 1117210-1-vertical-baseline-snap-ref.html +== 1117227-1-text-overflow.html 1117227-1-text-overflow-ref.html == 1122366-1-margin-collapse.html 1122366-1-margin-collapse-ref.html == 1124636-1-fieldset-max-height.html 1124636-1-fieldset-max-height-ref.html == 1124636-2-fieldset-min-height.html 1124636-2-fieldset-min-height-ref.html