Bug 101101 - [chromium][CSS Regions] fast/regions/autoheight-definedheight-changenotdetected.html fails on MacOS 10.8
Summary: [chromium][CSS Regions] fast/regions/autoheight-definedheight-changenotdetect...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mihnea Ovidenie
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2012-11-02 14:20 PDT by Stephen White
Modified: 2013-04-09 13:35 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2012-11-03 13:55 PDT, Mihnea Ovidenie
rniwa: review+
rniwa: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Mihnea Ovidenie 2012-11-02 15:09:10 PDT
Already taken a look without being able to reproduce it, but i may have a potential fix for it.
Comment 2 Mihnea Ovidenie 2012-11-03 13:55:47 PDT
Created attachment 172226 [details]
Patch

I suspect turning off font-smoothing for the Ahem font used for content that is flowed into regions will fix the problem. I was not able to reproduce the problem on my ML machine.
Comment 3 Ryosuke Niwa 2012-11-04 01:43:03 PST
Comment on attachment 172226 [details]
Patch

I'm a bit skeptical but let's try that.
Comment 4 Ryosuke Niwa 2012-11-04 01:55:12 PST
Comment on attachment 172226 [details]
Patch

Looking at the actual result more closely, this might be a real bug in Chromium. Let's hold off on landing this.
http://build.chromium.org/f/chromium/layout_test_results/WebKit_Mac10_8/results/layout-test-results/fast/regions/autoheight-definedheight-changenotdetected-actual.png
Comment 5 Ryosuke Niwa 2012-11-04 01:56:28 PST
Emil & Levi,

Is 1px anti-aliasing showing up on the boxes on the left and the bottom right expected? I can't help but think that this is a real bug in Chromium on 10.8.
Comment 6 Emil A Eklund 2012-11-05 07:39:54 PST
(In reply to comment #5)
> Emil & Levi,
> 
> Is 1px anti-aliasing showing up on the boxes on the left and the bottom right expected? I can't help but think that this is a real bug in Chromium on 10.8.

Depends on what the test is doing, hard to tell from the screenshot.
Comment 7 Mihnea Ovidenie 2012-11-05 08:04:18 PST
(In reply to comment #6)
> (In reply to comment #5)
> > Emil & Levi,
> > 
> > Is 1px anti-aliasing showing up on the boxes on the left and the bottom right expected? I can't help but think that this is a real bug in Chromium on 10.8.
> 
> Depends on what the test is doing, hard to tell from the screenshot.

The test is using a 50px Ahem to create a green line. Independent of regions, i have noticed that a simple div using a 50px Ahem font has the same antialiasing, which is gone if one specifies -webkit-font-smoothing: none, hence my proposed fix for the test in Chromium.