From fb564353f2f8e9b4ba01e814c06bb29828099268 Mon Sep 17 00:00:00 2001 From: win7-7 Date: Tue, 2 Jun 2020 11:55:46 +0300 Subject: issue #1575 - Fix the wrong position when we calculate the position for position:absolute child and add reftests Use |GetUsedBorder| instead of |GetComputedBorder| when we calculate the position for position:absolute child. --- layout/reftests/table-html/bug1379306-2-ref.html | 21 +++++++++++++++++++++ layout/reftests/table-html/bug1379306-2.html | 21 +++++++++++++++++++++ layout/reftests/table-html/bug1379306-3-ref.html | 23 +++++++++++++++++++++++ layout/reftests/table-html/bug1379306-3.html | 23 +++++++++++++++++++++++ layout/reftests/table-html/reftest.list | 2 ++ 5 files changed, 90 insertions(+) create mode 100644 layout/reftests/table-html/bug1379306-2-ref.html create mode 100644 layout/reftests/table-html/bug1379306-2.html create mode 100644 layout/reftests/table-html/bug1379306-3-ref.html create mode 100644 layout/reftests/table-html/bug1379306-3.html (limited to 'layout/reftests/table-html') diff --git a/layout/reftests/table-html/bug1379306-2-ref.html b/layout/reftests/table-html/bug1379306-2-ref.html new file mode 100644 index 000000000..a02d92bb2 --- /dev/null +++ b/layout/reftests/table-html/bug1379306-2-ref.html @@ -0,0 +1,21 @@ + +Table Row Testcase, bug 1379306 + +

Table Row Testcase, bug 1379306

+ + + + + +
+
+
\ No newline at end of file diff --git a/layout/reftests/table-html/bug1379306-2.html b/layout/reftests/table-html/bug1379306-2.html new file mode 100644 index 000000000..f04d0219f --- /dev/null +++ b/layout/reftests/table-html/bug1379306-2.html @@ -0,0 +1,21 @@ + +Testcase, bug 1379306 + +

Table Row Testcase, bug 1379306

+ + + + + +
+
+
\ No newline at end of file diff --git a/layout/reftests/table-html/bug1379306-3-ref.html b/layout/reftests/table-html/bug1379306-3-ref.html new file mode 100644 index 000000000..ffb70b46e --- /dev/null +++ b/layout/reftests/table-html/bug1379306-3-ref.html @@ -0,0 +1,23 @@ + +Testcase, bug 1379306 + +

Table Row Group Testcase, bug 1379306

+ + + + + + + +
+
+
\ No newline at end of file diff --git a/layout/reftests/table-html/bug1379306-3.html b/layout/reftests/table-html/bug1379306-3.html new file mode 100644 index 000000000..3192902ef --- /dev/null +++ b/layout/reftests/table-html/bug1379306-3.html @@ -0,0 +1,23 @@ + +Testcase, bug 1379306 + +

Table Row Group Testcase, bug 1379306

+ + + + + + + +
+
+
\ No newline at end of file diff --git a/layout/reftests/table-html/reftest.list b/layout/reftests/table-html/reftest.list index 362a96096..c3a4010ca 100644 --- a/layout/reftests/table-html/reftest.list +++ b/layout/reftests/table-html/reftest.list @@ -1,2 +1,4 @@ == cell-align-stopped-at-table-1-standards.html cell-align-stopped-at-table-1-standards-ref.html == cell-align-stopped-at-table-1-quirks.html cell-align-stopped-at-table-1-quirks-ref.html +== bug1379306-2.html bug1379306-2-ref.html +== bug1379306-3.html bug1379306-3-ref.html -- cgit v1.2.3