[Webkit-unassigned] [Bug 79756] [GTK] css3/flexbox/inline-flexbox.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 15:33:02 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79756





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2012-02-28 15:33:02 PST ---
This change seems to fix this test and several others and to produce much more consistent results. I'm afraid we should probably revert this change and rebaseline one more time.

--- a/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp
+++ b/Tools/DumpRenderTree/gtk/DumpRenderTree.cpp
@@ -161,11 +161,11 @@ static void initializeGtkFontSettings(const char* testURL)
     ASSERT(screen);
     const cairo_font_options_t* screenOptions = gdk_screen_get_font_options(screen);
     ASSERT(screenOptions);
-    cairo_font_options_t* options = cairo_font_options_copy(screenOptions);
-    // Turn off text metrics hinting, which quantizes metrics to pixels in device space.
-    cairo_font_options_set_hint_metrics(options, CAIRO_HINT_METRICS_OFF);
-    gdk_screen_set_font_options(screen, options);
-    cairo_font_options_destroy(options);
+    //cairo_font_options_t* options = cairo_font_options_copy(screenOptions);
+    //// Turn off text metrics hinting, which quantizes metrics to pixels in device space.
+    //cairo_font_options_set_hint_metrics(options, CAIRO_HINT_METRICS_OFF);
+    //gdk_screen_set_font_options(screen, options);
+    //cairo_font_options_destroy(options);
 }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list