aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content
Commit message (Collapse)AuthorAgeFilesLines
* Move the lookupPrefix content test.Ms2ger2015-04-171-48/+0
|
* Auto merge of #5650 - ienzam:issue/1826, r=jdmbors-servo2015-04-161-0/+48
|\ | | | | | | | | | | | | | | | | | | Tracking issue #1826 - implemented one of the three methods. This is follow up of #5402. Rebased and squashed and made the method iterative. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5650) <!-- Reviewable:end -->
| * Implement node::LookupPrefix and add test.Md. Enzam Hossain2015-04-161-0/+48
| | | | | | | | Tracking issue #1826.
* | Remove the remaining traces of content tests.Ms2ger2015-04-161-106/+0
| |
* | Move mime classifier resources near the test.Ms2ger2015-04-16101-527/+0
| |
* | Move disabled content tests under wpt.Ms2ger2015-04-162-30/+0
|/
* Move content tests into the Servo wpt tree (fixes #5686).Ms2ger2015-04-1584-2961/+0
|
* Introduce a Servo-only tree under web-platform-tests.Ms2ger2015-04-141-25/+0
|
* Auto merge of #5576 - jagtalon:jag/slashdot-storage, r=jdmbors-servo2015-04-111-0/+14
|\ | | | | | | | | | | Use `and_then` and remove `unwrap` instead of using a `map` as described in https://github.com/servo/servo/issues/5548#issuecomment-90254644. Fixes #5548
| * tests/content/test_storage.html: Add harness.jsJag Talon2015-04-111-0/+1
| |
| * Add tests/content/test_storage.htmlJag Talon2015-04-111-0/+13
| |
* | Auto merge of #5005 - jdm:mime-sniffing, r=jdmbors-servo2015-04-07101-0/+527
|\ \ | | | | | | | | | This rebases and integrates #4209, removing the sniffer task (turns out it wasn't a great idea), and adds a `--sniff-mime-types` command line flag to enable sniffing for file:// and http:// resources. Tested against a random picture file on my harddrive. The actual MIME sniffing implementation can be extracted into a separate library separately.
| * | Implement MIME sniffing.Nathan Climer2015-04-06101-0/+527
| |/
* | Auto merge of #5525 - dhodder:master, r=jdmbors-servo2015-04-072-0/+3
|\ \ | |/ |/| | | | | | | An empty DOM interface for HTMLDialogElement r?
| * Add basic HTMLDialogElement interfaceDave Hodder2015-04-042-0/+3
| |
* | Basic element.focus and blur methodsMatt Brubeck2015-04-042-3/+27
|/ | | | Fixes #5462.
* Implement TextEncoderyodalee2015-03-311-0/+1
| | | | Fixes #4768.
* Implement Navigator.appVersion(#5409)Deokjin Kim2015-04-011-0/+1
|
* Update web-platform-tests expected data to revision ↵snf2015-03-241-0/+1
| | | | 56db12eee9711048ea4c927a89b9e9e05fd97c1b
* Added document.activeElement attribute.Maciej Skrzypkowski2015-03-191-0/+19
|
* add test case of dom characterdatayodalee2015-02-281-0/+44
|
* auto merge of #5016 : jdm/servo/canvas-for-svg, r=jdmbors-servo2015-02-221-0/+2
|\ | | | | | | | | | | the tiger. Rebased from #4623.
| * script: Implement enough 2D canvas support to render basic SVGs such as the ↵Patrick Walton2015-02-221-0/+2
| | | | | | | | tiger.
* | auto merge of #5019 : jdm/servo/serializerfix, r=Ms2gerbors-servo2015-02-221-1/+3
|\ \ | |/ |/|
| * The HTML serializer depth can change on each iteration.Josh Matthews2015-02-221-1/+3
| |
* | Implement Canvas pixel manipulationEdit Balint2015-02-221-0/+1
|/
* XMLHttpRequestEventTarget should not be [NoInterfaceObject].Tetsuharu OHZEKI2015-02-181-0/+1
|
* Fix page being removed too early. Fixes #3986 (intermittent failure).Glenn Watson2015-02-061-0/+0
|
* Implement most of the important WindowProxy trapsTom Schuster2015-01-121-0/+23
|
* layout: Explicitly thread border box dimensions and relative offsetsPatrick Walton2015-01-041-1/+1
| | | | | | | | | | through display list building. The old `flow_origin` concept was ill-defined (sometimes the border box plus the flow origin, sometimes including horizontal margins and sometimes not, sometimes including relative position and sometimes not), leading to brittleness and test failures. This commit reworks the logic to always pass border box origins in during display list building.
* Implement Document.defaultView - fixes #4518Jim Hoskins2015-01-031-0/+10
|
* Bug #1820, add the optional "type" parameter to BlobShing Lyu2015-01-011-0/+28
|
* Add GetPropertyPriority to CSSStyleDeclarationAdam Sunderland2014-12-231-0/+25
| | | | | | | | | | | | | | Tweak getPropertyPriority to match recommendations Adding Tests for Style Priority Use else if Adding Content Test for GetPropertyPriority Revert "Adding Tests for Style Priority" This reverts commit 8666a37f833b06c3e43f27acd8a9678e94425e55.
* Fix test failures.Josh Matthews2014-12-181-1/+0
|
* Fix syntax error in test_interfaces.html and make it pass.Josh Matthews2014-12-181-1/+3
|
* Address review comments.Josh Matthews2014-12-181-3/+3
|
* Move test_htmlelement_style.html out of the automatic tests because they ↵Josh Matthews2014-12-182-549/+0
| | | | don't all pass.
* Add a ton of properties and improve a bunch of serialization.Josh Matthews2014-12-183-3/+552
|
* script: Add some workarounds for image cache task racesPatrick Walton2014-12-151-2/+3
|
* Issue #1820 - Improve the Blob implementationShing Lyu2014-12-091-0/+15
|
* Update content tests for Document#characterSetProgramFOX2014-12-053-5/+5
|
* added ErrorEvent WebIDL and errorevent.rsRonak Nisher2014-12-041-0/+1
|
* Implement a basic WebSocket interface.Hinali Marfatia2014-11-251-0/+1
|
* auto merge of #3998 : Hoverbear/servo/fix_table_caption, r=jdmbors-servo2014-11-151-0/+3
|\ | | | | | | Fixed #3997.
| * Add test.Andrew Hobden2014-11-151-0/+3
| |
* | Disable the iframe content test due to #3986.Josh Matthews2014-11-141-0/+0
|/
* Iframe resource file moved to resources dir so it's not picked up by test ↵Tomasz Kołodziejski2014-11-132-1/+1
| | | | harness (and does not fail).
* Add contentDocument support for HTMLIFrameElement. Fixes #3808.Tomasz Kołodziejski2014-11-132-0/+28
|
* Fix interfaces testKeegan McAllister2014-11-131-0/+1
|
* auto merge of #3934 : guillaumebort/servo/fix/84, r=jdmbors-servo2014-11-111-0/+28
|\ | | | | | | | | | | | | | | | | | | | | Actually `<img>` elements in `<noscript>` are not prefetched anymore. Probably because html5ever already parses the `<noscript>` content as raw text data if `scripting_enabled` is activated. See https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs#L126 Also, added a test to the images cache.