From f30d8a3bdb2e9622df4a0ca17eee8186ed78e7d5 Mon Sep 17 00:00:00 2001 From: "dbaron%dbaron.org" Date: Thu, 22 Feb 2007 23:27:18 +0000 Subject: [PATCH] Add tests for collapsed borders and foreground images. git-svn-id: svn://10.0.0.236/trunk@220772 18797224-902f-48f8-a5cc-f745e15eee43 --- .../collapsed-border-height-4.html | 44 +++++++++++++++ .../collapsed-border-height-5.html | 44 +++++++++++++++ .../collapsed-border-height-6.html | 44 +++++++++++++++ .../collapsed-border-left-4.html | 44 +++++++++++++++ .../collapsed-border-left-5.html | 44 +++++++++++++++ .../collapsed-border-left-6.html | 44 +++++++++++++++ .../collapsed-border-top-4.html | 44 +++++++++++++++ .../collapsed-border-top-5.html | 44 +++++++++++++++ .../collapsed-border-top-6.html | 44 +++++++++++++++ .../collapsed-border-width-4.html | 44 +++++++++++++++ .../collapsed-border-width-5.html | 44 +++++++++++++++ .../collapsed-border-width-6.html | 44 +++++++++++++++ .../pixel-rounding/image-base-ref.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-10-ref.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-top-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-top-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-height-top-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-left-10-ref.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-left-4.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-left-5.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-left-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-left-width-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-left-width-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-left-width-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-top-10-ref.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-top-4.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-top-5.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/image-top-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-top-height-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-top-height-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-top-height-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-10-ref.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-6.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-left-4.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-left-5.html | 45 ++++++++++++++++ .../pixel-rounding/image-width-left-6.html | 45 ++++++++++++++++ .../reftests/pixel-rounding/reftest.list | 54 +++++++++++++++++++ 42 files changed, 1887 insertions(+) create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-height-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-height-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-height-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-left-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-left-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-left-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-top-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-top-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-top-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-width-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-width-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/collapsed-border-width-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-base-ref.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-10-ref.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-top-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-top-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-height-top-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-10-ref.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-width-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-width-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-left-width-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-10-ref.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-height-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-height-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-top-height-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-10-ref.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-6.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-left-4.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-left-5.html create mode 100644 mozilla/layout/reftests/pixel-rounding/image-width-left-6.html diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-4.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-4.html new file mode 100644 index 00000000000..93d23553267 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-4.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-5.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-5.html new file mode 100644 index 00000000000..272e885897c --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-5.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-6.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-6.html new file mode 100644 index 00000000000..3c812c46366 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-height-6.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-4.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-4.html new file mode 100644 index 00000000000..f2c1b388db8 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-4.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-5.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-5.html new file mode 100644 index 00000000000..a9d75367be8 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-5.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-6.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-6.html new file mode 100644 index 00000000000..5f5ec028e0f --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-left-6.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-4.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-4.html new file mode 100644 index 00000000000..c26616405b0 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-4.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-5.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-5.html new file mode 100644 index 00000000000..28eac74f31b --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-5.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-6.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-6.html new file mode 100644 index 00000000000..2012cfe4b7a --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-top-6.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-4.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-4.html new file mode 100644 index 00000000000..8081aa041e2 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-4.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-5.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-5.html new file mode 100644 index 00000000000..04fcf2fc515 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-5.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-6.html b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-6.html new file mode 100644 index 00000000000..c7ba93ae13b --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/collapsed-border-width-6.html @@ -0,0 +1,44 @@ + + + +Pixel rounding testcase + + + + + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+ + +
+
+
+
+
+
+ + +
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-base-ref.html b/mozilla/layout/reftests/pixel-rounding/image-base-ref.html new file mode 100644 index 00000000000..5cffc123590 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-base-ref.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-10-ref.html b/mozilla/layout/reftests/pixel-rounding/image-height-10-ref.html new file mode 100644 index 00000000000..858e4445a81 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-10-ref.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-4.html b/mozilla/layout/reftests/pixel-rounding/image-height-4.html new file mode 100644 index 00000000000..1903fdf2934 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-5.html b/mozilla/layout/reftests/pixel-rounding/image-height-5.html new file mode 100644 index 00000000000..de8e3e9c978 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-6.html b/mozilla/layout/reftests/pixel-rounding/image-height-6.html new file mode 100644 index 00000000000..1afc5e6012f --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-top-4.html b/mozilla/layout/reftests/pixel-rounding/image-height-top-4.html new file mode 100644 index 00000000000..5f91bd314ea --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-top-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-top-5.html b/mozilla/layout/reftests/pixel-rounding/image-height-top-5.html new file mode 100644 index 00000000000..de8e3e9c978 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-top-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-height-top-6.html b/mozilla/layout/reftests/pixel-rounding/image-height-top-6.html new file mode 100644 index 00000000000..4f446f3e355 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-height-top-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-10-ref.html b/mozilla/layout/reftests/pixel-rounding/image-left-10-ref.html new file mode 100644 index 00000000000..489e4ff3350 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-10-ref.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-4.html b/mozilla/layout/reftests/pixel-rounding/image-left-4.html new file mode 100644 index 00000000000..d8e2cab2939 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-5.html b/mozilla/layout/reftests/pixel-rounding/image-left-5.html new file mode 100644 index 00000000000..47c80820d06 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-6.html b/mozilla/layout/reftests/pixel-rounding/image-left-6.html new file mode 100644 index 00000000000..68ac4e06d63 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-width-4.html b/mozilla/layout/reftests/pixel-rounding/image-left-width-4.html new file mode 100644 index 00000000000..e192901dd20 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-width-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-width-5.html b/mozilla/layout/reftests/pixel-rounding/image-left-width-5.html new file mode 100644 index 00000000000..10d384866f9 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-width-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-left-width-6.html b/mozilla/layout/reftests/pixel-rounding/image-left-width-6.html new file mode 100644 index 00000000000..98f93122ad0 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-left-width-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-10-ref.html b/mozilla/layout/reftests/pixel-rounding/image-top-10-ref.html new file mode 100644 index 00000000000..9df47260a93 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-10-ref.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-4.html b/mozilla/layout/reftests/pixel-rounding/image-top-4.html new file mode 100644 index 00000000000..82b260ad376 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-5.html b/mozilla/layout/reftests/pixel-rounding/image-top-5.html new file mode 100644 index 00000000000..9fe616c5d1f --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-6.html b/mozilla/layout/reftests/pixel-rounding/image-top-6.html new file mode 100644 index 00000000000..d634da9bf9d --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-height-4.html b/mozilla/layout/reftests/pixel-rounding/image-top-height-4.html new file mode 100644 index 00000000000..b9127bb0567 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-height-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-height-5.html b/mozilla/layout/reftests/pixel-rounding/image-top-height-5.html new file mode 100644 index 00000000000..b9c6f4b92c7 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-height-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-top-height-6.html b/mozilla/layout/reftests/pixel-rounding/image-top-height-6.html new file mode 100644 index 00000000000..35b97b3eaf0 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-top-height-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-10-ref.html b/mozilla/layout/reftests/pixel-rounding/image-width-10-ref.html new file mode 100644 index 00000000000..650389da4cb --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-10-ref.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-4.html b/mozilla/layout/reftests/pixel-rounding/image-width-4.html new file mode 100644 index 00000000000..39a4df62d2b --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-5.html b/mozilla/layout/reftests/pixel-rounding/image-width-5.html new file mode 100644 index 00000000000..d1673b33699 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-6.html b/mozilla/layout/reftests/pixel-rounding/image-width-6.html new file mode 100644 index 00000000000..a3929ff30e5 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-left-4.html b/mozilla/layout/reftests/pixel-rounding/image-width-left-4.html new file mode 100644 index 00000000000..b9d381ed76e --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-left-4.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-left-5.html b/mozilla/layout/reftests/pixel-rounding/image-width-left-5.html new file mode 100644 index 00000000000..d1673b33699 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-left-5.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/image-width-left-6.html b/mozilla/layout/reftests/pixel-rounding/image-width-left-6.html new file mode 100644 index 00000000000..2d91aec4038 --- /dev/null +++ b/mozilla/layout/reftests/pixel-rounding/image-width-left-6.html @@ -0,0 +1,45 @@ + + + +Pixel rounding testcase + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mozilla/layout/reftests/pixel-rounding/reftest.list b/mozilla/layout/reftests/pixel-rounding/reftest.list index 60f85fc2e13..2f60fd935b3 100644 --- a/mozilla/layout/reftests/pixel-rounding/reftest.list +++ b/mozilla/layout/reftests/pixel-rounding/reftest.list @@ -1,5 +1,7 @@ random == check-image.html check-image-ref.html # bug 371232 == check-image-blue.html check-image-blue-ref.html + + != background-color-base.html background-color-height-10.html == background-color-height-4.html background-color-base.html == background-color-height-5.html background-color-height-10.html @@ -28,6 +30,8 @@ random == check-image.html check-image-ref.html # bug 371232 == background-color-width-left-4.html background-color-width-4.html == background-color-width-left-5.html background-color-width-5.html == background-color-width-left-6.html background-color-width-6.html + + != border-base-ref.html border-height-10-ref.html fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == border-height-4.html border-base-ref.html # bug 361523 == border-height-5.html border-height-10-ref.html @@ -44,6 +48,8 @@ fails-if(MOZ_WIDGET_TOOLKIT!="cocoa") == border-left-6.html border-left-10-ref.h fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == border-top-4.html border-base-ref.html # bug 361523 fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == border-top-5.html border-top-10-ref.html # bug 361523 fails-if(MOZ_WIDGET_TOOLKIT=="cocoa") == border-top-6.html border-top-10-ref.html # bug 361523 + + != background-image-base.html background-image-height-10-ref.html == background-image-height-4.html background-image-base.html fails-if(MOZ_WIDGET_TOOLKIT!="cocoa") == background-image-height-5.html background-image-height-10-ref.html # bug 371225 @@ -75,3 +81,51 @@ random == background-image-height-top-6.html background-image-height-6.html random == background-image-width-left-4.html background-image-width-4.html random == background-image-width-left-5.html background-image-width-5.html random == background-image-width-left-6.html background-image-width-6.html + + +# These all fail due to any of bug 371182, bug 155955, and maybe also +# bug 371180, plus a bunch of other bugs that ought to be filed. +fails == collapsed-border-height-4.html border-base-ref.html +fails == collapsed-border-height-5.html border-height-10-ref.html +fails == collapsed-border-height-6.html border-height-10-ref.html +fails == collapsed-border-width-4.html border-base-ref.html +fails == collapsed-border-width-5.html border-width-10-ref.html +fails == collapsed-border-width-6.html border-width-10-ref.html +fails == collapsed-border-left-4.html border-base-ref.html +fails == collapsed-border-left-5.html border-left-10-ref.html +fails == collapsed-border-left-6.html border-left-10-ref.html +fails == collapsed-border-top-4.html border-base-ref.html +fails == collapsed-border-top-5.html border-top-10-ref.html +fails == collapsed-border-top-6.html border-top-10-ref.html + + +# These failures are all a bug related to the image scaling code that +# needs to be filed. +# != image-base-ref.html image-height-10-ref.html +# == image-height-4.html image-base-ref.html +# fails == image-height-5.html image-height-10-ref.html +# == image-height-6.html image-height-10-ref.html +# != image-base-ref.html image-top-10-ref.html +# fails == image-top-4.html image-base-ref.html +# fails == image-top-5.html image-top-10-ref.html +# == image-top-6.html image-top-10-ref.html +# != image-base-ref.html image-width-10-ref.html +# == image-width-4.html image-base-ref.html +# fails == image-width-5.html image-width-10-ref.html +# == image-width-6.html image-width-10-ref.html +# != image-base-ref.html image-left-10-ref.html +# fails == image-left-4.html image-base-ref.html +# fails == image-left-5.html image-left-10-ref.html +# == image-left-6.html image-left-10-ref.html +# fails == image-top-height-4.html image-height-4.html +# fails == image-top-height-5.html image-height-5.html +# fails == image-top-height-6.html image-height-6.html +# fails == image-left-width-4.html image-width-4.html +# fails == image-left-width-5.html image-width-5.html +# fails == image-left-width-6.html image-width-6.html +# fails == image-height-top-4.html image-height-4.html +# fails == image-height-top-5.html image-height-5.html +# fails == image-height-top-6.html image-height-6.html +# fails == image-width-left-4.html image-width-4.html +# fails == image-width-left-5.html image-width-5.html +# fails == image-width-left-6.html image-width-6.html