-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark three new dialog tests as slow tests
These all seems to flaky-fail with a timeout on some Mac platforms. Mark them slow tests to give them more time. Fixed: 377943753,379418916 Change-Id: Idfe412cfacd521894dde745cd788d803ac27c719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6033672 Commit-Queue: Di Zhang <[email protected]> Auto-Submit: Mason Freed <[email protected]> Reviewed-by: Di Zhang <[email protected]> Cr-Commit-Position: refs/heads/main@{#1384687}
- Loading branch information
1 parent
9c10ca3
commit 0177fdb
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
html/semantics/interactive-elements/the-dialog-element/dialog-closedby.tentative.html
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
1 change: 1 addition & 0 deletions
1
...cs/interactive-elements/the-dialog-element/dialog-popover-closedby-complex.tentative.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="timeout" content="long"> | ||
<link rel="author" href="mailto:[email protected]"> | ||
<link rel=help href="https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss"> | ||
<script src="/resources/testharness.js"></script> | ||
|
1 change: 1 addition & 0 deletions
1
...ics/interactive-elements/the-dialog-element/dialog-popover-closedby-simple.tentative.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<meta name="timeout" content="long"> | ||
<link rel="author" href="mailto:[email protected]"> | ||
<link rel=help href="https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss"> | ||
<script src="/resources/testharness.js"></script> | ||
|