Bug 119101 - The CSS :after selector shouldn't be visible at horizontal
Summary: The CSS :after selector shouldn't be visible at horizontal
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-25 12:37 PDT by Tullio Lucena
Modified: 2022-07-29 10:50 PDT (History)
11 users (show)

See Also:


Attachments
test case [expected rendering only the text] (386 bytes, text/html)
2013-07-25 12:37 PDT, Tullio Lucena
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tullio Lucena 2013-07-25 12:37:23 PDT
Created attachment 207477 [details]
test case [expected rendering only the text]

The CSS :after selector shouldn't be visible when it is rotated by 90 degrees across X axis.
Comment 1 Alex Christensen 2013-07-26 12:06:07 PDT
I have no idea why I was added, but if you rotate it 94 degrees it disappears.  This feels like a precision issue somewhere.
Comment 2 Tullio Lucena 2013-07-26 13:42:05 PDT
(In reply to comment #1)
Thanks for the comment.

> I have no idea why I was added
Sorry, for my mistake.
Do you know someone else that could help with this bug?

> This feels like a precision issue somewhere.
I agree.

The problem began with presentation [ http://brendaneich.github.io/Strange-Loop-2012/ ].
Some links (that appears in red) with this feature make this strange with the transitions between the slides.

> but if you rotate it 94 degrees it disappears.
Yes, I realized that when I was making the test case.
The same think happens with webkit-perspective with value 400px.
But after apply some scale this turns visible again.

This test case looks fine in Chromium and Firefox, but I tried on Safari and the problem appears.

Ubuntu 13.04 (28.0.1500.52-0ubuntu1.13.04.3)
Chromium Version 28.0.1500.52
Firefox Version 22.0

MAC OS X Version 10.6.8
Safari Version 5.1.9 (6534.59.8)
Comment 3 Tullio Lucena 2013-07-26 15:09:18 PDT
This bug could be reproduced on QT, EFL and GTK ports.
I don't have the MAC build to test, but since the Safari has this problem it is possible that the MAC port has too.
Comment 4 Alexey Proskuryakov 2022-07-29 10:50:54 PDT
This still reproduces in Safari.