Skip to content

Commit 0177fdb

Browse files
mfreed7chromium-wpt-export-bot
authored andcommitted
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}
1 parent 9c10ca3 commit 0177fdb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

html/semantics/interactive-elements/the-dialog-element/dialog-closedby.tentative.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!doctype html>
22
<meta charset="utf-8">
3+
<meta name="timeout" content="long">
34
<link rel=help href="https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss">
45
<script src="/resources/testharness.js"></script>
56
<script src="/resources/testharnessreport.js"></script>

html/semantics/interactive-elements/the-dialog-element/dialog-popover-closedby-complex.tentative.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3+
<meta name="timeout" content="long">
34
<link rel="author" href="mailto:[email protected]">
45
<link rel=help href="https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss">
56
<script src="/resources/testharness.js"></script>

html/semantics/interactive-elements/the-dialog-element/dialog-popover-closedby-simple.tentative.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<meta charset="utf-8">
3+
<meta name="timeout" content="long">
34
<link rel="author" href="mailto:[email protected]">
45
<link rel=help href="https://html.spec.whatwg.org/multipage/interactive-elements.html#dialog-light-dismiss">
56
<script src="/resources/testharness.js"></script>

0 commit comments

Comments
 (0)