Sebastian Hengst
99e5cb9c14
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: GSKVB94r7Kk
2017-08-23 16:29:51 +02:00
Jon Coppeard
97ccdf1de8
Bug 1358882 - Add a circular module import test r=smaug
2017-08-23 10:51:40 +01:00
Cameron McCormack
a5d1e710c2
Bug 1383332 - Disable test on stylo. r=me
...
MozReview-Commit-ID: 1JEMledudb7
2017-08-23 14:20:06 +08:00
Xidorn Quan
870e542ca8
Bug 1370779 followup 3 - Update several web-platform test expectation.
...
MozReview-Commit-ID: D4ZnLAYk17b
--HG--
extra : rebase_source : 9bc505634a79c9113e0c885b960d0e6e2922be53
2017-08-23 15:24:31 +10:00
Bobby Holley
d1e2022ad8
Bug 1383332 - Use correct annotation syntax. r=me
...
MozReview-Commit-ID: BcUGGhuCIOL
2017-08-22 22:15:04 -07:00
Bobby Holley
7210bd7226
Bug 1383332 - Track the restyle root and use it to do less work during the traversal. r=emilio
...
MozReview-Commit-ID: A8O3JOpsv4E
2017-08-22 21:19:24 -07:00
Wes Kocher
6dd42e2664
Merge inbound to central, a=merge
...
MozReview-Commit-ID: BMWuqvmTljV
2017-08-22 17:07:23 -07:00
Sebastian Hengst
1fe4fe07fa
Backed out changeset 9e64af6b5158 (bug 1290858) for unexpectedly passing in wpt's /resource-timing/resource-timing.html. r=backout
2017-08-23 00:14:13 +02:00
Christoph Kerschbaumer
79a239cba5
Bug 1387684 - CSP: Special case 'self' for unique opaque origins. r=dveditz
2017-08-23 10:05:12 +02:00
Aryeh Gregor
b7375b6f60
Bug 834209 - Return HTMLCollection from HTMLDocument named getter; r=bkelly
...
The spec says HTMLCollection, and this appears to be what all other
browsers do.
https://html.spec.whatwg.org/#dom-window-nameditem
https://html.spec.whatwg.org/#dom-document-nameditem
MozReview-Commit-ID: 87aABNaQmiz
--HG--
extra : rebase_source : dfc6e445fd00d718632464357727be378da41e6c
2017-08-20 17:20:24 +03:00
Aryeh Gregor
1b3b415680
Bug 1389421 - Support nonce IDL property; r=ckerschb,smaug
...
We already support the actual functionality, but nobody added support
for the IDL property to the .webidl file.
Also added <style nonce> to the web-platform-tests reflection tests,
since nobody updated that to the current spec either.
This does not add support for .nonce to SVGScriptElement, because I
couldn't find any standard that specified it. I updated the wpt tests
to expect .nonce to work on HTMLScriptElement but not SVGScriptElement.
MozReview-Commit-ID: F1K7WMfMoDi
--HG--
extra : rebase_source : 247c63b63446dc0d60062bb9d9c61228c379b989
2017-08-21 14:49:44 +03:00
Andreas Tolfsen
657e3f287d
Bug 1391691 - Make WebDriver:FullscreenWindow idempotent. r=automatedtester
...
MozReview-Commit-ID: 4AQlYYNV03f
--HG--
extra : rebase_source : 2b4c8bb55292665925411025e952367f1af27123
2017-08-18 18:32:11 +01:00
Andreas Tolfsen
a4b0685950
Bug 1391691 - Make WebDriver:MaximizeWindow idempotent. r=automatedtester
...
MozReview-Commit-ID: EJ0VQOTWysg
--HG--
extra : rebase_source : 8f97877c78c04672acd715db82b98133330372db
2017-08-18 18:31:42 +01:00
Andreas Tolfsen
bd75d1ac7c
Bug 1391691 - Make WebDriver:MinimizeWindow idempotent. r=automatedtester
...
MozReview-Commit-ID: 4XBw0UFfZ1O
--HG--
extra : rebase_source : ced1fb5e6add0b2688c3e6cc0740eb9a9e54456a
2017-08-18 18:30:50 +01:00
Andreas Tolfsen
d0436dfac3
Bug 1391691 - Skip needless assertion. r=automatedtester
...
The window rect's state is already tested a few lines down.
MozReview-Commit-ID: BLDufKrl8ey
--HG--
extra : rebase_source : 535872620741ffdd424f1794b355e1f0975ba76c
2017-08-18 18:43:01 +01:00
Andreas Tolfsen
79f1556376
Bug 1391691 - Bringing window out of fullscreen does not restore x/y position. r=automatedtester
...
When we set the window rect to width/height 400, we only want to test
those qualities.
MozReview-Commit-ID: 76qqCOOwjXQ
--HG--
extra : rebase_source : a8ebbb4a848beba6de43c2176d9322806ae80ac1
2017-08-18 18:42:20 +01:00
Andreas Tolfsen
64bf94515b
Bug 1391691 - Restore window state using Set Window Rect. r=automatedtester
...
Because the Maximize Window, Minimize Window, and Fullscreen Window
commands are now idempotent we will want to use the Set Window Rect to
bring them back to the normal window state.
MozReview-Commit-ID: BxtAJizfti6
--HG--
extra : rebase_source : c3110bb53ca2dc795e0e6756525435ba2ea61a8e
2017-08-18 18:33:06 +01:00
Andreas Tolfsen
a48ddd1c7a
Bug 1391691 - Fix undefined variable error with client.Session#position(). r=automatedtester
...
The x and y variables are not defined but needs to be extracted from
new_position.
MozReview-Commit-ID: Ds8cPlufjUa
--HG--
extra : rebase_source : 6edb0445ac89d0202a4ef037b0cd38af226c6507
2017-08-18 18:34:44 +01:00
Andreas Tolfsen
6422a59390
Bug 1391691 - Add wdclient documentation for window manipulation. r=automatedtester
...
MozReview-Commit-ID: 758QOhUfJzs
--HG--
extra : rebase_source : 4698c8f0ea09d4db20bc8dbe0d5c8b4bc30297d8
2017-08-18 18:33:52 +01:00
Wes Kocher
88c4efea2a
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: 7PZEeFIzle5
2017-08-21 16:39:56 -07:00
Emilio Cobos Álvarez
bbd95495e0
Bug 1341102: More expectation updates after servo/servo#18139 . r=me
...
MozReview-Commit-ID: 7q1ITUpRcS2
2017-08-21 19:26:09 +02:00
Shawn Huang
23890bba07
Backed out changeset 936c6efde4e4 (bug 1345457) for breaking xhr test case r=backout
2017-08-21 16:32:47 +08:00
Phil Ringnalda
9359f5bf39
Merge inbound to m-c, a=merge
...
MozReview-Commit-ID: LCCoXUsCtmv
2017-08-19 15:29:10 -07:00
Yangyi Peng
f35129b70f
Bug 1391661 - Add Minimize Window tests to wdspec; r=ato
...
MozReview-Commit-ID: LLJ6EXd2aKR
2017-08-19 13:59:56 +01:00
Emilio Cobos Álvarez
96967409e2
Bug 1341102: Update expectations after servo/servo#18139 . r=me
...
MozReview-Commit-ID: F8wa1hxNtCZ
2017-08-21 18:31:37 +02:00
Wes Kocher
75e9f7dbef
Backed out 10 changesets (bug 1391691) for wpt failures a=backout
...
Backed out changeset 666ac679317e (bug 1391691)
Backed out changeset 46f82e1e2cde (bug 1391691)
Backed out changeset 1fd98ace1473 (bug 1391691)
Backed out changeset 5bddbd90ec7c (bug 1391691)
Backed out changeset 4653134d01ef (bug 1391691)
Backed out changeset fd88b612ac2e (bug 1391691)
Backed out changeset 6306abc0b5e9 (bug 1391691)
Backed out changeset 649b0e761c87 (bug 1391691)
Backed out changeset 6c48daaad075 (bug 1391691)
Backed out changeset 17aeed1f6454 (bug 1391691)
MozReview-Commit-ID: 6Cw1QibNQKM
--HG--
extra : rebase_source : 0197f824719f11e113595dd9a4a86b2c8d1fd8fe
2017-08-21 09:19:10 -07:00
Wes Kocher
b1fc5e008c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4cWGBbMEU2x
2017-08-18 15:53:07 -07:00
Wes Kocher
c043502159
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 7sFZmPUXSx6
2017-08-18 17:21:29 -07:00
Wes Kocher
594f235396
Backed out changeset 1a885b6252b3 (bug 1391661) for conflicting with the incoming m-c merge a=backout
...
MozReview-Commit-ID: 7I5GCoEvuAL
--HG--
extra : source : c91df00334016869af5f7ece0e8eef988022bc63
2017-08-18 17:14:10 -07:00
Wes Kocher
ccaaa705de
Backed out 6 changesets (bug 1376625) for conflicting with the incoming m-c merge a=backout
...
Backed out changeset 8498aa3df735 (bug 1376625)
Backed out changeset 1805706e3d0d (bug 1376625)
Backed out changeset 0842eac97833 (bug 1376625)
Backed out changeset 4af85178dea9 (bug 1376625)
Backed out changeset e2ae50805200 (bug 1376625)
Backed out changeset 29175c7e6faa (bug 1376625)
MozReview-Commit-ID: GKUCcsZ0Lxn
2017-08-18 17:12:20 -07:00
David Burns
3919d56fa4
Bug 1376625 - Add Is Element Selected wdspec tests r=ato
...
This adds tests for the Is Element Selected section as documented in
https://w3c.github.io/webdriver/webdriver-spec.html#is-element-selected
MozReview-Commit-ID: HmwOtYlIZLQ
--HG--
extra : rebase_source : bba5c753495551e75eb78717d43ce7ceaaabd237
2017-08-04 20:25:18 +01:00
David Burns
cd9e986d97
Bug 1376625 - Updating meta data for newly added tests r=ato
...
Most of the failures are due to
https://bugzilla.mozilla.org/show_bug.cgi?id=1264259 which creates
a cascade failure unfortunately.
MozReview-Commit-ID: 4wLh7WcacGu
--HG--
extra : rebase_source : 50d8fa3ba28562094dea2d849a10e2bee57ff776
2017-08-02 23:55:47 +01:00
David Burns
216c0d2253
Bug 1376625 - Add Get Element Tag Name wdspec tests r=ato
...
MozReview-Commit-ID: 5ictmTtj5zX
--HG--
extra : rebase_source : bf3f9e0126d9924436c850963aa9d0907a27df0b
2017-08-01 08:43:09 +01:00
David Burns
695c904534
Bug 1376625 - Add Get Element Rect wdspec tests r=ato
...
MozReview-Commit-ID: AGSaUzetbRR
--HG--
extra : rebase_source : 3b6b763b4a6cf2d62e125e5909f59e5cc9cc8d52
2017-08-01 07:00:51 +01:00
Dão Gottwald
d07a1dd6a9
Bug 1391191 - Consolidate navigator toolbox bottom border styling. r=johannh
...
MozReview-Commit-ID: 4xjHHqIayP5
--HG--
extra : rebase_source : 08dc7ee08177e7e32c8c6c62fee3e1d09c742dd2
2017-08-21 17:05:41 +02:00
Andreas Tolfsen
fd1746e875
Bug 1391691 - Make WebDriver:MaximizeWindow idempotent. r=automatedtester
...
MozReview-Commit-ID: EJ0VQOTWysg
--HG--
extra : rebase_source : 8fa9ab528c30f11d791b0e49f36661957f19befa
2017-08-18 18:31:42 +01:00
Andreas Tolfsen
9e4a620575
Bug 1391691 - Make WebDriver:MinimizeWindow idempotent. r=automatedtester
...
MozReview-Commit-ID: 4XBw0UFfZ1O
--HG--
extra : rebase_source : c2de251b5e994710ae197e63b7413a321f490900
2017-08-18 18:30:50 +01:00
Andreas Tolfsen
a997edbc48
Bug 1391691 - Skip needless assertion. r=automatedtester
...
The window rect's state is already tested a few lines down.
MozReview-Commit-ID: BLDufKrl8ey
--HG--
extra : rebase_source : b11b01a5659bd1f8b2361b1e37eb577b862ea527
2017-08-18 18:43:01 +01:00
Andreas Tolfsen
63b321cd17
Bug 1391691 - Bringing window out of fullscreen does not restore x/y position. r=automatedtester
...
When we set the window rect to width/height 400, we only want to test
those qualities.
MozReview-Commit-ID: 76qqCOOwjXQ
--HG--
extra : rebase_source : b4dafc793a84b48e64b0901e153edfe680da88cf
2017-08-18 18:42:20 +01:00
Andreas Tolfsen
4e702f412a
Bug 1391691 - Restore window state using Set Window Rect. r=automatedtester
...
Because the Maximize Window, Minimize Window, and Fullscreen Window
commands are now idempotent we will want to use the Set Window Rect to
bring them back to the normal window state.
MozReview-Commit-ID: BxtAJizfti6
--HG--
extra : rebase_source : 94b43c4320f3bbb2034853803b5785ad091fdadc
2017-08-18 18:33:06 +01:00
Andreas Tolfsen
be975ccb0f
Bug 1391691 - Fix undefined variable error with client.Session#position(). r=automatedtester
...
The x and y variables are not defined but needs to be extracted from
new_position.
MozReview-Commit-ID: Ds8cPlufjUa
--HG--
extra : rebase_source : 2bef2d5ea5b532323c5c693ba057c93896a900e9
2017-08-18 18:34:44 +01:00
Andreas Tolfsen
1b5c661c4a
Bug 1391691 - Add wdclient documentation for window manipulation. r=automatedtester
...
MozReview-Commit-ID: 758QOhUfJzs
--HG--
extra : rebase_source : 7fc8e2f5235604168032515dad6ac8af7302f4d4
2017-08-18 18:33:52 +01:00
Andreas Tolfsen
8c152224c3
Bug 1388036 - Add WPT tests for Fullscreen Window. r=automatedtester
...
MozReview-Commit-ID: 4dpQsTIbFmA
--HG--
extra : rebase_source : cb83668eb3c23740ebf657459a4a6dae513b7c71
2017-08-07 14:03:58 +01:00
David Burns
24821741be
Bug 1376625 - Add Is Element Selected wdspec tests r=ato
...
This adds tests for the Is Element Selected section as documented in
https://w3c.github.io/webdriver/webdriver-spec.html#is-element-selected
MozReview-Commit-ID: HmwOtYlIZLQ
--HG--
extra : rebase_source : f9b07023df980e6a8843a3a37be0f220291dfcfa
2017-08-04 20:25:18 +01:00
David Burns
a7ac6c359d
Bug 1376625 - Updating meta data for newly added tests r=ato
...
Most of the failures are due to
https://bugzilla.mozilla.org/show_bug.cgi?id=1264259 which creates
a cascade failure unfortunately.
MozReview-Commit-ID: 4wLh7WcacGu
--HG--
extra : rebase_source : 46e7256dabc66fc2f67d668074af8ec14a22f187
2017-08-02 23:55:47 +01:00
David Burns
1ceb800c51
Bug 1376625 - Add Get Element Tag Name wdspec tests r=ato
...
MozReview-Commit-ID: 5ictmTtj5zX
--HG--
extra : rebase_source : 45337999328a34cd513468a95c18e67bfb92ad80
2017-08-01 08:43:09 +01:00
David Burns
233ab7fd5b
Bug 1376625 - Add Get Element Rect wdspec tests r=ato
...
MozReview-Commit-ID: AGSaUzetbRR
--HG--
extra : rebase_source : 6d2b677bab8c7d24f9b4374cd12291a8d0d6d421
2017-08-01 07:00:51 +01:00
David Burns
6da0e35611
Bug 1376625 - Add Get Element Property wdspec tests r=ato
...
This adds tests for Get Element Property WebDriver tests as documented
in https://w3c.github.io/webdriver/webdriver-spec.html#get-element-property
MozReview-Commit-ID: 62pCbYH0iwv
--HG--
extra : rebase_source : 0a0c96b0c993bcbf4b3345060b8ab50204744e39
2017-06-30 19:29:18 +01:00
David Burns
03b12a5c81
Bug 1376625 - Add Get Element Property wdspec tests r=ato
...
This adds tests for Get Element Property WebDriver tests as documented
in https://w3c.github.io/webdriver/webdriver-spec.html#get-element-property
MozReview-Commit-ID: 62pCbYH0iwv
--HG--
extra : rebase_source : 230393d99a82bcf94d09d7e25d8226d534af9731
2017-06-30 19:29:18 +01:00
David Burns
8ae975b475
Bug 1376625 - Add Get Element Attribute wdspec tests r=ato
...
This adds wdspec tests for the Get Element Attribute section as
documented in
https://w3c.github.io/webdriver/webdriver-spec.html#get-element-attribute
MozReview-Commit-ID: 9hHPr6Hb1l1
--HG--
extra : rebase_source : ff5cd0fc14e37c86c84f6ead7474317042e8c216
2017-06-28 19:53:05 +01:00