Commit Graph

19611 Commits

Author SHA1 Message Date
Henrik Skupin
cb6d8c72b5 Bug 1414322 - Use WebDriver conformant interactability checks for sendKeysToElement. r=ato
Enables webdriver spec keyboard interactability tests for 'Element Send Keys'
by default by re-using the same capability 'moz:webdriverClick' from
'Element Click'. It can be disabled by turning off this preference.

Also various webplatform tests for webdriver spec have been added which
cover both the scroll into view action, and keyboard interactability check.

Existing Marionette unit tests will be run in both modes, until we can
get rid of the legacy mode.

MozReview-Commit-ID: dFB8sQ6CN5

--HG--
extra : rebase_source : 9f6a3c3e42f779f039f61d0b239f9f5925ecdcf5
2017-11-10 20:29:04 +01:00
Henrik Skupin
88c43fb94d Bug 1414322 - Refactor sendKeysToElement methods. r=ato
Each call to sendKeysToElement should go through the interaction
module, and never by directly calling event.sendKeysToElement. This
will make sure that keyboard interactability checks will always be
performed, even for chrome scope like alerts or modal dialogs.

MozReview-Commit-ID: GoDKjMsNZsq

--HG--
extra : rebase_source : c305c748e68e60abd01dab37d00a7e3aff7d3d64
2017-11-09 20:39:51 +01:00
Henrik Skupin
c6f563baa8 Bug 1414322 - Update Marionette accessibility tests for non keyboard-interactable elements. r=yzen
Because with webdriver interactability checks turned on, accessability
checks are done afterward, and like in this case would even never run
due to <h1> is not a keyboard-interactability element, which causes an
ElementNotInteractableException.

As such those obsolete tests can be removed now.

MozReview-Commit-ID: 6pw5TCgMb7l

--HG--
extra : rebase_source : 05a13ac45530c67bc45e16f8ac893e5fa3bf9d51
2017-11-28 17:18:37 +01:00
Henrik Skupin
a646337e2e Bug 1414322 - Refactor keyboard and visibility tests. r=ato
Both 'test_text.py' and 'test_typing.py' contained nearly duplicated
tests for send_keys(), which have been removed from test_text.py now.

The HTML testcase file 'javaScript.html' was used in various tests
whereby it's initial purpose was to test keyboard events. As such
unit tests have been updated to use inline HTML, or another more
generic HTML testcase file. Also parts of the the file related to
visibility checks have been moved to 'visibility.html'.

MozReview-Commit-ID: CEWPPGdAffW

--HG--
rename : testing/marionette/harness/marionette_harness/www/javascriptPage.html => testing/marionette/harness/marionette_harness/www/keyboard.html
extra : rebase_source : 6a8fc6bfb5e421b4a1d545f8bdc7d9fbd38ef3f3
2017-11-10 11:01:40 +01:00
Narcis Beleuzu
c396d718bd Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-12-01 00:46:03 +02:00
Brindusan Cristian
6a74eec204 Merge inbound to mozilla-central r=merge a=merge 2017-12-01 00:22:25 +02:00
Chung-Sheng Fu
63739feac3 Bug 1037335 - Add a pref to enable only within Nightly and Early Beta. r=ckerschb,smaug
MozReview-Commit-ID: Bi82dHm53qX

--HG--
extra : rebase_source : 61a7c517afb2759d672a1c486213a73ef505a324
extra : amend_source : 572a2c8613fe36ae1ebd613a361bb23acc019912
2017-11-29 16:55:00 +02:00
Chung-Sheng Fu
0eba47ddc8 Bug 1037335 - Fix timing issue of web-platform test: content-security-policy/style-src/style-src-imported-style-blocked.html. r=ckerschb
MozReview-Commit-ID: DdS55NP22nh

--HG--
extra : rebase_source : 4134ad056703ec8363f4f7a04ad02ae4fb1b0c2e
2017-11-29 16:55:00 +02:00
Chung-Sheng Fu
03fb144c3b Bug 1037335 - Fix test failures. r=ckerschb
MozReview-Commit-ID: l6V1XlHZ5F

--HG--
extra : rebase_source : 76d23e968ee619f2daf7870ec4216acb2af94482
2017-11-29 16:54:00 +02:00
Marco Castelluccio
4260f69d5d Bug 1418283 - Increase individual web-platform test timeout on coverage builds. r=jgraham
--HG--
extra : rebase_source : c072c2b9329b1f7b443b3c91b0b1ee4defaa8202
2017-11-29 23:50:36 +00:00
shindli
c040137399 Merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-11-30 12:01:52 +02:00
Bogdan Tara
df97c78dbf Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-11-30 01:10:06 +02:00
Bogdan Tara
d8635b15e4 Merge inbound to mozilla-central r=merge a=merge on a CLOSED TREE 2017-11-30 00:41:09 +02:00
Kate McKinley
f9f14d6f64 Bug 1410364 - Don't consider opener when calculating IsSecureContext. r=bz, r=dveditz
Per https://github.com/w3c/webappsec-secure-contexts/issues/42, the
section considering the window opener when calculating secure context is
to be dropped. Firefox already uses "isSecureContextIfOpenerIgnored" in
most places as this is the actual behavior we want. This patch aligns
with the upcoming spec changes by ignoring the window opener. We also no
longer have to keep information about whether our opener was secure as
that no longer factors in our calculations.
2017-11-29 10:40:00 -05:00
Jon Coppeard
553530d58f Bug 1421234 - Remove WPT .ini files that refer to nonexistent JS module tests r=jgraham 2017-11-29 11:30:26 +00:00
Dorel Luca
be78e6ea9b Merge inbound to mozilla-central r=merge a=merge 2017-11-29 12:26:15 +02:00
Mike Hommey
2b2a874b47 Bug 1420355 - Statically link DMD. r=njn
--HG--
extra : rebase_source : 8e7cf975d096116b666532f3fe8aa5a7f61b5725
2017-11-28 08:10:48 +09:00
Mike Hommey
1e631092c5 Bug 1420355 - Don't initialize DMD if the DMD environment variable is not given. r=njn
This makes things slightly more inconvenient (having to set two
environment variables instead of one for the simplest case) until a few
patches down the line, when DMD is statically linked, at which point it
will get down to one environment variable every time.

--HG--
extra : rebase_source : 08dc3c05318b572ae1026227d0369fa8bf21b20f
2017-11-28 08:10:07 +09:00
Csoregi Natalia
4ce8d0124c Backed out 7 changesets (bug 1420355) for mass failures on OS X and Android. r=backout on a CLOSED TREE
Backed out changeset a7ed89e13a4c (bug 1420355)
Backed out changeset fd6702e6e0a0 (bug 1420355)
Backed out changeset 0479dda078a2 (bug 1420355)
Backed out changeset e69357ccca9e (bug 1420355)
Backed out changeset 3742a4b69ba2 (bug 1420355)
Backed out changeset 451cd087922f (bug 1420355)
Backed out changeset d80b5c4e1dd0 (bug 1420355)
2017-11-29 03:08:46 +02:00
Mike Hommey
7c62087a43 Bug 1420355 - Statically link DMD. r=njn
--HG--
extra : rebase_source : 46800c9c0c5006a5a32f11abc209da27e65ae0f5
2017-11-28 08:10:48 +09:00
Mike Hommey
0a3b6c9813 Bug 1420355 - Don't initialize DMD if the DMD environment variable is not given. r=njn
This makes things slightly more inconvenient (having to set two
environment variables instead of one for the simplest case) until a few
patches down the line, when DMD is statically linked, at which point it
will get down to one environment variable every time.

--HG--
extra : rebase_source : 08dc3c05318b572ae1026227d0369fa8bf21b20f
2017-11-28 08:10:07 +09:00
Tiberius Oros
18ea9ecad9 Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE
--HG--
rename : devtools/client/webconsole/new-console-output/test/mochitest/test-bug-618078-network-exceptions.html => devtools/client/webconsole/new-console-output/test/mochitest/test-network-exceptions.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug1092055_shouldwarn.html => devtools/client/webconsole/new-console-output/test/mochitest/test-subresource-security-error.html
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug1092055_shouldwarn.js => devtools/client/webconsole/new-console-output/test/mochitest/test-subresource-security-error.js
rename : devtools/client/webconsole/new-console-output/test/mochitest/test_bug1092055_shouldwarn.js^headers^ => devtools/client/webconsole/new-console-output/test/mochitest/test-subresource-security-error.js^headers^
extra : rebase_source : e126b0ab427161de0acd67cdfb9a1434415412dc
2017-11-29 02:25:59 +02:00
Tom Prince
23412ca790 Bug 1421167: Remove some dead single_locale configuration options; r=Callek
All of these options only exist in the configuration files and a referenced
nowhere else in-tree.

MozReview-Commit-ID: CMeu3H1hqdx

--HG--
extra : rebase_source : df366b686557e474037534335a757ace445ba8b9
2017-11-27 23:28:02 -07:00
Byron Campen [:bwc]
76dc15b465 Bug 1290948 - Part 12: Disable most of the webrtc web-platform-tests until bug 1418367 is fixed. r+jib r=jib
MozReview-Commit-ID: AAJQNWlQM3

--HG--
extra : rebase_source : d7ff460d3eb11909827ec0562ff9beb4fbfb283d
2017-11-17 16:55:20 -06:00
Jesse Schwartzentruber
5bc632065d Bug 1419793 - Add a debug fuzzing build to taskcluster. r=aobreja
MozReview-Commit-ID: 8hjX17WTxDc
2017-11-22 11:31:31 -05:00
Maja Frydrychowicz
6fc011b08f Bug 1385476 - Test double-click, starting a new session for each test; r=ato
This is a modification of the tests proposed by our contributor,
muthuraj90ec.

The changes that allow Marionette to synthesize dblclick events
cause consecutive modifier click tests to interfere with each other
by generating extra dblclick events, so the need a new session
per test as well

I have removed some incorrect tests for ctrl+click, but
I will add them back in Bug 1421323.

MozReview-Commit-ID: 8t3wpF3CFUK

--HG--
extra : rebase_source : a4f1e39adc311c25a1b3cec008165ec027ff9b06
2017-11-28 11:41:28 -05:00
muthuraj90ec@gmail.com
502bc1193d Bug 1385476 - Synthesize dblclick MouseEvent when performing webdriver actions; r=maja_zf
MozReview-Commit-ID: 9u2mtolhjUq

--HG--
extra : rebase_source : 76b2e3fbd3cbb86f062227c779e88e61fefc1d8d
2017-11-24 15:53:57 -05:00
Andrew Halberstadt
be8bcaf0c1 Bug 1419826 - [mozlog] Implement StructuredLogger.shutdown(), r=jgraham
Calling shutdown() causes two things to happen:

1) A 'shutdown' action is implicitly logged so handlers/formatters
   can do things on log shutdown.
2) Further attempts to use the logger raises a LoggerShutdownError.

The shutdown() method is also implicitly called when exiting the context
manager.

MozReview-Commit-ID: LLNojVoCBZY

--HG--
extra : rebase_source : db483da27e82971ade4b8e424f14694fabd050f1
2017-11-22 23:10:39 -05:00
Andrew Halberstadt
66116aeea8 Bug 1419826 - [mozlog] Add an optional 'name' attribute to the suite_start action, r=jgraham
MozReview-Commit-ID: KzfAgWAhCj9

--HG--
extra : rebase_source : 1a9bda097179aeb17f40bbaa625651d42f4a841b
2017-11-22 16:32:43 -05:00
Julian Descottes
3d20c50c12 Bug 1419533 - Add talos test for devtools inspector layout tab;r=ochameau
MozReview-Commit-ID: 7Ayx8XG2GJp

--HG--
extra : rebase_source : b3b00d371deb150d325d38451fff0b5bed811e99
extra : source : 29d1ede5df56d36cede93236519b27b15b841e9b
2017-11-21 19:56:14 +01:00
Bogdan Tara
a14227d83a Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-11-30 01:08:24 +02:00
Edgar Chen
9f4324f41e Bug 1416999 - Remove document.registerElement; r=smaug
MozReview-Commit-ID: HiX07Vbljhk

--HG--
rename : dom/base/test/chrome/registerElement_ep.js => dom/base/test/chrome/custom_element_ep.js
rename : dom/base/test/chrome/frame_registerElement_content.html => dom/base/test/chrome/frame_custom_element_content.html
rename : dom/base/test/chrome/test_registerElement_content.xul => dom/base/test/chrome/test_custom_element_content.xul
rename : dom/base/test/chrome/test_registerElement_ep.xul => dom/base/test/chrome/test_custom_element_ep.xul
rename : dom/base/test/test_document_register.html => dom/base/test/test_custom_element.html
rename : dom/tests/mochitest/webcomponents/test_document_register.html => dom/tests/mochitest/webcomponents/test_custom_element_define.html
rename : dom/tests/mochitest/webcomponents/test_document_register_parser.html => dom/tests/mochitest/webcomponents/test_custom_element_define_parser.html
rename : dom/tests/mochitest/webcomponents/test_template_custom_elements.html => dom/tests/mochitest/webcomponents/test_custom_element_template.html
extra : rebase_source : cd2ebf166e8bd9c49910387c9136d7b83b51598d
2017-11-16 12:23:15 +08:00
bechen@mozilla.com
d1d01fcc67 Bug 1417820 - fix regions-id.html. r=rillian
Insert space character when we concatenate the string in HEADER. Then split them by ASCII whitespace.

MozReview-Commit-ID: 12jov2hKK2E

--HG--
extra : rebase_source : ed9dd2c9f0fd64083311166424b47b10e6c9cbdc
2017-11-28 18:40:25 +08:00
Dorel Luca
79499f4044 Merge mozilla-central to autoland r=merge on a CLOSED TREE 2017-11-29 12:31:25 +02:00
arthur.iakab
513ba7660d Backed out changeset b3d1e9847a7a (bug 725490) for mochitest failures in dom/base/test/test_x-frame-options.html r=backout on a CLOSED TREE 2017-11-29 12:01:19 +02:00
Byron Campen [:bwc]
885ac8a414 Bug 1290948 - Part 10: Stop expecting failure on lots of webrtc web-platform-tests. r=drno
MozReview-Commit-ID: KIPxoWdo89F

--HG--
extra : rebase_source : 7783a927a8eb7303cd3c27b6a4277b3fd97e0fb3
2017-11-14 17:30:33 -06:00
Geoff Brown
9b942019b1 Bug 1421295 - Always use process log to find children; r=jmaher
When psutil is available, use it, but also add any processes found in the
process log to the list of children. Hopefully this will ensure that all
browser children are successfully killed.
2017-11-28 14:34:27 -07:00
James Graham
61493b830f Bug 1421370 - Update web-platform-tests metadata to revision 2b50389ee72d89dd0be12bc6ca54a6e95c98d163, a=testonly
MozReview-Commit-ID: FdTq4LiYO83


--HG--
rename : testing/web-platform/meta/css/css-block/run-in-abspos-between-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-abspos-between-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-abspos-between-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-abspos-between-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-004.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-004.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-005.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-005.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-006.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-006.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-007.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-007.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-008.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-008.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-009.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-009.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-010.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-010.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-011.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-011.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-012.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-012.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-013.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-013.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-basic-018.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-basic-018.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-block-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-block-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-breaking-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-breaking-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-breaking-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-breaking-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-clear-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-clear-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-clear-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-clear-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-abspos-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-abspos-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-block-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-block-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-block-005.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-block-005.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-block-inside-inline-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-block-inside-inline-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-float-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-float-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-004.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-004.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-005.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-005.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-006.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-006.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-007.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-007.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-block-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-block-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-inline-table-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-inline-table-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-relpos-block-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-relpos-block-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-run-in-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-run-in-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-caption-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-caption-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-cell-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-cell-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-column-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-column-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-column-group-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-column-group-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-inside-inline-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-inside-inline-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-row-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-row-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-contains-table-row-group-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-contains-table-row-group-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-display-none-between-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-display-none-between-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-display-none-between-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-display-none-between-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-fixedpos-between-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-fixedpos-between-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-fixedpos-between-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-fixedpos-between-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-float-between-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-float-between-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-float-between-002.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-float-between-002.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-inherit-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-inherit-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-inline-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-inline-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-inline-block-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-inline-block-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-inline-table-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-inline-table-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-listitem-between-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-listitem-between-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-listitem-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-listitem-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-relpos-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-relpos-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-replaced-001.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-replaced-001.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-restyle-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-restyle-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-run-in-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-run-in-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-run-in-between-004.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-run-in-between-004.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-run-in-between-005.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-run-in-between-005.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-run-in-between-006.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-run-in-between-006.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-run-in-between-007.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-run-in-between-007.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-table-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-table-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-table-cell-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-table-cell-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-table-row-between-003.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-table-row-between-003.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-text-between-004.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-text-between-004.xht.ini
rename : testing/web-platform/meta/css/css-block/run-in-text-between-005.xht.ini => testing/web-platform/meta/css/css-display/run-in/run-in-text-between-005.xht.ini
2017-11-28 21:32:31 +00:00
James Graham
0780fd0813 Bug 1421370 - Update web-platform-tests to revision 2b50389ee72d89dd0be12bc6ca54a6e95c98d163, a=testonly
MozReview-Commit-ID: 7xxqj73z5yl


--HG--
rename : testing/web-platform/tests/css/css-display-3/display-contents-dynamic-pseudo-insertion-001.html => testing/web-platform/tests/css/css-display/display-contents-dynamic-pseudo-insertion-001.html
rename : testing/web-platform/tests/css/css-block/OWNERS => testing/web-platform/tests/css/css-display/run-in/OWNERS
rename : testing/web-platform/tests/css/css-block/after-content-display-004.xht => testing/web-platform/tests/css/css-display/run-in/after-content-display-004.xht
rename : testing/web-platform/tests/css/css-block/anonymous-box-generation-002.xht => testing/web-platform/tests/css/css-display/run-in/anonymous-box-generation-002.xht
rename : testing/web-platform/tests/css/css-block/background-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/background-attachment-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-attachment-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/background-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/background-image-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-image-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/background-position-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-position-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/background-repeat-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/background-repeat-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/before-content-display-004.xht => testing/web-platform/tests/css/css-display/run-in/before-content-display-004.xht
rename : testing/web-platform/tests/css/css-block/border-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-bottom-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-bottom-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-bottom-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-bottom-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-bottom-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-bottom-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-bottom-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-bottom-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-collapse-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/border-collapse-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/border-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-left-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-left-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-left-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-left-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-left-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-left-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-left-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-left-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-right-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-right-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-right-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-right-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-right-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-right-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-right-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-right-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-spacing-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/border-spacing-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/border-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-top-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-top-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-top-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-top-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-top-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-top-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-top-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-top-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/border-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/border-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/bottom-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/bottom-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/caption-side-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/caption-side-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/clear-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/clear-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/clear-runin-001.xht => testing/web-platform/tests/css/css-display/run-in/clear-runin-001.xht
rename : testing/web-platform/tests/css/css-block/color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/cursor-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/cursor-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/direction-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/direction-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/display-004.xht => testing/web-platform/tests/css/css-display/run-in/display-004.xht
rename : testing/web-platform/tests/css/css-block/empty-cells-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/empty-cells-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/first-line-pseudo-009.xht => testing/web-platform/tests/css/css-display/run-in/first-line-pseudo-009.xht
rename : testing/web-platform/tests/css/css-block/float-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/float-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/font-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/font-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/font-family-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/font-family-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/font-size-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/font-size-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/left-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/left-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/line-height-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/line-height-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/list-style-image-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/list-style-image-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/list-style-position-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/list-style-position-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/margin-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/margin-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/margin-bottom-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/margin-bottom-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/margin-left-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/margin-left-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/margin-right-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/margin-right-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/margin-top-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/margin-top-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/outline-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/outline-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/outline-color-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/outline-color-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/outline-style-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/outline-style-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/outline-width-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/outline-width-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/overflow-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/overflow-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/padding-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/padding-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/padding-bottom-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/padding-bottom-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/padding-left-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/padding-left-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/padding-right-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/padding-right-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/padding-top-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/padding-top-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/position-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/position-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/right-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/right-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/run-in-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-006.xht => testing/web-platform/tests/css/css-display/run-in/run-in-006.xht
rename : testing/web-platform/tests/css/css-block/run-in-007.xht => testing/web-platform/tests/css/css-display/run-in/run-in-007.xht
rename : testing/web-platform/tests/css/css-block/run-in-008.xht => testing/web-platform/tests/css/css-display/run-in/run-in-008.xht
rename : testing/web-platform/tests/css/css-block/run-in-009.xht => testing/web-platform/tests/css/css-display/run-in/run-in-009.xht
rename : testing/web-platform/tests/css/css-block/run-in-010.xht => testing/web-platform/tests/css/css-display/run-in/run-in-010.xht
rename : testing/web-platform/tests/css/css-block/run-in-011.xht => testing/web-platform/tests/css/css-display/run-in/run-in-011.xht
rename : testing/web-platform/tests/css/css-block/run-in-012.xht => testing/web-platform/tests/css/css-display/run-in/run-in-012.xht
rename : testing/web-platform/tests/css/css-block/run-in-013.xht => testing/web-platform/tests/css/css-display/run-in/run-in-013.xht
rename : testing/web-platform/tests/css/css-block/run-in-abspos-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-abspos-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-abspos-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-abspos-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-abspos-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-abspos-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-006.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-006.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-007-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-007-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-007.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-007.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-008.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-008.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-009.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-009.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-010.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-010.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-011.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-011.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-012.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-012.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-013.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-013.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-014.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-014.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-015.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-015.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-016.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-016.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-017.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-017.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-018.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-018.xht
rename : testing/web-platform/tests/css/css-block/run-in-basic-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-basic-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-block-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-block-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-block-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-block-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-block-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-block-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-block-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-block-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-breaking-001-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-breaking-001-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-breaking-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-breaking-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-breaking-002-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-breaking-002-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-breaking-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-breaking-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-clear-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-clear-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-clear-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-clear-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-abspos-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-abspos-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-inside-inline-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-inside-inline-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-inside-inline-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-inside-inline-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-block-inside-inline-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-block-inside-inline-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-float-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-float-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-006.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-006.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-007.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-007.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-block-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-block-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-inline-table-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-inline-table-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-relpos-block-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-relpos-block-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-relpos-block-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-relpos-block-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-relpos-block-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-relpos-block-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-run-in-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-run-in-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-run-in-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-run-in-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-run-in-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-run-in-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-caption-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-caption-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-cell-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-cell-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-column-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-column-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-column-group-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-column-group-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-inside-inline-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-inside-inline-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-inside-inline-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-inside-inline-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-inside-inline-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-inside-inline-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-row-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-row-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-contains-table-row-group-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-contains-table-row-group-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-display-none-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-display-none-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-display-none-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-display-none-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-display-none-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-display-none-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-fixedpos-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-fixedpos-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-fixedpos-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-fixedpos-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-fixedpos-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-fixedpos-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-float-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-float-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-float-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-float-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-float-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-float-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-inherit-001-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inherit-001-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-inherit-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inherit-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-inheritance-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inheritance-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-block-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-block-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-block-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-block-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-block-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-block-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-table-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-table-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-table-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-table-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-inline-table-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-inline-table-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-linebox-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-linebox-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-linebox-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-linebox-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-listitem-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-listitem-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-listitem-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-listitem-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-listitem-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-listitem-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-pre-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-pre-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-relpos-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-relpos-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-relpos-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-relpos-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-relpos-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-relpos-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-replaced-001-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-replaced-001-ref.xht
rename : testing/web-platform/tests/css/css-block/run-in-replaced-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-replaced-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-restyle-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-restyle-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-restyle-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-restyle-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-restyle-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-restyle-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-006.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-006.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-007.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-007.xht
rename : testing/web-platform/tests/css/css-block/run-in-run-in-between-008.xht => testing/web-platform/tests/css/css-display/run-in/run-in-run-in-between-008.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-cell-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-cell-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-cell-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-cell-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-cell-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-cell-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-row-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-row-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-row-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-row-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-table-row-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-table-row-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-between-001.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-between-001.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-between-002.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-between-002.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-between-003.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-between-003.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-between-004.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-between-004.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-between-005.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-between-005.xht
rename : testing/web-platform/tests/css/css-block/run-in-text-ref.xht => testing/web-platform/tests/css/css-display/run-in/run-in-text-ref.xht
rename : testing/web-platform/tests/css/css-block/support/black15x15.png => testing/web-platform/tests/css/css-display/run-in/support/black15x15.png
rename : testing/web-platform/tests/css/css-block/support/blue15x15.png => testing/web-platform/tests/css/css-display/run-in/support/blue15x15.png
rename : testing/web-platform/tests/css/css-block/support/blue96x96.png => testing/web-platform/tests/css/css-display/run-in/support/blue96x96.png
rename : testing/web-platform/tests/css/css-block/support/green15x15.png => testing/web-platform/tests/css/css-display/run-in/support/green15x15.png
rename : testing/web-platform/tests/css/css-block/support/swatch-blue.png => testing/web-platform/tests/css/css-display/run-in/support/swatch-blue.png
rename : testing/web-platform/tests/css/css-block/table-anonymous-block-001.xht => testing/web-platform/tests/css/css-display/run-in/table-anonymous-block-001.xht
rename : testing/web-platform/tests/css/css-block/table-layout-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/table-layout-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/text-align-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/text-align-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/text-indent-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/text-indent-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/top-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/top-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/unicode-bidi-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/unicode-bidi-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/vertical-align-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/vertical-align-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/visibility-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/visibility-applies-to-011.xht
rename : testing/web-platform/tests/css/css-block/white-space-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/white-space-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/word-spacing-applies-to-004.xht => testing/web-platform/tests/css/css-display/run-in/word-spacing-applies-to-004.xht
rename : testing/web-platform/tests/css/css-block/z-index-applies-to-011.xht => testing/web-platform/tests/css/css-display/run-in/z-index-applies-to-011.xht
rename : testing/web-platform/tests/mathml/relations/html5-tree/unique-identifier-1-iframe.html => testing/web-platform/tests/mathml/relations/html5-tree/unique-identifier-1-iframe-1.html
rename : testing/web-platform/tests/mathml/relations/html5-tree/unique-identifier-1-ref-iframe.html => testing/web-platform/tests/mathml/relations/html5-tree/unique-identifier-1-iframe-2.html
2017-11-28 21:32:30 +00:00
Alan Williams
950cd321a9 Bug 1393831 - pointerMove action calculates wrong default element centre point. r=maja_zf
--HG--
extra : rebase_source : 32b0fecfa011b8bba9e5926316f124b2811bcded
2017-11-28 14:36:18 -05:00
Luke Wagner
86833df6a0 Bug 1383683 - Fix race in wpt /wasm/wasm_local_iframe_test.html (r=bz)
MozReview-Commit-ID: AS9o85KiBMG

--HG--
extra : rebase_source : ac2748155ab400b74ca17a57ca2e17d58f67e44d
2017-11-29 12:07:12 -06:00
Andreas Tolfsen
7fe6af9075 Bug 1106913 - Detect cyclic objects when marshaling objects. r=whimboo
Marionette does currently not test for cyclic object references as
it marshals return values for transport across the wire.

Example of cyclic object:

	let obj = {};
	obj.cyclic = obj;

Passing this through evalaute.toJSON currently causes an infinite
recursion due to obj being referenced inside itself.  We can use
JSON.stringify to test if obj contains such cyclic values.  It is
assumed that the input to assert.acyclic is already JSON safe, so it can
be parsed by JSON.stringify, because of the previous checks it has made.

MozReview-Commit-ID: 4CnY2dcW5IF

--HG--
extra : rebase_source : e1a5fb595ad487fa47566bad5c2129a79c1d7b34
2017-11-24 18:21:17 +00:00
Andreas Tolfsen
17e02f9dbb Bug 1106913 - Add assert.acyclic for testing for cyclic objects. r=whimboo
Introduces a new assert.acyclic assertion helper function that uses
JSON.stringify to test if the input contains cyclic object references.
A JavaScriptError will be thrown if the object is not acyclic.

MozReview-Commit-ID: 3y8pnkPgf2k

--HG--
extra : rebase_source : 069ae9e1e6d3738c8712fe5c1838f6d3a91125e4
2017-11-24 18:21:03 +00:00
Andreas Tolfsen
0cde42dcd0 Bug 1106913 - Send errors from sendResponse/sendError back to chrome. r=whimboo
Errors that arise from inside sendResponse or sendError are currently
only logged to stdout.  Now that we have a pretty safe error.wrap
implementation we should serialise them and return them to the main
process so that they are not "lost" in stdout.

MozReview-Commit-ID: FuMeUqQ7CMv

--HG--
extra : rebase_source : 2d43eb63ec13dbfb461d72dd9ddee232ff4ff9d8
2017-11-24 18:19:18 +00:00
Henrik Skupin
d9dbc0370f Bug 1420098 - Release Marionette driver 2.5.0 and harness 4.3.0. r=ato
MozReview-Commit-ID: 8XvkYnDOAF7

--HG--
extra : rebase_source : 5483f396b1606dd35d5fa8973e9f0c7f5fe9e59c
2017-11-30 15:20:36 +01:00
Alexandre Poirot
33c21c060b Bug 1420303 - Free memory between DAMP test to reduce its noise factor. r=jdescottes
Doing one GC before running all test prevent having one running during the first test.
Doing another on test teardown prevent getting another during next subtests.
And finally, doing a last one after toolbox opening prevent a major GC from running during reload tests (especially "complicated" ones).

MozReview-Commit-ID: 5hkSoCqNc9m

--HG--
extra : rebase_source : 162ac5ebc0f40a9d0a2e46005d3bbd078a490694
2017-11-23 09:10:00 -08:00
Andreas Tolfsen
732ed6703a Bug 1421675 - Move element retrieval WPT tests to single directory. r=maja_zf
MozReview-Commit-ID: BdFtECC2Czf

--HG--
rename : testing/web-platform/tests/webdriver/tests/retrieval/find_element.py => testing/web-platform/tests/webdriver/tests/element_retrieval/find_element.py
rename : testing/web-platform/tests/webdriver/tests/retrieval/find_element_from_element.py => testing/web-platform/tests/webdriver/tests/element_retrieval/find_element_from_element.py
rename : testing/web-platform/tests/webdriver/tests/retrieval/find_element_from_elements.py => testing/web-platform/tests/webdriver/tests/element_retrieval/find_element_from_elements.py
rename : testing/web-platform/tests/webdriver/tests/retrieval/find_elements.py => testing/web-platform/tests/webdriver/tests/element_retrieval/find_elements.py
extra : rebase_source : 558ffe802fce963b3cdf894304861cae563fb1fa
2017-11-29 16:30:46 +00:00
Andreas Tolfsen
e3b47792ff Bug 1421676 - Remove duplicated WebDriver WebIDL test. r=maja_zf
This test is duplicated in
testing/web-platform/tests/webdriver/tests/interface.html.

MozReview-Commit-ID: 1zybuuzOBmJ

--HG--
extra : rebase_source : 15eed42f67ee827bdcd3c33e1b25b56779889853
2017-11-29 16:35:33 +00:00
Alexandre Poirot
31200b6393 Bug 1420233 - Put performance markers when running DAMP tests. r=jdescottes
MozReview-Commit-ID: 22yEBcI3zQY

--HG--
extra : rebase_source : f5d6ca9630ebdab3f0941b5024bf52ef6b791cd5
2017-11-23 08:26:54 -08:00
Margareta Eliza Balazs
cb71a3c4fe Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-11-30 12:55:54 +02:00