From 94e05ff7db63d7d3314e9e889f8276f75ab41c53 Mon Sep 17 00:00:00 2001 From: "mats.palmgren%bredband.net" Date: Fri, 4 Jan 2008 23:13:08 +0000 Subject: [PATCH] Fix the reftest for bug 391979. git-svn-id: svn://10.0.0.236/trunk@242381 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/reftests/bugs/391979-ref.html | 2 +- mozilla/layout/reftests/bugs/391979.html | 4 ++-- mozilla/layout/reftests/bugs/reftest.list | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/layout/reftests/bugs/391979-ref.html b/mozilla/layout/reftests/bugs/391979-ref.html index b6f35f18142..80c6c911da0 100644 --- a/mozilla/layout/reftests/bugs/391979-ref.html +++ b/mozilla/layout/reftests/bugs/391979-ref.html @@ -8,7 +8,7 @@ color:black; background-color:white; font-size:16px; padding:0; margin:0; } - div { background:green; width:70ch; height:2ch; } + div { background:green; width:20ch; height:2ch; } diff --git a/mozilla/layout/reftests/bugs/391979.html b/mozilla/layout/reftests/bugs/391979.html index c6d1ea1b30e..09e660d9203 100644 --- a/mozilla/layout/reftests/bugs/391979.html +++ b/mozilla/layout/reftests/bugs/391979.html @@ -9,9 +9,9 @@ } .float { float:left; clear:both; } - .t1 { -moz-column-count:2; -moz-column-width: 30ch; -moz-column-gap: 10ch; background:red; height:2ch; } + .t1 { -moz-column-count:2; -moz-column-width: 9ch; -moz-column-gap: 2ch; background:red; height:2ch; } - .abs { position:absolute; width:70ch; height:2ch; } + .abs { position:absolute; width:20ch; height:2ch; } .red { background:red; } .green { background:green; } diff --git a/mozilla/layout/reftests/bugs/reftest.list b/mozilla/layout/reftests/bugs/reftest.list index 8606ec3930c..34cd0203413 100644 --- a/mozilla/layout/reftests/bugs/reftest.list +++ b/mozilla/layout/reftests/bugs/reftest.list @@ -516,7 +516,7 @@ skip-if(MOZ_WIDGET_TOOLKIT!="windows") == 391045.html 391045-ref.html # windows- == 391412-1a.html 391412-1-ref.html == 391412-1b.html 391412-1-ref.html == 391909-1.html 391909-1-ref.html -# == 391979.html 391979-ref.html +== 391979.html 391979-ref.html == 391994-1.html 391994-1-ref.html == 392435-1.html 392435-1-ref.html == 393330-1.html 393330-1-ref.html