Oriol Brufau
04d6dfe8a0
Bug 1416391 - Fix Element.scrollIntoView in "nearest" mode to behave according to CSSOM spec. r=tnikkel
...
MozReview-Commit-ID: 5xhqKQ1ZDV6
--HG--
extra : rebase_source : ffdffe32b952f2ed1f1c448d243e4f8be7c85455
2017-11-11 01:39:33 +01:00
Brendan Dahl
910a43290e
Bug 1409580 - Skip test_transformed_scrolling_repaints_2.html in headless mode on MacOS. r=jrmuizel
...
MozReview-Commit-ID: EzaRkMKWjUE
--HG--
extra : rebase_source : 86702c0f7b8fe758fd118d6a9ead6f9b74345019
2017-11-02 17:10:47 -07:00
Emilio Cobos Álvarez
f9b153f761
Bug 1416564: Remove mozmm CSS unit. r=heycam
...
MozReview-Commit-ID: AU4CUq09tw4
2017-11-14 16:14:17 +01:00
Joel Maher
39f35674f2
Bug 1369411 - Disable layout/base/tests/test_bug394057.html on linux for frequent failures. r=me, a=testonly
2017-10-30 07:56:23 -04:00
Ting-Yu Lin
41bb308fa2
Bug 1374482 Part 2 - Remove x and y parameters from _test_minimum_select_one_character(). r=mtseng
...
They are not needed due to Part 1.
MozReview-Commit-ID: DMPnidVgbOI
--HG--
extra : rebase_source : f9683d71247b9a8702ea4edb74d39b67a341f65f
2017-10-16 18:12:32 +08:00
Ting-Yu Lin
ba33d9cde8
Bug 1374482 Part 1 - Simplify focus changing tests for caret selection mode. r=mtseng
...
It uses _test_minimum_select_one_character() to ensure the carets appear,
but the complexity of that test is high. To make the test more stable, I
make it test select a word after changing the focus.
MozReview-Commit-ID: Jml82EpQxNm
--HG--
extra : rebase_source : 73ee1dd063fb7092feb7031f0c28bd342abec8f0
2017-10-16 17:58:41 +08:00
Ting-Yu Lin
ccf0f12bf6
Bug 1399204 - Update test_long_press_to_select_when_partial_visible_word_is_selected(). r=mtseng
...
This test fails to test what it designed to test because the <input> is not
narrow enough to let 'b's overflow.
I added an <input> that have a fixed size to ensure 'B's overflows, and
remove the first long press on the first word.
MozReview-Commit-ID: 83zBj4yBXVk
--HG--
extra : rebase_source : f267a442223c318382c27852b6efbd614d410ee0
2017-10-12 16:41:48 +08:00
Brendan Dahl
d645d9cf29
Bug 1386130 - Tweak mochitest to actually wait for up to 30 frames to test scroll. r=dholbert
...
The frame count test was inverted (should be '>' not '<'), causing
the test to never actually wait up to 30 frames to test the scroll
position. The test will also now explicitly fail if the frame count
is reached to make finding this issue easier in the future.
MozReview-Commit-ID: 9BCOFiSi6q
2017-10-05 11:00:51 -07:00
Joel Maher
b08f501872
Bug 1401184 - migrate mochitest-chrome from buildbot hardware to taskcluster VM. r=ahal
2017-09-19 11:44:02 -04:00
Joel Maher
eea441ff69
Bug 992311 - Disable test_leaf_layers_partition_browser_window.xul everywhere. r=gbrown
2017-08-29 10:17:31 -04:00
Jeremy Chen
47f42d536a
Bug 1375332 - stylo: force restyle descendants after character set is updated. r=emilio
...
In Stylo, if there exists one or more <script> elements in the document, frame
construction might happen earlier than the UpdateCharSet(), which leads to an
incorrect style data for the frames. So, we force a restyle in this situation,
to make the style data of all the descendants up-to-date.
MozReview-Commit-ID: BwCwp6Ndvmc
--HG--
extra : rebase_source : 0cfadd3d57b4f8482251f8006a51740873cda3b9
2017-08-21 18:58:53 +08:00
Xidorn Quan
092be74b6e
Bug 1383992 followup - Update mochitest expectation.
...
MozReview-Commit-ID: C1QKAVJgK9v
2017-08-10 14:27:40 +10:00
Xidorn Quan
58e5987209
Bug 1383992 part 1 - Disable failing mochitests. r=heycam
...
MozReview-Commit-ID: J9LoovJJJgM
--HG--
extra : rebase_source : a5ed4b2a11c293c50d642c3a0da6831ce5a885a1
extra : source : 8d97565b7dedaef3b46e65b92b1ca1e0598d2a76
extra : histedit_source : 72834d0bc485e78cb8c1de357e4b545d7e6408f5
2017-08-09 08:31:26 +10:00
Masatoshi Kimura
8b713b2b0f
Bug 1375125 - Stop using nsILocalFile in the tree. r=froydnj
...
This mechanically replaces nsILocalFile with nsIFile in
*.js, *.jsm, *.sjs, *.html, *.xul, *.xml, and *.py.
MozReview-Commit-ID: 4ecl3RZhOwC
--HG--
extra : rebase_source : 412880ea27766118c38498d021331a3df6bccc70
2017-08-04 17:49:22 +09:00
Joel Maher
141ab7e8ee
Bug 1379810 - Intermittent layout/base/tests/test_scroll_snapping_scrollbars.html. disable for windows. r=gbrown
...
MozReview-Commit-ID: 86Rgb0QZzlI
2017-08-03 14:47:13 -04:00
Christoph Kerschbaumer
ea9c7f7996
Bug 1385805 - Convert some more tests within layout/ to comply with new data: URI inheritance model. r=smaug
2017-08-01 10:59:22 +02:00
Geoff Brown
6961a5ba45
Bug 1381932 - Skip test test_scroll_snapping_scrollbars.html on windows, non-e10s; r=me,test-only
2017-07-26 09:16:20 -06:00
Christoph Kerschbaumer
3781656f2d
Bug 1384427 - Update more tests within layout/ to comply with new data: URI inheritance model. r=smaug
2017-07-26 11:42:31 +02:00
Joel Maher
6af8e7f7ac
Bug 1379810 - Intermittent layout/base/tests/test_scroll_snapping_scrollbars.html. disable on windows. r=KWierso
...
MozReview-Commit-ID: 9V5eR0r67rr
2017-07-24 18:28:24 -04:00
Christoph Kerschbaumer
b2294259ad
Bug 1383649 - Convert more tests within layout/ to comply with new data: URI inheritance model. r=smaug
2017-07-24 20:35:02 +02:00
Christoph Kerschbaumer
87798d9abf
Bug 1337270 - Convert tests within layout/ to not rely on principal inheritance for data: URIs. r=smaug
2017-07-18 07:50:07 +02:00
Florian Quèze
66f6d259bc
Bug 1374282 - script generated patch to remove Task.jsm calls, r=Mossop.
2017-06-22 12:51:42 +02:00
Joel Maher
636cc64791
Bug 1208197 - temporarily disable test_bug533845.xul. r=ahal
...
MozReview-Commit-ID: DtXdztv9uJS
2017-06-15 09:44:31 -04:00
Jet Villegas
5358af1fa7
Bug 1208197: Use addEventListener() in test_bug533845.xul to prevent raciness. r=smaug
2017-06-02 14:11:32 +09:00
Mats Palmgren
297b9d70e1
Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
...
MozReview-Commit-ID: IbwWM0FL6HF
--HG--
extra : source : bbb688fe1ba3f5201a190c6e25b693ef7272ea2d
2017-05-21 17:15:00 +08:00
Carsten "Tomcat" Book
00d4ea331d
Backed out changeset bbb688fe1ba3 (bug 1365614)
2017-05-22 15:45:31 +02:00
Mats Palmgren
e706869580
Bug 1365614 part 3 - Backout bug 1333482 part 1-9. Removes support for [-webkit-]appearance for now b/c web compat issues. r=bz
2017-05-21 17:15:00 +08:00
Mats Palmgren
7da60ffe84
Bug 1359411 - Reftest. (test only: DONTBUILD)
...
MozReview-Commit-ID: H1y2uTW89i8
2017-05-13 21:15:03 +02:00
Benjamin Smedberg
f5b5c4624c
Bug 1335475 - Fix test_chrome_over_plugin_window to not load plugins from a data: URI, r=dvander
...
MozReview-Commit-ID: 8VAisndGqYI
2017-03-08 14:38:37 -05:00
Florian Queze
37ff4fc7cc
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
a07223d699
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
95d4d20c17
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Dan Banner
cdf987089d
Bug 1107904 - Remove packed.js and references to it as it is unused. r=standard8
...
MozReview-Commit-ID: K5TLF92pHq4
--HG--
extra : rebase_source : 295bf325a07fa8ec4c55a8babf5418588308dca6
2017-04-12 11:10:00 +01:00
Ryan VanderMeulen
bc24b8741a
Bug 1355206 - Run layout/base/tests on Android and skip failing tests. r=dholbert
2017-04-12 12:50:55 -04:00
Jonathan Kew
8cc01ae9d3
Bug 1354478 - Reftests for caret drawing in text that is reversed relative to the element's inline direction. r=dholbert
2017-04-12 11:32:19 +01:00
Jonathan Kew
dca4d0e0df
Bug 1354478 - Adjust caret rect to paint on the opposite side of the nominal caret position in "upstream" text, for more visually consistent placement. r=dholbert
2017-04-12 11:32:19 +01:00
Ryan VanderMeulen
e71d306d16
Bug 1355206 - Clean up some redundant annotations in layout/base/tests/mochitest.ini. r=dholbert
2017-04-11 21:21:43 -04:00
Ryan VanderMeulen
d885fd9221
Bug 1355206 - Clean up the test sorting in layout/base/tests/mochitest.ini. r=dholbert
2017-04-11 21:21:43 -04:00
Daniel Holbert
45f5064a95
Bug 1355179 part 2: Add comment about porting B2G checks to be Android checks in test_event_target_radius.html. r=kats
...
MozReview-Commit-ID: G0zCLxHzfYs
--HG--
extra : rebase_source : 7e70acbbe916ae63488a06bd7734ec541394ebee
2017-04-10 12:53:29 -07:00
Daniel Holbert
d8b31ff1eb
Bug 1355179 part 1: Remove always-true-now checks for !=B2G in test_reftests_with_caret.html. r=kats
...
MozReview-Commit-ID: CVizePCiI7W
--HG--
extra : rebase_source : 14a78b3c9be8551ea9b6040d60eac72ff6727255
2017-04-10 12:47:39 -07:00
Makoto Kato
cd753d1158
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : a8553684f8f106c1dfb6e2d9b51df7ebeb15275d
2017-03-29 15:34:49 +09:00
Phil Ringnalda
7ac3bd5b7e
Backed out 3 changesets (bug 1351074) for reftest harness and browser_all_files_referenced.js bustage
...
CLOSED TREE
Backed out changeset 941e0f9ff9a7 (bug 1351074)
Backed out changeset 4fdf3b87a70b (bug 1351074)
Backed out changeset 586428f69838 (bug 1351074)
2017-04-02 19:46:49 -07:00
Makoto Kato
cd8761e0f4
Bug 1351074 - Part 2. Use testing-common for AsyncSpellCheckTestHelper.jsm. r=masayuki
...
TESTING_JS_MODULES uses testing-common, not gre. So we should replace gre with testing-common for mochitest.
MozReview-Commit-ID: BqsS2D3IGR6
--HG--
extra : rebase_source : 2143fcdf33c428c82c6b2e00b542649b958aeccc
2017-03-29 15:34:49 +09:00
Mats Palmgren
00b74113a3
Bug 1333482 part 4 - [css-ui] Amend all uses of '-moz-appearance:none' in tests to also specify 'appearance:none' (automated change). r=dholbert
...
MozReview-Commit-ID: BNOR5VRpV2E
2017-03-23 22:11:22 -07:00
Astley Chen
5d27f09056
Bug 1347047 Part 1 - Remove touch caret timeout test. r=TYLin
...
MozReview-Commit-ID: 5fVdwVfcxaz
--HG--
extra : rebase_source : a9f459f427cbb3d502c7b2aa2be0d49a6d2f9d95
2017-03-17 08:47:02 +08:00
Stone Shih
e82b7fd9f9
Bug 1323158 - Part 4: Refine PE boundary events related testcases since boundary events are fired after capturing or releasing the pointer. r=smaug
...
--HG--
extra : rebase_source : acc2d7fb4df3168a5b81cc505d78f5f3b212af92
extra : histedit_source : 5acaa0c7361bb3694d05a33e104e9c861e213bc2
2017-01-19 11:11:50 +08:00
Stone Shih
81ba46489f
Bug 1323158 - Part 2: Remove those PE boundary events test cases which are out of date. r=smaug
...
--HG--
extra : rebase_source : 33ddd9910891a0027abeea84a7f4b3e378b9dde1
extra : histedit_source : 34e2d54d7fdb801f29db795e2f367946dacb3f50
2017-01-23 13:43:49 +08:00
Andreas Farre
85536fcfc4
Bug 1337392 - Update test cases to match new cursor behavior. r=smaug
...
MozReview-Commit-ID: 4BdZyeqTBAx
2017-03-08 16:41:42 +01:00
Stone Shih
f3b56f1a20
Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats
...
--HG--
extra : rebase_source : 95539f13dd0316cb4c01382a4c0213b00dcb64b0
2017-02-16 15:05:09 +08:00
Masatoshi Kimura
7be7b11a1c
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00