From 4e0fe22853007d2be0e12b599fb7f54e8e579d46 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 31 May 2016 13:11:39 -0700 Subject: [PATCH] tests: Fix `position_fixed_a.html` to be standards compliant. As written it failed in all browsers, including Servo with these changes. The test is simply intended to test that fixed position elements are correctly rendered out of flow. It is simplified to test this. --- .../mozilla/tests/css/position_fixed_a.html | 10 +++++---- .../mozilla/tests/css/position_fixed_b.html | 21 +++++++++++-------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/tests/wpt/mozilla/tests/css/position_fixed_a.html b/tests/wpt/mozilla/tests/css/position_fixed_a.html index d96cd783298..06fe7687ceb 100644 --- a/tests/wpt/mozilla/tests/css/position_fixed_a.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_a.html @@ -2,6 +2,9 @@ diff --git a/tests/wpt/mozilla/tests/css/position_fixed_b.html b/tests/wpt/mozilla/tests/css/position_fixed_b.html index 996c6fa48d3..80c078e2a6f 100644 --- a/tests/wpt/mozilla/tests/css/position_fixed_b.html +++ b/tests/wpt/mozilla/tests/css/position_fixed_b.html @@ -1,32 +1,35 @@