From 39dad91e6f89809f465cc0295dc323f1af6bb5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 30 Nov 2018 18:03:36 +0000 Subject: [PATCH] Bug 1509797 [wpt PR 14232] - Rewrite `async_test(document.title)` to just `async_test()`, a=testonly Automatic update from web-platform-tests Rewrite `async_test(document.title)` to just `async_test()` (#14232) If no test name is given, `document.title` is effectively already used in testharness.js: https://github.com/web-platform-tests/wpt/blob/0ddb31913184805fa3725e22e5b88046e961996b/resources/testharness.js#L3218-L3224 -- wpt-commits: 3573ce8c3157628989bc2657dc4c9646198ba5ea wpt-pr: 14232 --- .../web-platform/tests/IndexedDB/idbcursor_advance_index2.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_advance_index3.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_advance_index5.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_continue_index5.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_continue_index6.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_continue_invalid.htm | 2 +- testing/web-platform/tests/IndexedDB/idbcursor_iterating.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_iterating_index.htm | 2 +- .../web-platform/tests/IndexedDB/idbcursor_iterating_index2.htm | 2 +- .../tests/IndexedDB/idbcursor_iterating_objectstore.htm | 2 +- .../tests/IndexedDB/idbcursor_iterating_objectstore2.htm | 2 +- .../tests/IndexedDB/idbcursor_update_objectstore4.htm | 2 +- .../IndexedDB/idbdatabase_createObjectStore10-1000ends.htm | 2 +- .../tests/IndexedDB/idbdatabase_createObjectStore7.htm | 2 +- .../IndexedDB/idbdatabase_deleteObjectStore4-not_reused.htm | 2 +- .../web-platform/tests/IndexedDB/idbdatabase_transaction4.htm | 2 +- .../web-platform/tests/IndexedDB/idbfactory_deleteDatabase3.htm | 2 +- testing/web-platform/tests/IndexedDB/idbfactory_open10.htm | 2 +- testing/web-platform/tests/IndexedDB/idbfactory_open11.htm | 2 +- .../tests/IndexedDB/idbindex-multientry-arraykeypath.htm | 2 +- testing/web-platform/tests/IndexedDB/idbindex-multientry.htm | 2 +- testing/web-platform/tests/IndexedDB/idbindex_indexNames.htm | 2 +- .../IndexedDB/idbobjectstore_createIndex3-usable-right-away.htm | 2 +- .../idbobjectstore_createIndex4-deleteIndex-event_order.htm | 2 +- .../IndexedDB/idbobjectstore_createIndex5-emptykeypath.htm | 2 +- .../tests/IndexedDB/idbobjectstore_createIndex6-event_order.htm | 2 +- .../tests/IndexedDB/idbobjectstore_createIndex7-event_order.htm | 2 +- .../tests/IndexedDB/idbobjectstore_createIndex8-valid_keys.htm | 2 +- testing/web-platform/tests/IndexedDB/idbobjectstore_deleted.htm | 2 +- .../web-platform/tests/IndexedDB/idbtransaction-oncomplete.htm | 2 +- testing/web-platform/tests/IndexedDB/idbtransaction_abort.htm | 2 +- testing/web-platform/tests/IndexedDB/idbversionchangeevent.htm | 2 +- .../tests/IndexedDB/keygenerator-constrainterror.htm | 2 +- testing/web-platform/tests/IndexedDB/keygenerator-overflow.htm | 2 +- .../web-platform/tests/IndexedDB/request_bubble-and-capture.htm | 2 +- .../tests/IndexedDB/transaction-lifetime-blocked.htm | 2 +- testing/web-platform/tests/IndexedDB/transaction-lifetime.htm | 2 +- .../web-platform/tests/IndexedDB/transaction-requestqueue.htm | 2 +- .../tests/IndexedDB/transaction_bubble-and-capture.htm | 2 +- .../border-image-repeat_repeatnegx_none_50px.html | 2 +- .../web-platform/tests/css/css-flexbox/display_flex_exist.html | 2 +- .../tests/css/css-flexbox/display_inline-flex_exist.html | 2 +- testing/web-platform/tests/css/css-flexbox/order_value.html | 2 +- testing/web-platform/tests/eventsource/event-data.html | 2 +- .../web-platform/tests/eventsource/format-field-retry-bogus.htm | 2 +- testing/web-platform/tests/eventsource/format-field-retry.htm | 2 +- .../media-elements/track/track-element/cors/support/common.js | 2 +- .../web-platform/tests/orientation-event/free-fall-manual.html | 2 +- .../tests/orientation-event/screen-upmost-manual.html | 2 +- .../tests/orientation-event/screen-upright-manual.html | 2 +- testing/web-platform/tests/xhr/timeout-cors-async.htm | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/testing/web-platform/tests/IndexedDB/idbcursor_advance_index2.htm b/testing/web-platform/tests/IndexedDB/idbcursor_advance_index2.htm index 8df0af0d2335..77b812e180a6 100644 --- a/testing/web-platform/tests/IndexedDB/idbcursor_advance_index2.htm +++ b/testing/web-platform/tests/IndexedDB/idbcursor_advance_index2.htm @@ -10,7 +10,7 @@