Skip to content

Commit

Permalink
Remove scroll-to-text-fragment from SlowTests
Browse files Browse the repository at this point in the history
WPT tests should be using the "timeout" meta rather than beign added to
SlowTests, see:
https://bugs.chromium.org/p/chromium/issues/detail?id=758892#c5

Bug: 1293315,1133836
Change-Id: I0d8803d56617d4cccc0f77bcb6c4e50d88988e7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5122372
Commit-Queue: Vladimir Levin <[email protected]>
Auto-Submit: David Bokan <[email protected]>
Reviewed-by: Vladimir Levin <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1237635}
  • Loading branch information
bokand authored and chromium-wpt-export-bot committed Dec 14, 2023
1 parent 21ed585 commit 58338f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scroll-to-text-fragment/force-load-at-top.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<title>ForceLoadAtTop blocks scroll on load</title>
<meta charset=utf-8>
<meta name="timeout" content="long">
<link rel="help" href="https://wicg.github.io/ScrollToTextFragment/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down
1 change: 1 addition & 0 deletions scroll-to-text-fragment/redirects.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!doctype html>
<title>TextFragment invoked on redirects</title>
<meta charset=utf-8>
<meta name="timeout" content="long">
<link rel="help" href="https://wicg.github.io/ScrollToTextFragment/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down

0 comments on commit 58338f3

Please sign in to comment.