From f62cda0697e65d8ed1e4767627f111735912500a Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Thu, 27 Nov 2014 15:15:26 +0000 Subject: [PATCH] Bug 1105268 - Reftest for CSS min- and max- dimensions with vertical writing mode. r=smontagu --- .../1105268-1-min-max-dimensions-ref.html | 60 ++++++++++++++++ .../1105268-1-min-max-dimensions.html | 61 ++++++++++++++++ .../1105268-2-min-max-dimensions-ref.html | 61 ++++++++++++++++ .../1105268-2-min-max-dimensions.html | 71 +++++++++++++++++++ layout/reftests/writing-mode/reftest.list | 2 + 5 files changed, 255 insertions(+) create mode 100644 layout/reftests/writing-mode/1105268-1-min-max-dimensions-ref.html create mode 100644 layout/reftests/writing-mode/1105268-1-min-max-dimensions.html create mode 100644 layout/reftests/writing-mode/1105268-2-min-max-dimensions-ref.html create mode 100644 layout/reftests/writing-mode/1105268-2-min-max-dimensions.html diff --git a/layout/reftests/writing-mode/1105268-1-min-max-dimensions-ref.html b/layout/reftests/writing-mode/1105268-1-min-max-dimensions-ref.html new file mode 100644 index 000000000000..90347bc05f00 --- /dev/null +++ b/layout/reftests/writing-mode/1105268-1-min-max-dimensions-ref.html @@ -0,0 +1,60 @@ + + + + + + + + + + +
+
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+
+
+ +
+ +
+
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+
+
+ + + diff --git a/layout/reftests/writing-mode/1105268-1-min-max-dimensions.html b/layout/reftests/writing-mode/1105268-1-min-max-dimensions.html new file mode 100644 index 000000000000..1d4764187d88 --- /dev/null +++ b/layout/reftests/writing-mode/1105268-1-min-max-dimensions.html @@ -0,0 +1,61 @@ + + + + + + + + + + +
+
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+
+
+ +
+ +
+
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. +
+
+
+ + + diff --git a/layout/reftests/writing-mode/1105268-2-min-max-dimensions-ref.html b/layout/reftests/writing-mode/1105268-2-min-max-dimensions-ref.html new file mode 100644 index 000000000000..8f05bedf3a41 --- /dev/null +++ b/layout/reftests/writing-mode/1105268-2-min-max-dimensions-ref.html @@ -0,0 +1,61 @@ + + + + + + + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ + + diff --git a/layout/reftests/writing-mode/1105268-2-min-max-dimensions.html b/layout/reftests/writing-mode/1105268-2-min-max-dimensions.html new file mode 100644 index 000000000000..3df6d3b62204 --- /dev/null +++ b/layout/reftests/writing-mode/1105268-2-min-max-dimensions.html @@ -0,0 +1,71 @@ + + + + + + + + + + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ + + diff --git a/layout/reftests/writing-mode/reftest.list b/layout/reftests/writing-mode/reftest.list index 50292f4749a2..330f91b90509 100644 --- a/layout/reftests/writing-mode/reftest.list +++ b/layout/reftests/writing-mode/reftest.list @@ -25,3 +25,5 @@ random-if(gtk2Widget) == 1094434-2.html 1094434-2-ref.html # bug 1094845 == 1096224-1a.html 1096224-1-ref.html == 1096224-1b.html 1096224-1-ref.html == 1103613-1.html 1103613-1-ref.html +== 1105268-1-min-max-dimensions.html 1105268-1-min-max-dimensions-ref.html +== 1105268-2-min-max-dimensions.html 1105268-2-min-max-dimensions-ref.html