Bug 103879 - [EFL] Enable CSS3 background-position offsets by default.
Summary: [EFL] Enable CSS3 background-position offsets by default.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Alexis Menard (darktears)
URL:
Keywords: WebExposed
Depends on:
Blocks: 37514
  Show dependency treegraph
 
Reported: 2012-12-03 05:10 PST by Alexis Menard (darktears)
Modified: 2012-12-03 13:58 PST (History)
7 users (show)

See Also:


Attachments
Patch (3.08 KB, patch)
2012-12-03 05:12 PST, Alexis Menard (darktears)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Menard (darktears) 2012-12-03 05:10:13 PST
[EFL] Enable CSS3 background-position offsets by default.
Comment 1 Alexis Menard (darktears) 2012-12-03 05:12:00 PST
Created attachment 177234 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-12-03 05:14:22 PST
Btw, how does all this relate to fixed backgrounds etc? Does it relate?
Comment 3 Alexis Menard (darktears) 2012-12-03 05:17:38 PST
(In reply to comment #2)
> Btw, how does all this relate to fixed backgrounds etc? Does it relate?

I'm not sure what you mean here.

I did a brief description on webkit-dev. It's an extension of what you can do with background-position, aka you can refine where you put the background.
Comment 4 Laszlo Gombos 2012-12-03 12:01:13 PST
Comment on attachment 177234 [details]
Patch

r=me (based on the discussion on webkit-dev).
Comment 5 WebKit Review Bot 2012-12-03 12:05:24 PST
Comment on attachment 177234 [details]
Patch

Clearing flags on attachment: 177234

Committed r136427: <http://trac.webkit.org/changeset/136427>
Comment 6 WebKit Review Bot 2012-12-03 12:05:29 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Jussi Kukkonen (jku) 2012-12-03 13:13:03 PST
regressions on bot:

Regressions: Unexpected text-only failures (1)
  fast/backgrounds/background-position-parsing-2.html [ Failure ]

Regressions: Unexpected image-only failures (1)
  fast/backgrounds/background-position-rendering.html [ ImageOnlyFailure ]
Comment 8 Alexis Menard (darktears) 2012-12-03 13:58:48 PST
(In reply to comment #7)
> regressions on bot:
> 
> Regressions: Unexpected text-only failures (1)
>   fast/backgrounds/background-position-parsing-2.html [ Failure ]
> 
> Regressions: Unexpected image-only failures (1)
>   fast/backgrounds/background-position-rendering.html [ ImageOnlyFailure ]

It should be fixed with http://trac.webkit.org/changeset/136429