aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update CSS tests to revision d13905941293af83ea8c3c1750dba652e0423fb0Ms2ger2015-10-31842-27/+42936
|
* Update web-platform-tests to revision 7123012427f92f0dc38a120e6e86a75b6c03aab5Ms2ger2015-10-3145-230/+686
|
* Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+1
|
* Auto merge of #8114 - nfallen:7695, r=eefriedmanbors-servo2015-10-314-8/+92
|\ | | | | | | | | | | | | | | | | | | | | | | | | Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPropertyNames #7695 Here is a draft for issue #7695 with web platform tests. Thanks for reviewing! https://dom.spec.whatwg.org/#namednodemap https://html.spec.whatwg.org/multipage/infrastructure.html#domstringmap <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8114) <!-- Reviewable:end -->
| * Implement DOMStringMap::SupportedPropertyNames and ↵Nova Fallen2015-10-304-8/+92
| | | | | | | | NamedNodeMap::SupportedPropertyNames
* | Add missing WPT to reftest_nodesCorey Farwell2015-10-301-0/+12
| |
* | Alphabetize entries in the WPT manifestsCorey Farwell2015-10-302-20/+20
| |
* | Expand DisplayList layer bounds to whole pixelsMartin Robinson2015-10-283-0/+59
| | | | | | | | | | | | | | | | Before passing these layers to the paint task, expand them to pixel boundaries. This ensures that subpixel edges of the layer will not be clipped away and helps prevent rounding issues with layer contents. Fixes #8166.
* | Auto merge of #8241 - Manishearth:euclid_up, r=mbrubeckbors-servo2015-10-282-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update euclid to 0.3 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8241) <!-- Reviewable:end -->
| * | Update euclid to 0.3Manish Goregaokar2015-10-282-3/+3
| | |
* | | Auto merge of #8230 - jgraham:wptrunner_update, r=Ms2gerbors-servo2015-10-285-15/+67
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | Update to latest wptrunner. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8230) <!-- Reviewable:end -->
| * | Update to latest wptrunner.James Graham2015-10-285-15/+67
| | |
* | | Auto merge of #7963 - dagnir:issue-7774, r=eefriedmanbors-servo2015-10-283-0/+105
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement ask_for_reset for HTMLSelectElement. Fixes #7774 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7963) <!-- Reviewable:end -->
| * | | Mark failure for remove test as expected.Dongie Agnir2015-10-241-0/+4
| | | | | | | | | | | | | | | | | | | | Currently unable to get former parent after unbind_from_tree, so it's not possible to call ask_for_reset upon removal.
| * | | Remove extra indent.Dongie Agnir2015-10-241-1/+1
| | | |
| * | | Update test.Dongie Agnir2015-10-231-3/+11
| | | | | | | | | | | | | | | | Fix comments and test when size > 1.
| * | | Update and correct tests.Dongie Agnir2015-10-231-7/+23
| | | |
| * | | Implement ask_for_reset for HTMLSelectElement.Dongie Agnir2015-10-232-0/+77
| | | | | | | | | | | | | | | | Fixes #7774
* | | | Auto merge of #8169 - ax3lst:master, r=eefriedmanbors-servo2015-10-282-25/+0
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement document.createEvent(TouchEvent) This solves #8160 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8169) <!-- Reviewable:end -->
| * | | Implement document.createEvent(TouchEvent)Axel Solis Trompler2015-10-232-25/+0
| | | |
* | | | Show overflow for #8118.Michael Howell2015-10-273-0/+45
| | | |
* | | | Auto merge of #8129 - craftytrickster:pos-fixed-list-item, r=glennwbors-servo2015-10-283-1/+62
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made block type pattern match less inclusive Given the comments above the match statement, it seems that fixed-pos check should match only block elements in this case. Doing this change seems to partially resolve the issue where list items with `position:fixed;` styling are not displaying their bullet points. This change only resolves the issue for list items with `list-style-position: inside`, outside positioning is still not functioning correctly. https://github.com/servo/servo/issues/8001#issuecomment-149781613 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8129) <!-- Reviewable:end -->
| * | | | Made block type pattern match less inclusiveDavid Raifaizen2015-10-273-1/+62
| | | | |
* | | | | Move box_shadow_default_color_a.html to wpt reftests.Ms2ger2015-10-274-1/+25
| | | | |
* | | | | Move box_shadow_blur_a.html to wpt reftests.Ms2ger2015-10-274-1/+25
| | | | |
* | | | | Move borders_a.html to wpt reftests.Ms2ger2015-10-275-1/+25
| | | | |
* | | | | Move border_spacing_fixed_layout_a.html to wpt reftests.Ms2ger2015-10-273-1/+25
| | | | |
* | | | | Move border_spacing_auto_layout_a.html to wpt reftests.Ms2ger2015-10-273-1/+25
| | | | |
* | | | | Update the manifest.Ms2ger2015-10-271-24/+24
|/ / / /
* | | | Implement HTMLCanvasElement#toDataURLDavid Zbarsky2015-10-2626-130/+0
| | | |
* | | | Auto merge of #7979 - tschneidereit:script-loading-fixes, r=jdmbors-servo2015-10-263-15/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve spec-compliance of script loading and execution during document startup Including proper support for async and deferred scripts. r? @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7979) <!-- Reviewable:end -->
| * | | | Improve spec-compliance of script loading and execution during document startupTill Schneidereit2015-10-263-15/+0
| | | | | | | | | | | | | | | | | | | | Including proper support for async and deferred scripts.
* | | | | Auto merge of #8201 - KiChjang:add-missing-htmlpreelement, r=jdmbors-servo2015-10-262-12/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing htmlpreelement Fixes #7995. My tests came out pretty weird, with additional crashes and timeouts. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8201) <!-- Reviewable:end -->
| * | | | Add HTMLPreElement type to xml and plaintext DOM nodesKeith Yeung2015-10-262-12/+1
| |/ / /
* | | | Auto merge of #8178 - frewsxcv:label, r=noxbors-servo2015-10-264-195/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement a couple attributes for <label> elements <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8178) <!-- Reviewable:end -->
| * | | Implement 'htmlFor' attribute for <label> elementsCorey Farwell2015-10-253-138/+0
| | | |
| * | | Implement 'control' attribute for <label> elementsCorey Farwell2015-10-253-57/+0
| | | |
* | | | Update test manifestJan-Erik Rediger2015-10-251-0/+24
| | | |
* | | | Add reftest for css button widthJan-Erik Rediger2015-10-252-0/+11
| | | |
* | | | Auto merge of #8185 - Ms2ger:white-space, r=frewsxcvbors-servo2015-10-255-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the match urls for the white-space tests. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8185) <!-- Reviewable:end -->
| * | | | Correct the match urls for the white-space tests.Ms2ger2015-10-255-3/+5
| |/ / /
* / / / Remove bad advice from WPT docs.Josh Matthews2015-10-251-2/+2
|/ / / | | | | | | I misunderstood the purpose of `--no-run`.
* | | Auto merge of #8140 - mrobinson:canvas, r=pcwaltonbors-servo2015-10-232-0/+35
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Integrate Canvas into the DisplayList Canvas is currently given a layer at the stacking context level. Instead it's DisplayItem should be given a layer directly. This fixes painting order issues where canvases are painted on top of other positioned content that is later in tree order. It always simplifies the code a bit. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8140) <!-- Reviewable:end -->
| * | Integrate Canvas into the DisplayListMartin Robinson2015-10-212-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | Canvas is currently given a layer at the stacking context level. Instead it's DisplayItem should be given a layer directly. This fixes painting order issues where canvases are painted on top of other positioned content that is later in tree order. It always simplifies the code a bit.
* | | Auto merge of #8152 - frewsxcv:reftests, r=jdmbors-servo2015-10-23114-66/+1386
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Use wptrunner for some old-style reftests. Part of #5618 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8152) <!-- Reviewable:end -->
| * | Move box_shadow_bg.html to wpt reftests.Corey Farwell2015-10-234-1/+25
| | |
| * | Move border_spacing_empty_table.html to wpt reftests.Corey Farwell2015-10-234-1/+25
| | |
| * | Move border_style_none_a.html to wpt reftests.Corey Farwell2015-10-234-1/+25
| | |
| * | Move acid1_a.html to wpt reftests.Corey Farwell2015-10-235-1/+25
| | |
| * | Move case-insensitive-font-family.html to wpt reftests.Corey Farwell2015-10-235-2/+26
| | |