https://github.com/web-platform-tests/wpt

sort by:
Revision Author Date Message Commit Date
e765504 [PerformanceObserver] Support the "buffered" flag in PerformanceObserver Support the 'buffered' flag in performance observer per specified in https://w3c.github.io/performance-timeline/ This is what this CL intends to do: 1. Add a 'buffered' flag in PerformanceObserverInit.idl. 2. Add the buffered entries of observed entryType to PerformanceObserverEntryList. 3. Correct a bug in po-observe.html and enable the test. (entry.entryType instead of entry.type) 4. Hide the 'buffered' behavior behind an experimental flag Bug: 725567 Change-Id: Ib8e35215c5b58721a043087130c9951a56fba3c1 Reviewed-on: https://chromium-review.googlesource.com/641382 Commit-Queue: Liquan Gu <maxlg@chromium.org> WPT-Export-Revision: 1ec71c5cc175720d6a3d7298ce3ddd855e7642bf 01 September 2017, 15:41:53 UTC
866e2d1 Merge pull request #7219 from w3c/zcorpan/2dcontext-specextract Update and trim down scripts in /2dcontext/tools 01 September 2017, 15:10:22 UTC
0923cbd Changing <style> element's type attribute should reflect in CSS. CSSStyleSheet is not created for style elements when the type is changed from unknown/unsupported mime to text/css. With this change, it will create style sheet. Bug: 757452 Change-Id: I91d1b8a330688b8c82017671bd63975ae566df62 Reviewed-on: https://chromium-review.googlesource.com/643366 Commit-Queue: Shanmuga Pandi <shanmuga.m@samsung.com> Reviewed-by: Rune Lillesveen <rune@opera.com> Cr-Commit-Position: refs/heads/master@{#499170} 01 September 2017, 11:45:34 UTC
c9c39eb Don't generate the spec when ISOFSCREENCANVAS 01 September 2017, 11:20:36 UTC
0b8440f Fix lint errors 01 September 2017, 11:20:35 UTC
4477a74 Update and trim down scripts in /2dcontext/tools Remove --standalone option and mochitest business, but generate annotated-spec.html (not checked in), and fix various bugs. Update specextract.py and fetch a new copy of the spec. The "text" snippets in spec.yaml should be updated to match against the current spec, which can be worked on as followups. 01 September 2017, 11:20:35 UTC
fc95a12 Merge pull request #7071 from frivoal/caret-color-20-relax [css-ui-3] Avoid test failure unrelated to the object of the test 01 September 2017, 11:19:05 UTC
53b7179 Remove print statement that breaks lint (#7221) 01 September 2017, 10:11:47 UTC
4807cde Update :in-range/:out-of-range style when input type changes. The :in-range/:out-of-range pseudo classes only matches for steppable input typesi. We need to schedule style invalidations for these pseudo classes when the input changes and at least one of them is steppable. Changing between two steppable types may also need invalidation as min/max/value need to be reparsed and their value may not be valid or their interpretations may be different. Bug: 751406 Change-Id: I0dc6517ded832fdaa63f1a3bdda161dcf2b3b448 Reviewed-on: https://chromium-review.googlesource.com/646327 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Rune Lillesveen <rune@opera.com> Cr-Commit-Position: refs/heads/master@{#499158} 01 September 2017, 10:03:43 UTC
e9cfcee Update :indeterminate style when input type changes. The :indeterminate pseudo class only matches for certain input types. We need to schedule style invalidations for :indeterminate when the input changes between certain types. Bug: 751406 Change-Id: I4cae67ce883ec0969119f788718db8b978f9a67d Reviewed-on: https://chromium-review.googlesource.com/646168 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Rune Lillesveen <rune@opera.com> Cr-Commit-Position: refs/heads/master@{#499157} 01 September 2017, 09:46:29 UTC
6f42bd5 Update :checked style when input type changes. The :checked pseudo class only matches for certain input types. We need to schedule style invalidations for :checked when the input changes between certain types. Bug: 751406 Change-Id: I818b498339a643766e0c619cb6b70bfd09c6efcb Reviewed-on: https://chromium-review.googlesource.com/645987 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Rune Lillesveen <rune@opera.com> Cr-Commit-Position: refs/heads/master@{#499156} 01 September 2017, 09:37:38 UTC
d98f5d0 Simplify css-transitions/events-001.html (#6645) 01 September 2017, 07:07:17 UTC
44aca33 CSS: Enable vh_not_refreshing_on_chrome test The web platform test was not waiting for the animations to complete. We now use reftest-wait, and only remove this class from the document when properties have finished changing. BUG=759921 Change-Id: Ied0d597b17da076ff50a18b9dd459ce91ae29af6 Reviewed-on: https://chromium-review.googlesource.com/644669 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by: Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#499122} 01 September 2017, 03:50:42 UTC
48b2e44 Merge pull request #6936 from frivoal/text-overflow-line-edge [css-ui] Update test to match spec change 01 September 2017, 00:38:30 UTC
b8b9886 Merge pull request #6917 from javifernandez/fix-grid-metadata [css-grid] Updated meta-data tags to refer the relevant spec section. 01 September 2017, 00:28:19 UTC
994ef2a [css-tables] Collect UMA for layout change Blink distributes width to columns in fixed-layout tables differently than FF/Edge. Before we change to match, see how many sites might break. Notes: - This mechanism isn't perfect, rounding might be a little different. - There's no existing bug about this so it's probably low impact. - The included test triggers the UseCounter Bug: 760764 Change-Id: Ia6ae189f0056681a8bba382cbfe889cf79f16acc Reviewed-on: https://chromium-review.googlesource.com/644188 Reviewed-by: Morten Stenshorne <mstensho@opera.com> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#498972} 31 August 2017, 21:11:22 UTC
ce8b2ae Increase cushion in timeOrigin test This CL makes comparisons with Date() in timeOrigin.html easier to pass. See the following relevant discussions: https: //github.com/w3c/web-platform-tests/pull/6822#discussion_r135601415 https: //github.com/w3c/web-platform-tests/issues/7075 Change-Id: Ic676eeea04b9717a3460acfbeebf8d2ed3207d4f Reviewed-on: https://chromium-review.googlesource.com/646070 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#498966} 31 August 2017, 21:01:56 UTC
7abe12a Merge pull request #7122 from w3c/sync_12dd602c7b478057bfd70e4243eea395cc1d1876 Add wpt tests for not copying sessionstorage into noopener windows, 31 August 2017, 16:23:59 UTC
44b901c Merge pull request #7121 from w3c/sync_11ee407c338e9e8d5d00579701e8f87d24670b53 Throw TypeError if [[OwnPropertyKeys]] of scripted proxies contains duplicates. r=till, 31 August 2017, 16:23:44 UTC
0d31118 Merge pull request #7120 from w3c/sync_63e2635cab1e9dbb566855c48302aded61980892 AbortSignal/AbortController - part 7 - Fix a WPT related to AbortSignal and Fetch, 31 August 2017, 16:23:15 UTC
061cee8 Merge pull request #7119 from w3c/sync_d4c2032ef16a58210fe6b477d919691f4d31fd0a Add --disable-stylo for WPT. 31 August 2017, 16:22:59 UTC
78d6035 Merge pull request #7118 from w3c/sync_cfdededa8984b829cd8ee6a667e01264ae1f97c2 Test restoring window on Set Window Rect exhaustively. 31 August 2017, 16:22:45 UTC
8c4d17b Merge pull request #7117 from w3c/sync_796c10c3c32ffb22c5a3e4202f2386448af26a51 Improve edge case in-op tests for Set Window Rect. 31 August 2017, 16:22:10 UTC
d3dca37 Merge pull request #7116 from w3c/sync_62367310b42fc29e8290c9eda6e5119a9d455974 Test no-op input for Set Window Rect. 31 August 2017, 16:21:53 UTC
7742ce5 Merge pull request #7115 from w3c/sync_6f5ee5394fb237b1b0c865c287e7653434feaf21 Add floating pointer tests for Set Window Rect. 31 August 2017, 16:21:39 UTC
256cb06 Merge pull request #7114 from w3c/sync_0c870a99a1c06770771669a269cbc23f5a8227a6 Correct types and bounds checks for Set Window Rect. 31 August 2017, 16:21:11 UTC
e9f5c09 Merge pull request #7113 from w3c/sync_3ee48c00d6b7bba547d8001d77c0cd3907e5a5a6 Drop unnecessary navigation in user prompt tests. 31 August 2017, 16:20:55 UTC
5222cde Merge pull request #7112 from w3c/sync_59e4abd71fda8b433605de95e37cfa660833ef6e Add missing browsing context test. 31 August 2017, 16:20:40 UTC
af46684 Merge pull request #7111 from w3c/sync_67fd9617b4f6feaf2bce28bc32b17a29d56b5403 Add boilerplate for missing user prompt tests. 31 August 2017, 16:20:03 UTC
854e2d9 Merge pull request #7110 from w3c/sync_971140cf10afb80fdf517c19084c6b3f14d0293d Added smiley.png.headers. 31 August 2017, 16:19:48 UTC
2cbc8ab Merge pull request #7109 from w3c/sync_2ec50c79332bbb1b1bfe86fb19bb8f0bdeef0abb Make WebDriver:FullscreenWindow idempotent. 31 August 2017, 16:19:19 UTC
0d43a0d Merge pull request #7108 from w3c/sync_a672e2f880996e2ab22853a9d33602f04fc72c30 Make WebDriver:MaximizeWindow idempotent. 31 August 2017, 16:19:03 UTC
5fa4dab Merge pull request #7107 from w3c/sync_d816c0ce009578cc8046a7a98d15061fe6bb3c60 Make WebDriver:MinimizeWindow idempotent. 31 August 2017, 16:18:47 UTC
7652dc8 Merge pull request #7106 from w3c/sync_35f6027e38b0feee7d300b343da00376e11e506b Skip needless assertion. 31 August 2017, 16:18:18 UTC
c5deac2 Merge pull request #7105 from w3c/sync_61ed2ef9a70a06c3480aea17933910d2cf764822 Bringing window out of fullscreen does not restore x/y position. 31 August 2017, 16:18:04 UTC
f65302d Merge pull request #7104 from w3c/sync_cf1430acd5ee99edf2c259f3044cacdfebe5052d Restore window state using Set Window Rect. 31 August 2017, 16:17:49 UTC
6d536b8 Merge pull request #7103 from w3c/sync_07a03d5bcc8beef46eae3cec26cbece5263e4166 Fix undefined variable error with client.Session#position(). 31 August 2017, 16:17:15 UTC
9f9b930 Merge pull request #7102 from w3c/sync_073f77f0ad8c5859b635bcb8b484a001594f75de Add wdclient documentation for window manipulation. 31 August 2017, 16:16:57 UTC
e4155fb Merge pull request #7101 from w3c/sync_50da72aad66a06cde2367170ea1caf3885a34d0b Backed out changeset 936c6efde4e4 (bug 1345457) for breaking xhr test case r=backout 31 August 2017, 16:16:43 UTC
ccc7f0d Merge pull request #7100 from w3c/sync_8b910c278c649c71b1ad0e3650f2e1cbe0f80059 Add Minimize Window tests to wdspec; 31 August 2017, 16:16:15 UTC
4bea7d8 Merge pull request #7099 from w3c/sync_483422634aca28f9fc1c032cd598f672f690513d Add Is Element Selected wdspec tests 31 August 2017, 16:15:59 UTC
6ffcc7f Merge pull request #7098 from w3c/sync_637117fa5ed9a9d44832b99cd970e8726f9a1b23 Add Get Element Tag Name wdspec tests 31 August 2017, 16:15:43 UTC
150d760 Merge pull request #7097 from w3c/sync_564480333afbb1c87688be4c3380be68dbc277db Add WPT tests for Fullscreen Window. 31 August 2017, 16:15:16 UTC
baaffaf Merge pull request #7096 from w3c/sync_bf00dac63b245a6225cf8acc2019a9820faa87cc Add Get Element Property wdspec tests 31 August 2017, 16:14:59 UTC
9657f29 Merge pull request #7095 from w3c/sync_654d3e6b80609add35745c342e4d61b6e690ba59 Add Get Element Attribute wdspec tests 31 August 2017, 16:14:44 UTC
cf9a084 Merge pull request #7094 from w3c/sync_5e0b12043dff61c65ce8a3ee7c4e640d8f2aeb2b Improve readability of Set Window Rect test. 31 August 2017, 16:14:17 UTC
6af92ab Merge pull request #7093 from w3c/sync_fff03012dc7ce65841b307cade5b195211604ade Enable Set Window Rect from minimized window state test. 31 August 2017, 16:14:02 UTC
f939bac Merge pull request #7092 from w3c/sync_f75cde25c6226057f86e1d1cc93438586c1f128f wpt test cases to ensure 'data:' iframe is forbidden to access its contentDocument. 31 August 2017, 16:13:47 UTC
397c98b Merge pull request #7091 from w3c/sync_c04a5dbcca57748ce7b3c3bda4a6e8e620b8d85f Simple interpolation test cases for text-shadow and box-shadow with currentcolor. 31 August 2017, 16:13:13 UTC
3d33321 Merge pull request #7090 from w3c/sync_e8d533c159c3ebad464e39378b70cff90f9281eb Intermittent intersection-observer/timestamp.html) Make testing for expected time origins more reliable. 31 August 2017, 16:12:58 UTC
b59a1aa Merge pull request #7089 from w3c/sync_9c0a4b5434db0077f37837c6fd94aa72705ddba5 Extend current web-platform test to do data:css same-origin check. 31 August 2017, 16:12:44 UTC
0fc89f6 Merge pull request #7088 from w3c/sync_2141e7a47a677925d58ebc513bb0c7bbf31759fb New web-platform test case for data:font same-origin check. 31 August 2017, 16:12:29 UTC
e7d2a64 Merge pull request #7087 from w3c/sync_bc06911018e0467b474e818ea04d5bc0c65afdca Don't allow Selection in nodes not in the document; 31 August 2017, 16:12:15 UTC
19fde29 Merge pull request #7086 from w3c/sync_1ef4ab4582443cf03c4e312c9ddb346f8cc03e3f Flag the in-flow frames of kids of various wrapper frames during frame construction, so we know to restyle the wrapper frames. 31 August 2017, 16:11:58 UTC
7392e7a Merge pull request #7085 from w3c/sync_e39e12f316cc290a6562fc3130583452f6104794 Implement the WHATWG Streams spec - part 10 - WPT updated, r=bkelly, 31 August 2017, 16:11:42 UTC
2fb5e18 Merge pull request #7084 from w3c/sync_45a472bd0fc6b8b0f05142075e1c502ad6bd8fe3 Disable pytest cache provider in WPT. 31 August 2017, 16:11:29 UTC
a5f1d78 Merge pull request #7083 from w3c/sync_a7fd4dcd110f2bf1733e645cf245947a01820df3 Fix error in gzip_xml.py 31 August 2017, 16:11:15 UTC
bfee668 Merge pull request #7082 from w3c/sync_bb6e2867ddacf508d33f08ea30a66c53179717ca Improve module loader mochitests and re-enable failing WPT tests 31 August 2017, 16:10:58 UTC
11ee407 Throw TypeError if [[OwnPropertyKeys]] of scripted proxies contains duplicates. r=till, Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1389752 [ci skip] 31 August 2017, 16:10:34 UTC
12dd602 Add wpt tests for not copying sessionstorage into noopener windows, Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1372662 [ci skip] 31 August 2017, 16:10:34 UTC
63e2635 AbortSignal/AbortController - part 7 - Fix a WPT related to AbortSignal and Fetch, Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1378342 [ci skip] 31 August 2017, 16:10:34 UTC
d4c2032 Add --disable-stylo for WPT. MozReview-Commit-ID: AUwMbjOinvY Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1393234 [ci skip] 31 August 2017, 16:10:34 UTC
0c870a9 Correct types and bounds checks for Set Window Rect. This patch splits types and bounds checks into two tests for clarity and reduces unnecessary fields for readability. It also covers a few missing eventualities and edge cases. MozReview-Commit-ID: GTBw0fZOgwY Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
2ec50c7 Make WebDriver:FullscreenWindow idempotent. MozReview-Commit-ID: 4AQlYYNV03f Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:33 UTC
3ee48c0 Drop unnecessary navigation in user prompt tests. The browsing context always has a document. MozReview-Commit-ID: FU0T2LcUBJq Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
59e4abd Add missing browsing context test. This covers step 1 of the Set Window Rect algorithm. MozReview-Commit-ID: 5DqDEiiMwXt Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
6236731 Test no-op input for Set Window Rect. MozReview-Commit-ID: HfvqHtvDUha Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
67fd961 Add boilerplate for missing user prompt tests. MozReview-Commit-ID: KSSEG6MJD8m Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
6f5ee53 Add floating pointer tests for Set Window Rect. Set Window Rect is meant to accept JSON Numbers, which can either be integers or floats. MozReview-Commit-ID: 591s7UVoUhM Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
796c10c Improve edge case in-op tests for Set Window Rect. Marionette has issues with repositioning/resizing the window when one of width/height/x/y is the rect's existing value. This is an edge case it is worth testing for. MozReview-Commit-ID: 7E46ly2lIiY Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
971140c Added smiley.png.headers. For web-platform-tests imageset.https.sub,html [1], it will fetch smiley.png and use window.performace to query the download size to determine the image is actually downloaded or not. [2] However this test is a mixed-content-blocked test, (https: document to load some images from http:), and performace API only allows pages with different origin to use this API if the HTTP header 'Timing-Allow-Origin' is specified. [3] So we added a smiley.png.header to specifiy 'Timing-Allow-Origin'. [1]: http://searchfox.org/mozilla-central/rev/b258e6864ee3e809d40982bc5d0d5aff66a20780/testing/web-platform/tests/mixed-content/imageset.https.sub.html [2]: http://searchfox.org/mozilla-central/rev/b258e6864ee3e809d40982bc5d0d5aff66a20780/testing/web-platform/tests/preload/resources/preload_helper.js#13 [3]: https://www.w3.org/TR/resource-timing-1/#timing-allow-origin Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1373780 [ci skip] 31 August 2017, 16:10:33 UTC
a672e2f Make WebDriver:MaximizeWindow idempotent. MozReview-Commit-ID: EJ0VQOTWysg Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:33 UTC
cfdeded Test restoring window on Set Window Rect exhaustively. MozReview-Commit-ID: 9CEDgo4YS2v Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392368 [ci skip] 31 August 2017, 16:10:33 UTC
d816c0c Make WebDriver:MinimizeWindow idempotent. MozReview-Commit-ID: 4XBw0UFfZ1O Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:33 UTC
35f6027 Skip needless assertion. The window rect's state is already tested a few lines down. MozReview-Commit-ID: BLDufKrl8ey Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:32 UTC
61ed2ef Bringing window out of fullscreen does not restore x/y position. When we set the window rect to width/height 400, we only want to test those qualities. MozReview-Commit-ID: 76qqCOOwjXQ Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:32 UTC
cf1430a Restore window state using Set Window Rect. 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:10:32 UTC
073f77f Add wdclient documentation for window manipulation. MozReview-Commit-ID: 758QOhUfJzs Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:08:54 UTC
07a03d5 Fix undefined variable error with client.Session#position(). The x and y variables are not defined but needs to be extracted from new_position. MozReview-Commit-ID: Ds8cPlufjUa Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391691 [ci skip] 31 August 2017, 16:08:54 UTC
4834226 Add Is Element Selected wdspec tests 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1376625 [ci skip] 31 August 2017, 16:08:54 UTC
50da72a Backed out changeset 936c6efde4e4 (bug 1345457) for breaking xhr test case r=backout [ci skip] 31 August 2017, 16:08:54 UTC
5644803 Add WPT tests for Fullscreen Window. MozReview-Commit-ID: 4dpQsTIbFmA Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1388036 [ci skip] 31 August 2017, 16:08:54 UTC
5e0b120 Improve readability of Set Window Rect test. In addition to readability improvements, it fixes a few small errors where the "x" and "y" field are being mixed up. MozReview-Commit-ID: LP8uAaELadY Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1390520 [ci skip] 31 August 2017, 16:08:54 UTC
637117f Add Get Element Tag Name wdspec tests MozReview-Commit-ID: 5ictmTtj5zX Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1376625 [ci skip] 31 August 2017, 16:08:54 UTC
654d3e6 Add Get Element Attribute wdspec tests 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1376625 [ci skip] 31 August 2017, 16:08:54 UTC
8b910c2 Add Minimize Window tests to wdspec; MozReview-Commit-ID: LLJ6EXd2aKR Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391661 [ci skip] 31 August 2017, 16:08:54 UTC
bf00dac Add Get Element Property wdspec tests 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 Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1376625 [ci skip] 31 August 2017, 16:08:54 UTC
c04a5db Simple interpolation test cases for text-shadow and box-shadow with currentcolor. MozReview-Commit-ID: EjWBAlXuvAw Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1388220 [ci skip] 31 August 2017, 16:08:54 UTC
f75cde2 wpt test cases to ensure 'data:' iframe is forbidden to access its contentDocument. MozReview-Commit-ID: 8jnewE1eEcc Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1365157 [ci skip] 31 August 2017, 16:08:54 UTC
fff0301 Enable Set Window Rect from minimized window state test. Now that geckodriver has support for window state in the window rect object, we can enable the test_set_window_rect_window_minimized test from testing/web-platform/tests/webdriver/tests/set_window_rect.py. MozReview-Commit-ID: FY6EZTxMUbE Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1390520 [ci skip] 31 August 2017, 16:08:54 UTC
1ef4ab4 Flag the in-flow frames of kids of various wrapper frames during frame construction, so we know to restyle the wrapper frames. MozReview-Commit-ID: 8KNug88sGp Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1388625 [ci skip] 31 August 2017, 16:08:53 UTC
2141e7a New web-platform test case for data:font same-origin check. MozReview-Commit-ID: AFSf532NLVl Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1381744 [ci skip] 31 August 2017, 16:08:53 UTC
45a472b Disable pytest cache provider in WPT. The pytest cache provider lets you have access to --last-failed and --failed-first based on a cache file it puts in .cache/v/lastfailed. This can be useful for iterating on a set of failures, but not a feature we want to support through wptrunner. This patch disables the cache provider so that these files are not generated. When calling wptrunner with --manifest-update, these temporary files have had a tedency to be included in MANIFEST.json, and this change will effectively prevent that from happening. MozReview-Commit-ID: EU7zXAdxsfY Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1391662 [ci skip] 31 August 2017, 16:08:53 UTC
9c0a4b5 Extend current web-platform test to do data:css same-origin check. MozReview-Commit-ID: 2NYfdBEh3TW Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1381744 [ci skip] 31 August 2017, 16:08:53 UTC
bc06911 Don't allow Selection in nodes not in the document; This matches the spec and Chrome, and seems to bring us closer to Edge and WebKit as well. It also matches our own behavior for addRange(), which was changed in bug 1341137. For collapse and selectAllChildren, we match the tests and browsers, but the spec is incorrect at the time of this writing: https://github.com/w3c/selection-api/pull/86 The removeAllRanges test hadn't been updated for the spec change. MozReview-Commit-ID: DTK8283k5IP Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1359397 [ci skip] 31 August 2017, 16:08:53 UTC
e39e12f Implement the WHATWG Streams spec - part 10 - WPT updated, r=bkelly, Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1128959 [ci skip] 31 August 2017, 16:08:53 UTC
e8d533c Intermittent intersection-observer/timestamp.html) Make testing for expected time origins more reliable. Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1369360 [ci skip] 31 August 2017, 16:08:53 UTC
a7fd4dc Fix error in gzip_xml.py Reviewed by jgraham in bug 919391 comment 9 MozReview-Commit-ID: 8db0q7QCJRT Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1392260 [ci skip] 31 August 2017, 16:08:52 UTC
bb6e286 Improve module loader mochitests and re-enable failing WPT tests Upstreamed from https://bugzilla.mozilla.org/show_bug.cgi?id=1388728 [ci skip] 31 August 2017, 16:08:52 UTC
e77d4ff Additional link ref changes and fixed typo. 31 August 2017, 14:43:17 UTC
back to top