Simon Sapin
2f413c8937
Move the servo crate from root to components/servo
2014-12-02 18:03:39 -08:00
Matthew Rasmus
41e50b043d
Verify that reftest passes valid servo args
...
Fixes #4101
2014-11-30 11:49:40 -08:00
aakashjain
1f26912485
Fixes #4145
2014-11-29 18:22:37 +05:30
bors-servo
12ae541302
auto merge of #4129 : aakashjain/servo/HTMLElement#hidden, r=Manishearth
2014-11-28 05:33:48 -07:00
aakashjain
5a30bd00cb
Implemented hidden, removed corresponding passed tests
2014-11-28 17:39:30 +05:30
Jesse Tuchsen
b664ee88e7
Fixes #3962
...
Bad HTTP responses now have a 0 status code instead of 200 OK.
2014-11-27 11:55:31 -08:00
Glenn Watson
59cdce3001
Fix layout on google search results.
2014-11-27 09:10:58 +10:00
Hinali Marfatia
b1d6041420
Implement a basic WebSocket interface.
2014-11-25 15:43:22 +01:00
Achal Shah
23ed1f705b
Implement HTML{Anchor,Area,Link}Element.relList.
...
https://github.com/servo/servo/issues/3994
2014-11-23 23:37:13 -08:00
Rohan Prinja
4b754bd457
implement Document#createAttribute
2014-11-23 14:51:04 +05:30
Matthew Rasmus
3149eae7f6
Allow reftests to be run directly w/ relative path
...
Fixes #3521
2014-11-20 23:21:10 -08:00
Matthew Rasmus
a87391169d
Updated to expect tests that are now passing
2014-11-20 13:40:26 -08:00
Ms2ger
b7da201ebf
Update web-platform-tests.
2014-11-19 18:29:01 +01:00
Patrick Walton
55da2c97d5
layout: Incrementalize reflow of block formatting contexts impacted by
...
floats, and make float placement idempotent.
This moves float placement outside sequential block size computation.
Improves the maze solver.
2014-11-18 15:36:04 -08:00
Achal Shah
712b3d0f5b
Stop including the element during Element.getElementsByClassName.
...
https://github.com/servo/servo/issues/3995
2014-11-18 07:20:07 -08:00
bors-servo
efb4fe4a4a
auto merge of #4027 : znewman01/servo/issue4010, r=Ms2ger
...
Fixes #4010 .
This is my first Servo contribution, so let me know if I missed anything!
2014-11-18 07:54:33 -07:00
bors-servo
929671f945
auto merge of #4029 : znewman01/servo/issue4009, r=Ms2ger
...
Fixes #4009 .
Only lower-case the argument to Document#createElement if it's a HTML document.
2014-11-18 07:15:34 -07:00
Zachary Newman
2399a1449d
Implement DOMImplementation.hasFeature
...
Fixes #4010 .
2014-11-18 09:00:45 -05:00
Claes 'Letharion' Gyllensvärd
d84c0fc52a
Lower case the type attribute before checking if it's JS
2014-11-18 08:39:59 +01:00
Zachary Newman
a8ce3e3366
Update behavior of Document.createElement
...
Fixes #4009 .
Only lower-case the argument to Document#createElement if it's a HTML document.
2014-11-17 21:21:46 -05:00
Rohan Prinja
aad124fce3
key[board]event args for Document#createEvent
2014-11-17 09:37:05 +05:30
bors-servo
3a0b12f2c0
auto merge of #4005 : nkdalmia/servo/master, r=jdm
...
This will enable the web platform test in the webstorage folder.
2014-11-16 10:30:29 -07:00
Ms2ger
859f14f38b
Correct the checks in step 5 of Node::pre_insert.
2014-11-16 12:40:42 +01:00
nkdalmia
4361194773
Including webstorage folder in tests
2014-11-15 20:28:58 -05:00
bors-servo
561fab57d6
auto merge of #3998 : Hoverbear/servo/fix_table_caption, r=jdm
...
Fixed #3997 .
2014-11-15 13:24:28 -07:00
bors-servo
f54299d485
auto merge of #3978 : Manishearth/servo/wpt-readme, r=Ms2ger
2014-11-15 12:15:31 -07:00
bors-servo
77e1c4de72
auto merge of #3992 : servo/servo/wpt_20141113, r=jgraham
2014-11-15 11:42:31 -07:00
bors-servo
43b452f3b8
auto merge of #3941 : mukilan/servo/timeout-arguments, r=Ms2ger
2014-11-15 11:09:32 -07:00
Andrew Hobden
d4f4018e88
Add test.
2014-11-15 09:52:17 -08:00
bors-servo
483e84ca7b
auto merge of #3989 : jdm/servo/disableiframetest, r=mbrubeck
2014-11-15 10:03:33 -07:00
Josh Matthews
a589ed7848
Mark vertical-lr-blocks.html as flaky to ease the pain while it's being investigated. #3926
2014-11-15 11:17:04 -05:00
Mukilan Thiyagarajan
4b2b0d0723
Allow passing arguments to setTimeout/setInterval callbacks
2014-11-15 18:32:12 +05:30
Ms2ger
bd400b0665
Update web-platform-tests.
2014-11-15 12:37:57 +01:00
Josh Matthews
62a74cf3f0
Disable the iframe content test due to #3986 .
2014-11-14 16:25:36 -05:00
Manish Goregaokar
57e7fa92db
Fix wpt readme for mach changes
2014-11-14 21:13:43 +05:30
Tomasz Kołodziejski
fb8a45c58d
Iframe resource file moved to resources dir so it's not picked up by test harness (and does not fail).
2014-11-13 22:45:55 -08:00
Tomasz Kołodziejski
af30484f2a
Add contentDocument support for HTMLIFrameElement. Fixes #3808 .
2014-11-13 22:45:46 -08:00
Keegan McAllister
642a3592c7
Fix interfaces test
2014-11-13 12:53:54 -05:00
Josh Matthews
84bc17e7ad
Implement document focus context and hook it up to click events.
2014-11-13 11:27:15 -05:00
Glenn Watson
167a01edc0
Disable event-timeout for rustc upgrade. See #3396 .
2014-11-13 13:06:54 +10:00
Glenn Watson
fe662bbf23
Disable cors tests for now as they break the rust upgrade.
2014-11-13 11:17:44 +10:00
Jack Moffitt
d1b433a3b3
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
2014-11-13 11:17:43 +10:00
bors-servo
668d9217d8
auto merge of #3938 : guillaumebort/servo/fix/3933, r=jdm
...
Implement HTMLOptionElement.{label,value}
2014-11-12 15:15:38 -07:00
Guillaume Bort
09766511b5
Fix #3933
2014-11-12 17:02:47 +01:00
bors-servo
b94f20c7c1
auto merge of #3934 : guillaumebort/servo/fix/84, r=jdm
...
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.
2014-11-11 14:30:39 -07:00
Andrew Guertin
468fae8914
Change /cors/remote-origin.htm.ini to CRASH
2014-11-11 09:40:51 -05:00
Andrew Guertin
d87ca5f2ec
Enable the cors/ wpt subset
...
Fixes #3781
2014-11-10 15:32:28 -05:00
Ms2ger
0056ba95e1
Remove tests/content/test_document_compatMode.html.
...
It is already covered by:
html/dom/documents/resource-metadata-management/document-compatmode-03.html
dom/nodes/Document-constructor.html
dom/nodes/DOMImplementation-createHTMLDocument.html
2014-11-09 23:40:24 +01:00
Ms2ger
b4151550cb
Remove tests/content/test_document_adoptNode.html.
...
It is already covered by:
dom/nodes/Document-adoptNode.html
2014-11-09 23:40:22 +01:00
Ms2ger
be4c83432b
Call waitForExplicitFinish in test_img_width_height.html.
...
This fixes an intermittent failure introduced in
<https://github.com/servo/servo/pull/3929 >.
2014-11-09 15:19:40 +01:00