From 39434f5f957063f60ac2484483dfd0e47c5c3d4a Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 21 Aug 2012 18:33:30 -0700 Subject: [PATCH] A little tweak to test/ref/height_compute.html. Still doesn't pass --- src/test/ref/{height.css => height_compute.css} | 1 + src/test/ref/height_compute.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename src/test/ref/{height.css => height_compute.css} (94%) diff --git a/src/test/ref/height.css b/src/test/ref/height_compute.css similarity index 94% rename from src/test/ref/height.css rename to src/test/ref/height_compute.css index 41031e2a517..9e1c7fb9679 100644 --- a/src/test/ref/height.css +++ b/src/test/ref/height_compute.css @@ -1,3 +1,4 @@ +body {margin : 0px} .start {background-color : gray; height : 600px} .half {background-color : red; height : 50%} .quarter {background-color : rgb(250, 125, 0); height : 25%} diff --git a/src/test/ref/height_compute.html b/src/test/ref/height_compute.html index d74c8c65c0f..c1610bb4d91 100644 --- a/src/test/ref/height_compute.html +++ b/src/test/ref/height_compute.html @@ -1,6 +1,6 @@ - +