Bug 105793
Summary: | Sandbox-blocked seamless iframes should log to the console. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike West <mkwst> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 101964 |
Mike West
The following frame should log something reasonable to the console, as the `seamless` attribute is blocked:
<iframe sandbox="allow-scripts" srcdoc="<iframe seamless></iframe>"></iframe>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |