aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* style: Support calc() in color functions.Emilio Cobos Álvarez2017-12-052-0/+35
* style: Update cssparser to 0.23.Emilio Cobos Álvarez2017-12-053-3/+3
* implement "Date type inputs", "Month type inputs"tigercosmos2017-12-058-311/+63
* Auto merge of #19379 - SWW13:htmlinput_sanitize_time, r=KiChjangbors-servo2017-12-046-157/+150
|\
| * Added time input sanitization:Simon Wörner2017-12-046-157/+150
* | style: Allow parsing unitless zero angles in hue-rotate().Emilio Cobos Álvarez2017-12-021-6/+0
* | Auto merge of #19449 - emilio:calc-serialization-test, r=jdmbors-servo2017-12-013-17/+12
|\ \
| * | style: Upstream calc serialization test.Emilio Cobos Álvarez2017-12-013-10/+10
| * | style: Test calc() percentage position in serialization.Emilio Cobos Álvarez2017-12-012-8/+3
* | | Auto merge of #19307 - avadacatavra:domrefcellpanic, r=jdmbors-servo2017-12-014-0/+43
|\ \ \
| * | | queue event instead of immediately fireddh2017-11-304-0/+43
* | | | Auto merge of #19446 - emilio:bye-moz-border-colors, r=xidornbors-servo2017-12-011-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | style: Make -moz-border-colors chrome only.Emilio Cobos Álvarez2017-12-011-1/+1
| |/ /
* / / Remove 5 second pause in `./mach test-unit`Simon Sapin2017-11-301-1/+1
|/ /
* | Auto merge of #19384 - CYBAI:fix-19177, r=emiliobors-servo2017-11-283-0/+44
|\ \
| * | Add tests for using replaceData to change CSSCYBAI2017-11-283-0/+44
| |/
* | Auto merge of #19388 - BorisChiou:stylo/dommatrix/parser, r=emilio,heycambors-servo2017-11-274-10/+6
|\ \
| * | Implement Servo_ParseTransformIntoMatrix.Boris Chiou2017-11-284-10/+6
| |/
* / style: Move get_writing_mode outside of mako, and add a pointer to it.Emilio Cobos Álvarez2017-11-271-2/+5
|/
* Auto merge of #19358 - jonleighton:issue-19171-3, r=KiChjangbors-servo2017-11-255-67/+26
|\
| * Handle setting selectionStart to be > selectionEndJon Leighton2017-11-251-5/+0
| * Implement normalization for textarea "API value"Jon Leighton2017-11-251-9/+0
| * Move selection to end when textarea value is assignedJon Leighton2017-11-254-53/+26
* | Update cookie to 0.10Anthony Ramine2017-11-241-2/+2
* | Auto merge of #19352 - MortimerGoro:xhr_arraybuffer, r=jdmbors-servo2017-11-231-5/+0
|\ \
| * | Handle arraybuffer responseType in XHRImanol Fernandez2017-11-231-5/+0
| |/
* | Auto merge of #19185 - KiChjang:cookie-prefixes, r=avadacatavrabors-servo2017-11-231-0/+66
|\ \
| * | Implement secure and host cookie prefixesKeith Yeung2017-11-211-0/+66
* | | Implement HTMLMediaElement::canPlayType using gecko-mediaPhilippe Normand2017-11-231-67/+19
| |/ |/|
* | Auto merge of #19330 - Eijebong:sanitize_color, r=KiChjangbors-servo2017-11-225-187/+2
|\ \
| * | Add a sanitize_value implementation for the color inputBastien Orivel2017-11-225-187/+2
| |/
* / Replace compiletest suite by doc-tests with `compile_fail`Simon Sapin2017-11-2214-146/+238
|/
* Auto merge of #19318 - jdm:webdriver, r=jgrahambors-servo2017-11-214-80/+11
|\
| * Use most recent webdriver test harness.Josh Matthews2017-11-204-79/+10
| * Display full output when running individual webdriver tests.Josh Matthews2017-11-201-1/+1
* | Auto merge of #19316 - servo:stylo-size-of, r=emiliobors-servo2017-11-212-2/+9
|\ \
| * | Fix Stylo tests to pass on both Stable and Nightly Rust.Simon Sapin2017-11-212-2/+9
| * | Update expected stylo sizes for rust-lang/rust#45225.Eduard-Mihai Burtescu2017-11-191-2/+2
* | | Auto merge of #19274 - Manishearth:xhr-cancel, r=jdmbors-servo2017-11-202-3/+5
|\ \ \
| * | | Fetch cancellation: Add CancellationListenerManish Goregaokar2017-11-202-5/+5
| * | | Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-172-0/+2
| | |/ | |/|
* | | Auto merge of #19272 - jonleighton:issue-19171-2, r=jdmbors-servo2017-11-203-16/+32
|\ \ \
| * | | Extract common text control selection codeJon Leighton2017-11-181-25/+0
| * | | Refactor selection-start-end testJon Leighton2017-11-183-16/+57
| |/ /
* | | Auto merge of #18676 - gterzian:continue_http_cache_work, r=jdmbors-servo2017-11-2029-582/+516
|\ \ \
| * | | add pref to disable http cache, mozilla testsGregory Terzian2017-11-194-0/+358
| * | | allow unknown HTTP methodsGregory Terzian2017-11-164-32/+0
| * | | more http cache workGregory Terzian2017-11-1633-837/+158
| * | | copy headers from script request to net requestGregory Terzian2017-11-155-249/+0
| * | | Beginnings of a http cacheJosh Matthews2017-11-1414-0/+536