Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Adds "box-sizing: border-box" to table in UA stylesheet
https://bugs.webkit.org/show_bug.cgi?id=243234 <rdar://97634949> Reviewed by Tim Nguyen. This changes the UA stylesheet to match to the spec and adjusts the relevant tests. https://html.spec.whatwg.org/#tables-2 * Source/WebCore/css/html.css: (table): * LayoutTests/fast/borders/border-image-fill-no-border-expected.html: * LayoutTests/fast/borders/resources/svg-50x50-intrinsic.svg: Added. * LayoutTests/fast/table/min-width-html-block-table-expected.txt: * LayoutTests/fast/table/min-width-html-inline-table-expected.txt: * LayoutTests/fast/table/resources/min-width-helpers.js: * LayoutTests/imported/w3c/web-platform-tests/css/css-position/position-absolute-table-001-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets.html: * LayoutTests/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/tables/table-ua-stylesheet-expected.txt: * LayoutTests/platform/glib/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * LayoutTests/platform/glib/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * LayoutTests/platform/glib/tables/mozilla/bugs/bug145572-expected.txt: * LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png: * LayoutTests/platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png: * LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * LayoutTests/platform/ios/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * LayoutTests/platform/ios/tables/mozilla/bugs/bug145572-expected.txt: * LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/rendering/non-replaced-elements/form-controls/resets-expected.txt: * LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * LayoutTests/platform/mac/tables/mozilla/bugs/bug145572-expected.txt: * LayoutTests/platform/win/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt: * LayoutTests/platform/win/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt: * LayoutTests/platform/win/tables/mozilla/bugs/bug145572-expected.txt: Canonical link: https://commits.webkit.org/253581@main
- Loading branch information
Showing
26 changed files
with
206 additions
and
187 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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.