Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/enable-browser-side-navigation

Issue 1993513002: Move the shadow-dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These tests currently fail when run with --enable-browser-side-navigation 1 # These tests currently fail when run with --enable-browser-side-navigation
2 # See https://crbug.com/576261 2 # See https://crbug.com/576261
3 3
4 # https://crbug.com/608371: PlzNavigate: properly execute the BeforeUnload event 4 # https://crbug.com/608371: PlzNavigate: properly execute the BeforeUnload event
5 editing/pasteboard/file-drag-to-editable.html [ Crash Failure ] 5 editing/pasteboard/file-drag-to-editable.html [ Crash Failure ]
6 fast/events/before-unload-forbidden-navigation.html [ Crash ] 6 fast/events/before-unload-forbidden-navigation.html [ Crash ]
7 fast/events/before-unload-return-value-from-listener.html [ Crash Failure ] 7 fast/events/before-unload-return-value-from-listener.html [ Crash Failure ]
8 fast/events/drop-handler-should-not-stop-navigate.html [ Crash Failure ] 8 fast/events/drop-handler-should-not-stop-navigate.html [ Crash Failure ]
9 fast/loader/recursive-before-unload-crash.html [ Crash Failure ] 9 fast/loader/recursive-before-unload-crash.html [ Crash Failure ]
10 http/tests/history/back-during-beforeunload.html [ Crash ] 10 http/tests/history/back-during-beforeunload.html [ Crash ]
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 fast/dom/frame-loading-via-document-write.html [ Failure ] 187 fast/dom/frame-loading-via-document-write.html [ Failure ]
188 fast/events/drag-file-crash.html [ Failure ] 188 fast/events/drag-file-crash.html [ Failure ]
189 fast/layout/scroll-anchoring/history-restore-anchors.html [ Failure ] 189 fast/layout/scroll-anchoring/history-restore-anchors.html [ Failure ]
190 fast/overflow/overflow-height-float-not-removed-crash.html [ Failure ] 190 fast/overflow/overflow-height-float-not-removed-crash.html [ Failure ]
191 fast/overflow/overflow-height-float-not-removed-crash3.html [ Failure ] 191 fast/overflow/overflow-height-float-not-removed-crash3.html [ Failure ]
192 fast/table/giantCellspacing.html [ Failure ] 192 fast/table/giantCellspacing.html [ Failure ]
193 http/tests/misc/policy-delegate-called-twice.html [ Failure ] 193 http/tests/misc/policy-delegate-called-twice.html [ Failure ]
194 http/tests/misc/window-dot-stop.html [ Failure ] 194 http/tests/misc/window-dot-stop.html [ Failure ]
195 http/tests/misc/window-open-then-write.html [ Timeout ] 195 http/tests/misc/window-open-then-write.html [ Timeout ]
196 imported/web-platform-tests/html/semantics/embedded-content/the-object-element /object-attributes.html [ Failure ] 196 imported/web-platform-tests/html/semantics/embedded-content/the-object-element /object-attributes.html [ Failure ]
197 imported/web-platform-tests/shadow-dom/untriaged/html-elements-in-shadow-trees /html-forms/test-003.html [ Failure ] 197 imported/wpt/shadow-dom/untriaged/html-elements-in-shadow-trees/html-forms/tes t-003.html [ Failure ]
198 mhtml/multi_frames_contentid.mht [ Timeout Failure ] 198 mhtml/multi_frames_contentid.mht [ Timeout Failure ]
199 plugins/object-onfocus-mutation-crash.html [ Timeout ] 199 plugins/object-onfocus-mutation-crash.html [ Timeout ]
200 svg/custom/anchor-on-use.svg [ Failure ] 200 svg/custom/anchor-on-use.svg [ Failure ]
201 svg/dynamic-updates/SVGAElement-dom-href-attr.html [ Failure ] 201 svg/dynamic-updates/SVGAElement-dom-href-attr.html [ Failure ]
202 svg/dynamic-updates/SVGAElement-dom-target-attr.html [ Failure ] 202 svg/dynamic-updates/SVGAElement-dom-target-attr.html [ Failure ]
203 svg/dynamic-updates/SVGAElement-svgdom-href-prop.html [ Failure ] 203 svg/dynamic-updates/SVGAElement-svgdom-href-prop.html [ Failure ]
204 svg/dynamic-updates/SVGAElement-svgdom-target-prop.html [ Failure ] 204 svg/dynamic-updates/SVGAElement-svgdom-target-prop.html [ Failure ]
205 virtual/pointerevent/fast/events/drag-file-crash.html [ Failure ] 205 virtual/pointerevent/fast/events/drag-file-crash.html [ Failure ]
206 virtual/pointerevent/fast/events/iframe-object-onload.html [ Failure ] 206 virtual/pointerevent/fast/events/iframe-object-onload.html [ Failure ]
207 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash.html [ Fail ure ] 207 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash.html [ Fail ure ]
208 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash2.html [ Tim eout ] 208 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash2.html [ Tim eout ]
209 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash3.html [ Fai lure ] 209 virtual/spv2/fast/overflow/overflow-height-float-not-removed-crash3.html [ Fai lure ]
210 virtual/trustedeventsdefaultaction/fast/events/drag-file-crash.html [ Failure ] 210 virtual/trustedeventsdefaultaction/fast/events/drag-file-crash.html [ Failure ]
211 virtual/trustedeventsdefaultaction/fast/events/iframe-object-onload.html [ Fai lure ] 211 virtual/trustedeventsdefaultaction/fast/events/iframe-object-onload.html [ Fai lure ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698