gecko-dev/testing
alwu 595af52f60 Bug 1556079 - part2 : enable and modify wpt 'cue_too_long.html'. r=heycam
According to the spec 7.2.10.17 [1], if we have tried both direction and there is no place to put the cue inside the rendering area without overlapping with other cues or the boundary of rendering area, then we have to discard all CSS boxes, which means that we should not display this cue.

Therefore, I added the cue's text content in `very_long_cue.vtt` in order to let it exceed the boundary of the rendering area during display.

[1] https://www.w3.org/TR/webvtt1/#processing-cue-settings

Differential Revision: https://phabricator.services.mozilla.com/D33358

--HG--
extra : moz-landing-system : lando
2019-06-13 18:06:12 +00:00
..
awsy Backed out 3 changesets (bug 1558598) for Geckoview failures 2019-06-12 18:19:07 +03:00
config Bug 1551262 - Remove mach support for jimdb; r=snorp 2019-05-13 20:52:29 +00:00
crashtest
extensions
firefox-ui Bug 1556867 - Remove the old about:private browsing code and pref r=fluent-reviewers,Mardak,Pike,Gijs 2019-06-10 17:01:54 +00:00
geckodriver Merge inbound to mozilla-central. a=merge 2019-04-12 18:48:02 +03:00
gtest Bug 1558867 - Report log for short runs of 'mach gtest'; r=bc 2019-06-12 20:38:37 +00:00
jsshell
marionette Bug 1487358 - [marionette] "Accept Alert" and "Dismiss Alert" should check for remaining user prompts. r=webdriver-reviewers,maja_zf 2019-06-14 11:17:30 +00:00
mochitest Bug 1557887 - Part 5: Pass a storage principal argument through the browser loadURI()/addTab() APIs; r=baku,mconley 2019-06-12 23:05:36 +00:00
modules
mozbase Bug 1545147 - Run remote agent's mochitests in a distinct "remote" job. r=ahal 2019-06-17 13:57:03 +00:00
mozharness Bug 1545147 - Run remote agent's mochitests in a distinct "remote" job. r=ahal 2019-06-17 13:57:03 +00:00
profiles Bug 1543598 - Move OneCRL and Pinning blocklist clients out of services r=jcj,glasserc 2019-06-11 10:14:40 +00:00
raptor Bug 1559117 Disable web-socket support in mitm-proxy until we can add support for replaying these packages r=tarek 2019-06-16 09:15:20 +00:00
runtimes Bug 1500474 - Rename webcompat-reporter directory to report-site-issue r=florian,Pike 2019-04-23 17:36:40 +00:00
specialpowers Bug 1550467 - Ensure that listeners in chrome scripts are cleaned up. r=botond,jmaher 2019-06-06 20:49:25 +00:00
talos Bug 1559749 Non-local network connections are disabled and a connection attempt to 127.0.0.1.woopra-ns.com r=jmaher 2019-06-18 11:33:14 +00:00
tools
tps
web-platform Bug 1556079 - part2 : enable and modify wpt 'cue_too_long.html'. r=heycam 2019-06-13 18:06:12 +00:00
webdriver
xpcshell Bug 1558495 - Make sure we retry the TRR connection if it fails r=agrover 2019-06-14 21:49:10 +00:00
addtest.py Bug 1547996 - Fix mochitest-browser-chrome with mach addtest;r=ahal 2019-04-30 15:20:51 +00:00
cppunittest.ini Bug 1558350: Add TestNativeNt to cppunittest.ini; r=mhowell 2019-06-11 00:11:58 +00:00
mach_commands.py Bug 1558221 - Update 'mach test-info long-tasks'; r=jmaher 2019-06-10 17:40:33 +00:00
moz.build
parse_build_tests_ccov.py
README.txt
remotecppunittests.py
runcppunittests.py Bug 1238305: Modify cppunittests to look up breakpad symbols for logged stack traces; r=ted 2019-05-03 13:00:46 -06:00
testsuite-targets.mk Bug 1553481 - Filter out pdbs from CPP_UNIT_TEST_BINS so we don't try to strip them r=firefox-build-system-reviewers,dmajor 2019-05-22 15:08:07 +00:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff