haikuwebkit/LayoutTests/fast/box-shadow/box-shadow-huge-area-crash....

6 lines
151 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<style>
* { float: left; -webkit-box-shadow: 6px 8px 10px; font-size: 74ex; border-top-left-radius: 83%; }
</style>
Add basic <dialog> element UA styles https://bugs.webkit.org/show_bug.cgi?id=226169 Reviewed by Antti Koivisto. Basic styles from https://html.spec.whatwg.org/#flow-content-3 LayoutTests/imported/w3c: * web-platform-tests/html/rendering/non-replaced-elements/flow-content-0/dialog-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/abspos-dialog-layout-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/centering-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-autofocus-multiple-times-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/dialog-showModal-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable-expected.txt: * web-platform-tests/html/semantics/interactive-elements/the-dialog-element/remove-dialog-should-unblock-document-expected.txt: Source/WebCore: * css/dialog.css: (dialog): LayoutTests: * TestExpectations: marked relevant tests as failing until a proper modal dialog implementation makes them pass * fast/box-shadow/box-shadow-huge-area-crash.html: changed it to use a <div> to match the behaviour before this patch * platform/ios-wk2/imported/w3c/web-platform-tests/html/semantics/interactive-elements/the-dialog-element/abspos-dialog-layout-expected.txt: Canonical link: https://commits.webkit.org/238116@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@278003 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-05-25 08:33:30 +00:00
<div>content</div>