reftest.list (1936B)
1 # Box properties support on ruby boxes are not specified. 2 == box-properties-1.html box-properties-1-ref.html 3 == box-properties-2.html box-properties-2-ref.html 4 == box-properties-3.html box-properties-3-ref.html 5 == box-properties-4.html box-properties-4-ref.html 6 7 # These tests browser features. 8 test-pref(dom.meta-viewport.enabled,true) test-pref(font.size.inflation.emPerLine,15) test-pref(font.size.inflation.forceEnabled,true) test-pref(font.size.inflation.lineThreshold,0) == inflated-ruby-1.html inflated-ruby-1-ref.html 9 test-pref(font.minimum-size.ja,16) == min-font-size-1.html min-font-size-1-ref.html 10 11 # These tests rely on height of inline elements which is unspecified. 12 == line-height-1.html line-height-1-ref.html 13 == line-height-2.html line-height-2-ref.html 14 == line-height-3.html line-height-3-ref.html 15 == line-height-4.html line-height-4-ref.html 16 == relative-positioning-1.html relative-positioning-1-ref.html 17 == relative-positioning-2.html relative-positioning-2-ref.html 18 == ruby-position-horizontal.html ruby-position-horizontal-ref.html 19 == ruby-position-vertical-lr.html ruby-position-vertical-lr-ref.html 20 == ruby-position-vertical-rl.html ruby-position-vertical-rl-ref.html 21 22 # Nested ruby should not crash. 23 load nested-ruby-1.html 24 25 # Inter-character ruby is not enabled, and its spec is not considered stable enough. 26 pref(layout.css.ruby.intercharacter.enabled,true) fuzzy(0-255,0-148) == ruby-intercharacter-1.htm ruby-intercharacter-1-ref.htm 27 pref(layout.css.ruby.intercharacter.enabled,false) != ruby-intercharacter-1.htm ruby-intercharacter-1-ref.htm 28 pref(layout.css.ruby.intercharacter.enabled,true) fuzzy(0-255,0-300) == ruby-intercharacter-2.htm ruby-intercharacter-2-ref.htm 29 pref(layout.css.ruby.intercharacter.enabled,false) != ruby-intercharacter-2.htm ruby-intercharacter-2-ref.htm 30 31 # Testing a specific bug for RTL handling. 32 == bug1181890.html bug1181890-ref.html 33 != bug1181890.html bug1181890-notref.html