Commit Graph

605704 Commits

Author SHA1 Message Date
Boris Zbarsky
270fa12c79 Bug 1476145 part 3. Stop using getInterface(nsIDOMWindowUtils) in browser/. r=gijs 2018-07-24 19:47:41 -04:00
Boris Zbarsky
922bc3548a Bug 1476145 part 2. Stop using getInterface(nsIDOMWindowUtils) in accessible/. r=kmag 2018-07-24 19:47:40 -04:00
Boris Zbarsky
575eb424f0 Bug 1476145 part 1. Add a getter to get the nsIDOMWindowUtils from a window. r=nika
The new attribute is not [Cached] because we would need to bump
JSCLASS_GLOBAL_APPLICATION_SLOTS for that and it's not obvious that we should do
that.
2018-07-24 19:47:40 -04:00
Nathan Froyd
0ebdcdbf60 Bug 1478138 - micro-optimize frame property lookup; r=dholbert
Once we've determined an index for the frame property, we don't need to
pay the overhead of checking whether that index is in bounds for the
array again on the next access.  It would be nice if we could avoid that
overhead for removal, too, but since there's no API for that, we'll just
remove the overhead for accesses.
2018-07-24 19:25:28 -04:00
Narcis Beleuzu
2f8c84f735 Backed out changeset f7b56df2e870 (bug 1478143) for wpt failures on Linux asan. CLOSED TREE 2018-07-25 02:13:29 +03:00
Narcis Beleuzu
80c1cde899 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-07-25 01:22:42 +03:00
Boris Zbarsky
256bb4fe65 Bug 1452743. Stop using the no-arg DOMEventTargetHelper constructor from Notification. r=smaug 2018-07-24 18:15:22 -04:00
Boris Zbarsky
1914ffc8ec Bug 1450167. Stop using atom-or-string for event names in the listener manager. r=smaug
Now that we support atoms off the the main thread, we can just use atoms.
2018-07-24 18:15:19 -04:00
moz-wptsync-bot
5f9640a114 Bug 1477472 - [wpt-sync] Update web-platform-tests to 4836688f614cff16a03cbd922f3cc3394b5e5013, a=testonly
wpt-head: 4836688f614cff16a03cbd922f3cc3394b5e5013
wpt-type: landing
2018-07-24 21:46:43 +00:00
Philipp Hancke
858344a512 Bug 1471691 [wpt PR 11694] - webrtc wpt: remove generateMediaStreamTrack usage, a=testonly
Automatic update from web-platform-testswebrtc wpt: remove generateMediaStreamTrack usage

removes most usage of generateMediaStreamTrack in favor of
await-ing tracks from getUserMedia and stopping them)

BUG=836871

Change-Id: Id84f6cb6b3537faf2bb83332c5d7993550246581
Reviewed-on: https://chromium-review.googlesource.com/1117069
Reviewed-by: Henrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574855}

--

wpt-commits: 948babd1549e445e83260bcc715202a7cbda98ec
wpt-pr: 11694
2018-07-24 21:46:43 +00:00
Adam Rice
fa96cdd5e4 Bug 1473826 [wpt PR 11822] - Test fetch abort with keepalive, a=testonly
Automatic update from web-platform-testsTest fetch abort with keepalive (#11822)

Aborting a fetch with keepalive: true should normally work. However, if
the context has been detached then it should not work. Test these cases.

--

wpt-commits: e9385e019228141b8df04360ad80d39af2fa781f
wpt-pr: 11822
2018-07-24 21:46:42 +00:00
Taiju Tsuiki
2348fec4af Bug 1475532 [wpt PR 11961] - Revert "Correctly initialize and test SnapContainerData in cc.", a=testonly
Automatic update from web-platform-testsRevert "Correctly initialize and test SnapContainerData in cc."

This reverts commit 37061f875b167ab82f1a0ddca84b510b7c6802dc.

Reason for revert:
The layout tests added by this CL is failing on the CL:
https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/37804

Original change's description:
> Correctly initialize and test SnapContainerData in cc.
>
> This patch initializes the rect_ field in SnapContainerData in copy
> constructor and move constructor. Fixing a snapping issue in the
> composited pages.
>
> We also adds external/wpt/css/css-scroll-snap/ to the virtual/threaded
> test suite so that they are tested with the composited cases.
>
> snap-at-user-scroll-end-manual-automation.js calls
> mouseClickInTarget() of pointerevent_common_input.js. That method
> invokes programmatic scrolls. The test was written before programmatic
> scroll snapping was implemented so it worked at that time. However,
> with programmatic scroll snapping implemented, it will always snap
> in mouseClickIntarget() and cannot test whether the user scroll snaps.
> This patch adds a parameter shouldScrollToTarget to mouseClickInTarget
> to avoid invoking programmatic scrolls in the test.
>
> This patch also checks nullptr for layout_box in
> ScrollManager::SnapAtGestureScrollEnd() to fix a crash.
>
> Bug: 862406, 862571
> Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
> Change-Id: I6a53818cf74421a4100ad6f908158abf302a5b8e
> Reviewed-on: https://chromium-review.googlesource.com/1132386
> Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
> Reviewed-by: Majid Valipour <majidvp@chromium.org>
> Reviewed-by: Robert Flack <flackr@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#574781}

TBR=flackr@chromium.org,majidvp@chromium.org,sunyunjia@chromium.org

Change-Id: I55c77c05c0381c8ac638bd106d2d18b1b4332745
No-Presubmit: true
No-Tree-Checks: true
No-Try : true
Bug: 862406, 862571
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Reviewed-on: https://chromium-review.googlesource.com/1136171
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574825}

--

wpt-commits: 211d3165a3b66b6a8eb85a765b0aedb60410ab88
wpt-pr: 11961
2018-07-24 21:46:42 +00:00
Luke Bjerring
44d123385a Bug 1475329 [wpt PR 11944] - Update the remote-playback IDL + test, a=testonly
Automatic update from web-platform-testsUpdate the remote-playback IDL + test (#11944)

--

wpt-commits: 2ef7f40f10060dbc7bd677f649d3111e3b0c4314
wpt-pr: 11944
2018-07-24 21:46:41 +00:00
Sandra Sun
312b7c64ef Bug 1474849 [wpt PR 11907] - Correctly initialize and test SnapContainerData in cc., a=testonly
Automatic update from web-platform-testsCorrectly initialize and test SnapContainerData in cc.

This patch initializes the rect_ field in SnapContainerData in copy
constructor and move constructor. Fixing a snapping issue in the
composited pages.

We also adds external/wpt/css/css-scroll-snap/ to the virtual/threaded
test suite so that they are tested with the composited cases.

snap-at-user-scroll-end-manual-automation.js calls
mouseClickInTarget() of pointerevent_common_input.js. That method
invokes programmatic scrolls. The test was written before programmatic
scroll snapping was implemented so it worked at that time. However,
with programmatic scroll snapping implemented, it will always snap
in mouseClickIntarget() and cannot test whether the user scroll snaps.
This patch adds a parameter shouldScrollToTarget to mouseClickInTarget
to avoid invoking programmatic scrolls in the test.

This patch also checks nullptr for layout_box in
ScrollManager::SnapAtGestureScrollEnd() to fix a crash.

Bug: 862406, 862571
Cq-Include-Trybots: luci.chromium.try :android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I6a53818cf74421a4100ad6f908158abf302a5b8e
Reviewed-on: https://chromium-review.googlesource.com/1132386
Commit-Queue: Sandra Sun <sunyunjia@chromium.org>
Reviewed-by: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Robert Flack <flackr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574781}

--

wpt-commits: ffcd0bede8fa1e7da8c8216655193584795dcca7
wpt-pr: 11907
2018-07-24 21:46:40 +00:00
moz-wptsync-bot
7eec6de1fc Bug 1466094 [wpt PR 11295] - Update wpt metadata, a=testonly
wpt-pr: 11295
wpt-type: metadata
2018-07-24 21:46:40 +00:00
Eric Willigers
1f36023139 Bug 1466094 [wpt PR 11295] - Add 'textPath' tests: 'side' attribute, text on basic shapes., a=testonly
Automatic update from web-platform-testsMerge pull request #11295 from Tavmjong/textpath

Add 'textPath' tests: 'side' attribute, text on basic shapes.
--

wpt-commits: b91ac7ed416c366f50f9afceb531f3fd5e41bc7e
wpt-pr: 11295
2018-07-24 21:46:39 +00:00
moz-wptsync-bot
fcad492825 Bug 1472009 [wpt PR 11712] - Update wpt metadata, a=testonly
wpt-pr: 11712
wpt-type: metadata
2018-07-24 21:46:39 +00:00
Eric Willigers
442ca729a9 Bug 1472009 [wpt PR 11712] - Add basic 'pathLength' tests on shapes., a=testonly
Automatic update from web-platform-testsMerge pull request #11712 from Tavmjong/shape_pathlength

Add basic 'pathLength' tests on shapes.
--

wpt-commits: e5c8fac2b2f5ea49359b40173a81ee56014abea4
wpt-pr: 11712
2018-07-24 21:46:38 +00:00
moz-wptsync-bot
816426f0b6 Bug 1472042 [wpt PR 11716] - Update wpt metadata, a=testonly
wpt-pr: 11716
wpt-type: metadata
2018-07-24 21:46:38 +00:00
Dave Tapuska
18a113e1c2 Bug 1472042 [wpt PR 11716] - Add WindowPostMessageOptions and a new postMessage overload., a=testonly
Automatic update from web-platform-testsAdd WindowPostMessageOptions and a new postMessage overload.

Add bindings code to process the options, add WPT tests to cover
the cases that are special. A pull request against the HTTP Spec
will be done shortly.

Intent to Implement:
https://groups.google.com/a/chromium.org/d/msg/blink-dev/xACYBou4f9A/Ft0-QlFMAQAJ

https://github.com/dtapuska/useractivation

BUG=846858

Change-Id: I24f570850280e6935d43793041252312c2bfc484
Reviewed-on: https://chromium-review.googlesource.com/1118850
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574753}

--

wpt-commits: 1bbb7050e6f33d2b3a64a763fd6405542a74dd45
wpt-pr: 11716
2018-07-24 21:46:37 +00:00
moz-wptsync-bot
1c5ec12ec2 Bug 1474065 [wpt PR 11837] - Update wpt metadata, a=testonly
wpt-pr: 11837
wpt-type: metadata
2018-07-24 21:46:37 +00:00
Nicolas Pena
1f2bbd1f0a Bug 1474065 [wpt PR 11837] - Add a fail-fast for longtask layouttests, a=testonly
Automatic update from web-platform-testsAdd a fail-fast for longtask layouttests

This CL adds checks to fail tests for browsers that do not support longtasks
instead of forcing them to timeout.

Change-Id: I5be54a1ab0a5d003decb58fc1e79380cbce15976
Reviewed-on: https://chromium-review.googlesource.com/1128174
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573900}

--

wpt-commits: cd75119c6b1fe0fd7721e1abece1acab38397d7e
wpt-pr: 11837
2018-07-24 21:46:36 +00:00
moz-wptsync-bot
e01482710a Bug 1474779 [wpt PR 11898] - Update wpt metadata, a=testonly
wpt-pr: 11898
wpt-type: metadata
2018-07-24 21:46:36 +00:00
Nate Chapin
2cd0450c40 Bug 1474779 [wpt PR 11898] - Clone service worker objects to nested workers, a=testonly
Automatic update from web-platform-testsClone service worker objects to nested workers

Bug: 31666
Change-Id: I8db30dee7c6b72430eb4083536fca73606de76e8
Reviewed-on: https://chromium-review.googlesource.com/1130101
Commit-Queue: Nate Chapin <japhet@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574707}

--

wpt-commits: 6f42857497ddf6683bc86a7cdce6049aebcb3173
wpt-pr: 11898
2018-07-24 21:46:35 +00:00
moz-wptsync-bot
d7e8730606 Bug 1475440 [wpt PR 11958] - Update wpt metadata, a=testonly
wpt-pr: 11958
wpt-type: metadata
2018-07-24 21:46:35 +00:00
Luke Bjerring
402cf924ab Bug 1475440 [wpt PR 11958] - Update the IndexedDB tests to cover all workers, a=testonly
Automatic update from web-platform-testsUpdate the IndexedDB tests to cover all workers (#11958)

--

wpt-commits: ceba83a56edd838cca0aacd35549f979292a5995
wpt-pr: 11958
2018-07-24 21:46:34 +00:00
moz-wptsync-bot
f9003dc1cd Bug 1475445 [wpt PR 11959] - Update wpt metadata, a=testonly
wpt-pr: 11959
wpt-type: metadata
2018-07-24 21:46:33 +00:00
Luke Bjerring
c3c37b92fd Bug 1475445 [wpt PR 11959] - Update the cors-rfc1918 IDL test, a=testonly
Automatic update from web-platform-testsUpdate the cors-rfc1918 IDL test (#11959)

--

wpt-commits: 4826368b55fb570a2f4177099103860a160589be
wpt-pr: 11959
2018-07-24 21:46:33 +00:00
Ella Ge
0736d725ba Bug 1475429 [wpt PR 11956] - update hoverable pointerevent wpt, a=testonly
Automatic update from web-platform-testsupdate hoverable pointerevent wpt

Update test wpt/pointerevent_attributes_hoverable_pointers

This test was failing occationally on manual test, when we have
clientX == box.right or clientY == box.bottom.
update the test assertion so coordinates on border can be consider
inside box.

Note that on right border can also be outside box for the mouseevents.
because we truncate the coordinates into interger.

Bug: 863029
Change-Id: Id20fbe0b6cf8566e6cdee229f427a0c747ed0c0a
Reviewed-on: https://chromium-review.googlesource.com/1135432
Commit-Queue: Ella Ge <eirage@chromium.org>
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574624}

--

wpt-commits: df05bcb7c5c82e300805d7c11121453ec4036e32
wpt-pr: 11956
2018-07-24 21:46:32 +00:00
moz-wptsync-bot
736fe4d543 Bug 1475435 [wpt PR 11957] - Update wpt metadata, a=testonly
wpt-pr: 11957
wpt-type: metadata
2018-07-24 21:46:32 +00:00
Luke Bjerring
df3e48898c Bug 1475435 [wpt PR 11957] - Update the FileAPI IDL tests, a=testonly
Automatic update from web-platform-testsUpdate the FileAPI IDL tests (#11957)

--

wpt-commits: 7a464467959c97a82c7930f415ab559921e24770
wpt-pr: 11957
2018-07-24 21:46:31 +00:00
jgraham
993e124952 Bug 1475419 [wpt PR 11955] - Disable tox for all of tools/third_party, a=testonly
Automatic update from web-platform-testsDisable tox for all of tools/third_party (#11955)

--

wpt-commits: ed4811186ae6a02e9804012c2fc05fa94477d273
wpt-pr: 11955
2018-07-24 21:46:31 +00:00
moz-wptsync-bot
ae34eb4e99 Bug 1475123 [wpt PR 11929] - Update wpt metadata, a=testonly
wpt-pr: 11929
wpt-type: metadata
2018-07-24 21:46:30 +00:00
Timothy Gu
98e02e7ea4 Bug 1475123 [wpt PR 11929] - [html] Add tests for document.open() after window.stop(), a=testonly
Automatic update from web-platform-tests[html] Add tests for document.open() after window.stop() (#11929)

--

wpt-commits: e462f618e3765749ca8b0101987759d37d746d32
wpt-pr: 11929
2018-07-24 21:46:30 +00:00
moz-wptsync-bot
d82e5983eb Bug 1474551 [wpt PR 11881] - Update wpt metadata, a=testonly
wpt-pr: 11881
wpt-type: metadata
2018-07-24 21:46:29 +00:00
Orsi Batiz
df69111dc2 Bug 1474551 [wpt PR 11881] - DOMParser changed to accept StringOrTrustedHTML arguments, a=testonly
Automatic update from web-platform-testsDOMParser changed to accept StringOrTrustedHTML arguments

Previously existing constructor made private and its name is now parseFromStringInternal
parseFromString wraps parseFromStringInternal

Bug: 739170
Change-Id: I3c4dd3aae13bb478ed054d328c77aa2d4ea5d3ef
Reviewed-on: https://chromium-review.googlesource.com/1128970
Reviewed-by: Mike West <mkwst@chromium.org>
Commit-Queue: Orsolya Bernadett Batiz <orsibatiz@google.com>
Cr-Commit-Position: refs/heads/master@{#574559}

--

wpt-commits: 5834cfc29ec99cc30b3cb82a95ff52effd56a19d
wpt-pr: 11881
2018-07-24 21:46:29 +00:00
moz-wptsync-bot
b95eaac929 Bug 1475371 [wpt PR 11949] - Update the payment-request IDL file, a=testonly
Automatic update from web-platform-testsUpdate the payment-request IDL file (#11949)

--

wpt-commits: 0d12a3a074ecd19dfda323c721b2d2e94427caf3
wpt-pr: 11949
2018-07-24 21:46:28 +00:00
Stephen McGruer
8d5016744a Bug 1475152 [wpt PR 11933] - Remove webkit-appearance.tentative.html WPT test, a=testonly
Automatic update from web-platform-testsRemove webkit-appearance.tentative.html WPT test

This test is not a good indicator of -webkit-appearance support; it only
checks whether computed-value == applied-value for -webkit-appearance
values specified on a vanilla <div>. In reality most values of
-webkit-appearance are not of interest to other UAs (see
https://github.com/whatwg/compat/issues/6), and the behavior is
different on different elements (e.g. <input>).

Since this has caused issues across different platforms on Chrome (see
bug), remove it.

Bug: 810162
Change-Id: I9d469cb624569f453978f3c56cc180eb07435b5b
Reviewed-on: https://chromium-review.googlesource.com/1134387
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574546}

--

wpt-commits: 4981a13ac22db892707dcaac3a6678e623224268
wpt-pr: 11933
2018-07-24 21:46:28 +00:00
moz-wptsync-bot
1aca2a8d8f Bug 1475114 [wpt PR 11927] - Update wpt metadata, a=testonly
wpt-pr: 11927
wpt-type: metadata


--HG--
rename : testing/web-platform/meta/html/dom/dynamic-markup-insertion/document-write/write-active-document.html.ini => testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/write-active-document.html.ini
rename : testing/web-platform/meta/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.https.html.ini => testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/009.https.html.ini
rename : testing/web-platform/meta/html/dom/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js.ini => testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js.ini
2018-07-24 21:46:27 +00:00
Timothy Gu
7fcadb4f89 Bug 1475114 [wpt PR 11927] - Merge dom/ and webappapis/ versions of dynamic-markup-insertion, a=testonly
Automatic update from web-platform-testsMerge dom/ and webappapis/ versions of dynamic-markup-insertion (#11927)

--

wpt-commits: eed4d66478a9551d4734b5bff85b978694a8a9ce
wpt-pr: 11927


--HG--
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/closing-the-input-stream/document.close-01.xhtml => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/closing-the-input-stream/document.close-01.xhtml
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/001.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/001.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/002.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/002.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/003.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/003.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/004.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/004.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/005.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/005.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/005.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/005.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/006.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/006.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/006.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/006.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/007.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/007.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/007.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/007.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/008-1.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/008-1.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/008.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/008.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/008.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/008.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/009.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/009.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/010-1.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/010-1.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/010.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/010.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/010.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/010.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/011-1.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/011-1.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/011.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/011.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/011.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/011.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/012.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/012.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/012.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/012.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/013.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/013.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/013.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/013.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/014.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/014.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/015.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/015.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/016.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/016.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/017.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/017.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/018.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/018.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/019.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/019.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/020.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/020.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/021.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/021.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/022.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/022.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/023.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/023.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/024.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/024.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/025.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/025.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/026.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/026.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/027.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/027.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/028.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/028.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/029.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/029.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/030.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/030.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/031.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/031.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/032.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/032.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/033.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/033.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/034.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/034.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/035.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/035.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/036.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/036.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/037.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/037.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/038.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/038.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/039.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/039.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/040.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/040.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/041.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/041.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/042.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/042.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/043.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/043.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/044.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/044.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/045.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/045.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/046.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/046.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/047.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/047.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/048.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/048.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/049.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/049.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/050.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/050.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/051.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/051.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/contentType.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/contentType.window.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/document.write-02.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/document.write-02.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/empty.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/empty.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_001.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_001.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_002.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_002.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_003.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_003.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_004.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_004.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_005.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_005.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_005.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_005.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_006.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_006.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_007.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_007.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_008.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_008.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_009.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_009.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/iframe_010.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/iframe_010.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/nested-document-write-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-2.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/nested-document-write-2.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/nested-document-write-external.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/nested-document-write-external.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/original-id.json => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/original-id.json
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_001.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_001.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_002.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_002.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_003.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_003.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_004.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_004.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_005.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_005.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_006.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_006.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_007.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_007.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_008.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_008.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_009.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_009.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_010.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_010.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_011.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_011.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_012.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_012.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/script_013.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/script_013.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-write/write-active-document.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-write/write-active-document.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-01.xhtml => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-writeln/document.writeln-01.xhtml
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-writeln/document.writeln-02.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-writeln/document.writeln-03.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-writeln/document.writeln-03.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/document-writeln/original-id.json => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/document-writeln/original-id.json
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/001.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/002.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/004-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/004.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/005.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/006.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/007.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/008.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/009.https.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/009.https.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/010-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010-2.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/010-2.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/010.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/011-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/011.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/012-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/012.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/013-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/013.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/014-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/014.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/015-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/015.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016-1.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/016-1.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/016.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03-frame.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/encoding.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/encoding.window.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/event-listeners.window.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/mutation-events.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/mutation-events.window.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/resources/encoding-frame.html => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/resources/encoding-frame.html
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext-subframe.txt => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext-subframe.txt
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument-plaintext.window.js
rename : testing/web-platform/tests/html/dom/dynamic-markup-insertion/opening-the-input-stream/type-argument.window.js => testing/web-platform/tests/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/type-argument.window.js
2018-07-24 21:46:27 +00:00
moz-wptsync-bot
0d0795b41a Bug 1474785 [wpt PR 11899] - Update wpt metadata, a=testonly
wpt-pr: 11899
wpt-type: metadata
2018-07-24 21:46:26 +00:00
Luke Bjerring
247e614cc6 Bug 1474785 [wpt PR 11899] - Update the screen-orientation IDL file, a=testonly
Automatic update from web-platform-testsUpdate the screen-orientation IDL + tests (#11899)

--

wpt-commits: b7f4f1d1ea5708bfb7578090f19c75dcf21cbef2
wpt-pr: 11899
2018-07-24 21:46:26 +00:00
Luke Bjerring
414c224325 Bug 1475172 [wpt PR 11938] - Update the appmanifest IDL file + test, a=testonly
Automatic update from web-platform-testsUpdate the appmanifest IDL file + test (#11938)

--

wpt-commits: 0347d5af0a0816b2ba92b32733b12edaaf16274c
wpt-pr: 11938
2018-07-24 21:46:25 +00:00
fantasai
63c8241195 Bug 1475200 [wpt PR 11940] - [css-writing-modes-3] Move tests from introduction to correct spec section, a=testonly
Automatic update from web-platform-tests[css-writing-modes-3] Move tests from introduction to correct spec section.

--

wpt-commits: dec6eb804aeba5e3dc4464d2bcfd041e125c0545
wpt-pr: 11940
2018-07-24 21:46:25 +00:00
moz-wptsync-bot
0823aafddb Bug 1476256 [wpt PR 11767] - Update wpt metadata, a=testonly
wpt-pr: 11767
wpt-type: metadata
2018-07-24 21:46:24 +00:00
Adam Rice
c459bfad90 Bug 1476256 [wpt PR 11767] - Streams Object.prototype.then interception, a=testonly
Automatic update from web-platform-testsStreams Object.prototype.then interception (#11767)

Add tests to verify that modifying Object.prototype.then does not make the
internals of pipeTo() and tee() visible.

Equivalent standard change is whatwg/streams#936.
--

wpt-commits: 6bbdc36d277bf24bef261034660e8e6a8aaee58f
wpt-pr: 11767
2018-07-24 21:46:24 +00:00
kaixinjxq
2c31b83de2 Bug 1474924 [wpt PR 11913] - Add tests for element setCustomValidity, a=testonly
Automatic update from web-platform-testsAdd tests for element setCustomValidity (#11913)

* Add tests for element setCustomValidity

* Fixed nit issues

--

wpt-commits: d2adee4d8c293f0d48475a96e76a00e0c4917167
wpt-pr: 11913
2018-07-24 21:46:23 +00:00
Morten Stenshorne
13e2420263 Bug 1475044 [wpt PR 11920] - [LayoutNG] Force legacy for SVG foreignObject, a=testonly
Automatic update from web-platform-tests[LayoutNG] Force legacy for SVG foreignObject

Cq-Include-Trybots: luci.chromium.try :linux_layout_tests_layout_ng;luci.chromium.try :linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I12c7d4dd4af0392c2dd2d75c884dc36bff3624ab
Reviewed-on: https://chromium-review.googlesource.com/1133164
Reviewed-by: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#574435}

--

wpt-commits: 48cb42da1cc4db54cd682169a355264fc117538a
wpt-pr: 11920
2018-07-24 21:46:22 +00:00
moz-wptsync-bot
b7d1ffc476 Bug 1475129 [wpt PR 11930] - Update wpt metadata, a=testonly
wpt-pr: 11930
wpt-type: metadata
2018-07-24 21:46:21 +00:00
Leo Balter
1f0cfc2bbe Bug 1475129 [wpt PR 11930] - Reformat Encoding tests, a=testonly
Automatic update from web-platform-testsMoving some encoding files from .html to .any.js

--
Generalized test

--
converted some encoding tests to use any.js

--

wpt-commits: e44b8b3dae4f0f0c874ef0b2a89290d0dd32dcdd, 12b30f56e3dddb896d343a6b6331cd25d3740e1d, dfa045c04225bbd6c1d7b6c1512f446948c12deb
wpt-pr: 11930
2018-07-24 21:46:21 +00:00