Bug 104870
Summary: | REGRESSION (r127956): Inline dabblet animations broken | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dino, jeffrey+webkit, lea, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://lea.verou.me/2012/12/animations-with-one-keyframe/ |
Dean Jackson
The specified URL is not showing the animations when inline on ToT. Opening them on dabblet.com works, as does Safari 6.0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/12871127>
Dean Jackson
Lea, are you watching here?
We've made a change in WebKit that breaks your dabblet embeds. The HTML spec says
"4.3.1 Security - User agents must throw a SecurityError exception whenever any of the members of a Storage object originally returned by the localStorage attribute are accessed by scripts whose effective script origin is not the same as the origin of the Document of the Window object on which the localStorage attribute was accessed."
So basically that's the problem. You'll notice a DOM exception.