From 7534cd5f2bd372232b48f2a75086f513f5787d03 Mon Sep 17 00:00:00 2001 From: Jonathan Kew Date: Mon, 24 Nov 2014 21:44:31 +0000 Subject: [PATCH] Bug 1103613 - Reftest for inline-size of an orthogonal block. r=smontagu --- .../reftests/writing-mode/1103613-1-ref.html | 28 +++++++++++++++++++ layout/reftests/writing-mode/1103613-1.html | 27 ++++++++++++++++++ layout/reftests/writing-mode/reftest.list | 1 + 3 files changed, 56 insertions(+) create mode 100644 layout/reftests/writing-mode/1103613-1-ref.html create mode 100644 layout/reftests/writing-mode/1103613-1.html diff --git a/layout/reftests/writing-mode/1103613-1-ref.html b/layout/reftests/writing-mode/1103613-1-ref.html new file mode 100644 index 000000000000..88c17ff03ae4 --- /dev/null +++ b/layout/reftests/writing-mode/1103613-1-ref.html @@ -0,0 +1,28 @@ + + + + + + + + +
+
+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/1103613-1.html b/layout/reftests/writing-mode/1103613-1.html new file mode 100644 index 000000000000..8431da9040d6 --- /dev/null +++ b/layout/reftests/writing-mode/1103613-1.html @@ -0,0 +1,27 @@ + + + + + + + + +
+
+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/reftest.list b/layout/reftests/writing-mode/reftest.list index 257064f4346c..af4451b86c01 100644 --- a/layout/reftests/writing-mode/reftest.list +++ b/layout/reftests/writing-mode/reftest.list @@ -19,3 +19,4 @@ random-if(gtk2Widget) == 1094434-1.html 1094434-1-ref.html # bug 1094845 random-if(gtk2Widget) == 1094434-2.html 1094434-2-ref.html # bug 1094845 == 1094914-1a.html 1094914-1-ref.html == 1094914-1b.html 1094914-1-ref.html +== 1103613-1.html 1103613-1-ref.html