Bug 1659863 [wpt PR 25085] - Update some Screen Enumeration mentions to Window Placement, a=testonly

Automatic update from web-platform-tests
Update some Screen Enumeration mentions to Window Placement

Use the active window-placement repo url and name instead.
Leaves some mentions that are still abstractly applicable.
Copy Screen TODO from third_party/blink/renderer/core/frame/screen.h

Bug: 897300
Change-Id: I134516e21a74f0cec5f543306efa39fad6d76dc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358134
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Michael Wasserman <msw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799460}

--

wpt-commits: 7b54ffa9d93e9fc804f2552a43ad7770bb9d8b5a
wpt-pr: 25085
This commit is contained in:
Mike Wasserman 2020-08-21 09:33:34 +00:00 коммит произвёл moz-wptsync-bot
Родитель 5bbf049085
Коммит 2cc79188be
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset='utf-8'>
<title>Screen Enumeration: getScreens() tentative</title>
<title>Window Placement: getScreens() tentative</title>
<!-- TODO: update link to W3C whenever specifications are ready -->
<link rel='help' href='https://github.com/webscreens/screen-enumeration'/>
<link rel='help' href='https://github.com/webscreens/window-placement'/>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<script src='resources/screenenumeration-helpers.js'></script>

Просмотреть файл

@ -1,8 +1,8 @@
<!DOCTYPE html>
<meta charset='utf-8'>
<title>Screen Enumeration: isMultiScreen() tentative</title>
<title>Window Placement: isMultiScreen() tentative</title>
<!-- TODO: update link to W3C whenever specifications are ready -->
<link rel='help' href='https://github.com/webscreens/screen-enumeration'/>
<link rel='help' href='https://github.com/webscreens/window-placement'/>
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<script src='resources/screenenumeration-helpers.js'></script>