Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Remove HTMLPreElement.wrap IDL attribute
Remove HTMLPreElement.wrap IDL attribute https://bugs.webkit.org/show_bug.cgi?id=249965 Reviewed by Alexey Shvayka. This patch is to align WebKit with Gecko / Firefox, Blink / Chromium and web-specification. Merge - https://src.chromium.org/viewvc/blink?view=rev&revision=179131 This patch remove "wrap" from IDL file of the "Pre" element and align WebKit with web standards. It was removed from Blink in 2014. * Source/WebCore/html/HTMLPreElement.idl: Remove 'wrap' * LayoutTests/fast/dom/boolean-attribute-reflection.html: Rebaselined * LayoutTests/fast/dom/boolean-attribute-reflection-expected.txt: Rebaselined Canonical link: https://commits.webkit.org/258445@main
- Loading branch information
1 parent
941d50e
commit e053000
Showing
3 changed files
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters