Changeset 292284 in webkit
- Timestamp:
- Apr 4, 2022, 1:37:53 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 6 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/mac-wk1/TestExpectations (modified) (1 diff)
-
LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-031-expected.txt (deleted)
-
LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/resize-observer (deleted)
-
Source/WTF/ChangeLog (modified) (1 diff)
-
Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml (modified) (2 diffs)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/DumpRenderTree/TestOptions.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r292283 r292284 1 2022-04-04 Cathie Chen <cathiechen@igalia.com> 2 3 REGRESSION(r291797): [wk1] 5 contain-intrinsic-size* tests are constant text failures 4 https://bugs.webkit.org/show_bug.cgi?id=238584 5 6 Reviewed by Simon Fraser. 7 8 * platform/mac-wk1/TestExpectations: 9 * platform/mac-wk1/imported/w3c/web-platform-tests/css/css-contain/content-visibility/content-visibility-031-expected.txt: Removed. 10 * platform/mac-wk1/imported/w3c/web-platform-tests/resize-observer/change-layout-in-error-expected.txt: Removed. 11 1 12 2022-04-04 Myles C. Maxfield <mmaxfield@apple.com> 2 13 -
trunk/LayoutTests/platform/mac-wk1/TestExpectations
r292283 r292284 1695 1695 1696 1696 webkit.org/b/229247 http/tests/fetch/keepalive-fetch-2.html [ Pass Failure ] 1697 1698 # webkit.org/b/238584 These 5 tests are constantly failing on wk11699 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/auto-001.html [ Failure ]1700 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/auto-002.html [ Failure ]1701 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/auto-003.html [ Failure ]1702 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/auto-004.html [ Failure ]1703 imported/w3c/web-platform-tests/css/css-sizing/contain-intrinsic-size/auto-005.html [ Failure ]1704 1697 1705 1698 webkit.org/b/209878 [ Debug ] webrtc/datachannel/multiple-connections.html [ Pass Failure Slow ] -
trunk/Source/WTF/ChangeLog
r292275 r292284 1 2022-04-04 Cathie Chen <cathiechen@igalia.com> 2 3 REGRESSION(r291797): [wk1] 5 contain-intrinsic-size* tests are constant text failures 4 https://bugs.webkit.org/show_bug.cgi?id=238584 5 6 Reviewed by Simon Fraser. 7 8 Enable ResizeObserver for legacy WebKit. 9 10 * Scripts/Preferences/WebPreferencesExperimental.yaml: 11 1 12 2022-04-03 Tim Horton <timothy_horton@apple.com> 2 13 -
trunk/Source/WTF/Scripts/Preferences/WebPreferencesExperimental.yaml
r292156 r292284 1220 1220 default: false 1221 1221 1222 # FIXME: This is on by default in WebKit2. Perhaps we should consider turning it on for WebKitLegacy as well.1223 1222 ResizeObserverEnabled: 1224 1223 type: bool … … 1227 1226 defaultValue: 1228 1227 WebKitLegacy: 1229 default: false1230 WebKit: 1231 default: true 1232 WebCore: 1233 default: false1228 default: true 1229 WebKit: 1230 default: true 1231 WebCore: 1232 default: true 1234 1233 1235 1234 ResolutionMediaFeatureEnabled: -
trunk/Tools/ChangeLog
r292274 r292284 1 2022-04-04 Cathie Chen <cathiechen@igalia.com> 2 3 REGRESSION(r291797): [wk1] 5 contain-intrinsic-size* tests are constant text failures 4 https://bugs.webkit.org/show_bug.cgi?id=238584 5 6 Reviewed by Simon Fraser. 7 8 Enable ResizeObserver for wk1 test. 9 10 * DumpRenderTree/TestOptions.cpp: 11 (WTR::TestOptions::defaults): 12 1 13 2022-04-02 Myles C. Maxfield <mmaxfield@apple.com> 2 14 -
trunk/Tools/DumpRenderTree/TestOptions.cpp
r291578 r292284 120 120 { "LazyImageLoadingEnabled", false }, 121 121 { "RequestIdleCallbackEnabled", false }, 122 { "ResizeObserverEnabled", false },123 122 { "WebAuthenticationEnabled", false }, 124 123 { "WebGPUEnabled", false }, … … 169 168 { "PrivateClickMeasurementEnabled", false }, 170 169 { "RequestIdleCallbackEnabled", false }, 171 { "ResizeObserverEnabled", false },172 170 { "SelectionAcrossShadowBoundariesEnabled", true }, 173 171 { "ShrinksStandaloneImagesToFit", true },
Note:
See TracChangeset
for help on using the changeset viewer.