diff --git a/layout/reftests/bidi/413928-1-ref.html b/layout/reftests/bidi/413928-1-ref.html index a814fcd16d8b..e8679fcc84c4 100644 --- a/layout/reftests/bidi/413928-1-ref.html +++ b/layout/reftests/bidi/413928-1-ref.html @@ -5,7 +5,7 @@ Bug 413928 diff --git a/layout/reftests/bidi/413928-2-ref.html b/layout/reftests/bidi/413928-2-ref.html index 41efd95a17ac..5cd9cd76aa52 100644 --- a/layout/reftests/bidi/413928-2-ref.html +++ b/layout/reftests/bidi/413928-2-ref.html @@ -5,7 +5,7 @@ Bug 413928 diff --git a/layout/reftests/box-shadow/boxshadow-inner-basic-ref.html b/layout/reftests/box-shadow/boxshadow-inner-basic-ref.html index a89032165937..9564a01a7d4c 100644 --- a/layout/reftests/box-shadow/boxshadow-inner-basic-ref.html +++ b/layout/reftests/box-shadow/boxshadow-inner-basic-ref.html @@ -1 +1,12 @@ -
inset
 
+ +
inset
+
 
+ diff --git a/layout/reftests/box-shadow/boxshadow-inner-basic.html b/layout/reftests/box-shadow/boxshadow-inner-basic.html index 968e665f3adb..38d402c2e09e 100644 --- a/layout/reftests/box-shadow/boxshadow-inner-basic.html +++ b/layout/reftests/box-shadow/boxshadow-inner-basic.html @@ -1 +1,7 @@ -
inset
+ +
inset
+ diff --git a/layout/reftests/bugs/134706-5-ref.html b/layout/reftests/bugs/134706-5-ref.html index d6227dcd421c..aa2216f7fe15 100644 --- a/layout/reftests/bugs/134706-5-ref.html +++ b/layout/reftests/bugs/134706-5-ref.html @@ -6,6 +6,8 @@ diff --git a/layout/reftests/bugs/134706-5.html b/layout/reftests/bugs/134706-5.html index 1e56bb08de1c..6cff106c81f4 100644 --- a/layout/reftests/bugs/134706-5.html +++ b/layout/reftests/bugs/134706-5.html @@ -6,6 +6,8 @@ - + diff --git a/layout/reftests/bugs/322436-1-ref.html b/layout/reftests/bugs/322436-1-ref.html index 52fa2de4bf0d..4e69fda15b54 100644 --- a/layout/reftests/bugs/322436-1-ref.html +++ b/layout/reftests/bugs/322436-1-ref.html @@ -6,7 +6,11 @@ There should be floating text here! Look at the source! -This text should show up +This text should show up + + diff --git a/layout/reftests/bugs/322436-1.html b/layout/reftests/bugs/322436-1.html index c6337e4a62bb..64c32a8b8fb1 100644 --- a/layout/reftests/bugs/322436-1.html +++ b/layout/reftests/bugs/322436-1.html @@ -6,7 +6,9 @@ There should be floating text here! Look at the source! -
This text should show up
+
This text should show up
+ + diff --git a/layout/reftests/bugs/388980-1-ref.html b/layout/reftests/bugs/388980-1-ref.html index a1b61ae6fda5..5c5e4277f959 100644 --- a/layout/reftests/bugs/388980-1-ref.html +++ b/layout/reftests/bugs/388980-1-ref.html @@ -3,7 +3,7 @@ Reftest for bug 388980 diff --git a/layout/reftests/margin-collapsing/inline-block-sibling-1-ref.html b/layout/reftests/margin-collapsing/inline-block-sibling-1-ref.html index c867d54bd515..41eba9c76cb9 100644 --- a/layout/reftests/margin-collapsing/inline-block-sibling-1-ref.html +++ b/layout/reftests/margin-collapsing/inline-block-sibling-1-ref.html @@ -1,6 +1,8 @@ + diff --git a/layout/reftests/margin-collapsing/inline-block-sibling-1a.html b/layout/reftests/margin-collapsing/inline-block-sibling-1a.html index 14963f9fb810..8466dc0be38f 100644 --- a/layout/reftests/margin-collapsing/inline-block-sibling-1a.html +++ b/layout/reftests/margin-collapsing/inline-block-sibling-1a.html @@ -8,15 +8,15 @@ } #b, #c { display: inline-block; - height: 20px; width: 200px; + height: 2em; width: 200px; background-color: blue; vertical-align: bottom; } #b { - margin-bottom: 5px; + margin-bottom: .5em; } #c { - margin-top: 15px; + margin-top: 1.5em; } diff --git a/layout/reftests/margin-collapsing/inline-block-sibling-1b.html b/layout/reftests/margin-collapsing/inline-block-sibling-1b.html index 994617d20cc2..0e288cb43250 100644 --- a/layout/reftests/margin-collapsing/inline-block-sibling-1b.html +++ b/layout/reftests/margin-collapsing/inline-block-sibling-1b.html @@ -8,15 +8,15 @@ } #b, #c { display: inline-block; - height: 20px; width: 200px; + height: 2em; width: 200px; background-color: blue; vertical-align: bottom; } #b { - margin-bottom: 15px; + margin-bottom: 1.5em; } #c { - margin-top: 5px; + margin-top: .5em; } diff --git a/layout/reftests/margin-collapsing/inline-block-sibling-1c.html b/layout/reftests/margin-collapsing/inline-block-sibling-1c.html index 4f9eee5ad835..6c8848666726 100644 --- a/layout/reftests/margin-collapsing/inline-block-sibling-1c.html +++ b/layout/reftests/margin-collapsing/inline-block-sibling-1c.html @@ -8,15 +8,15 @@ } #b, #c { display: inline-block; - height: 20px; width: 200px; + height: 2em; width: 200px; background-color: blue; vertical-align: bottom; } #b { - margin-bottom: 10px; + margin-bottom: 1em; } #c { - margin-top: 10px; + margin-top: 1em; } diff --git a/layout/reftests/marquee/413027-4-ref.html b/layout/reftests/marquee/413027-4-ref.html index 50e14e729798..22fdd42e6016 100644 --- a/layout/reftests/marquee/413027-4-ref.html +++ b/layout/reftests/marquee/413027-4-ref.html @@ -4,7 +4,7 @@
-
text
+
text
diff --git a/layout/reftests/marquee/413027-4.html b/layout/reftests/marquee/413027-4.html index 7e5e9379f3c4..d57f2f121517 100644 --- a/layout/reftests/marquee/413027-4.html +++ b/layout/reftests/marquee/413027-4.html @@ -5,7 +5,10 @@
-
text
+ +
text
diff --git a/layout/reftests/pagination/content-inserted-000.ref.xhtml b/layout/reftests/pagination/content-inserted-000.ref.xhtml index 7bef4dfef1ec..b3037746a50b 100644 --- a/layout/reftests/pagination/content-inserted-000.ref.xhtml +++ b/layout/reftests/pagination/content-inserted-000.ref.xhtml @@ -4,6 +4,10 @@ Content Appended in {ib} Pagination with Overflow Containers