servo/tests
bors-servo c2076d707e auto merge of #4660 : deokjinkim/servo/font_style, r=jdm
'oblique' font-style is not supported now.
When I checked freetype.h, same macro is used for italic and oblique.

  /*    FT_STYLE_FLAG_ITALIC ::                                            */
  /*      Indicates that a given face style is italic or oblique.          */

So, when font style is 'oblique', enable flag for italic.
With tests/html/test_italic_bold.html, it works well.
2015-01-28 11:51:53 -07:00
..
content Implement most of the important WindowProxy traps 2015-01-12 17:41:48 +01:00
html layout: Implement text-rendering per SVG 1.1 § 11.7.4. 2015-01-08 12:32:58 -08:00
power Update PowerMeasure.py post-cargoify 2014-12-12 22:49:02 +01:00
ref auto merge of #4660 : deokjinkim/servo/font_style, r=jdm 2015-01-28 11:51:53 -07:00
wpt Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
contenttest.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
reftest.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00