4 <style type=
"text/css" media=
"screen">
11 transform: translateZ(
0);
12 background-color: white;
16 -webkit-font-smoothing: subpixel-antialiased;
22 <div class=
"composited">
23 This text should be antialiased, but not smoothed.
26 <div class=
"smoothed composited">
27 This text should be antialiased and smoothed.
31 This text should be antialiased and smoothed in the browser, and antialiased in pixel results.