servo/tests/content
Keegan McAllister 3fbb25cc43 Update test expectations
The hubbub bindings set document.characterSet but we don't use it for anything.
html5ever doesn't parse charsets from <meta> tags yet, and I'd rather add that
as part of adding actual support for other encodings (which Servo never had
with hubbub).

Switching to html5ever also changes attribute parsing slightly (bringing it in
line with the current spec) and this breaks some of the <img srcset> tests.  We
don't support this feature at all.

Some other things change due to bugs in hubbub not present in html5ever.
2014-10-16 13:06:04 -07:00
..
harness.js Cargoify servo 2014-09-08 20:21:42 -06:00
test.jpg Cargoify servo 2014-09-08 20:21:42 -06:00
test.png Cargoify servo 2014-09-08 20:21:42 -06:00
test_body_listener.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_caption.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_click_prevent.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_collections.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_create_element.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_adoptNode.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_body.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_characterSet.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_characterSet_default.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_characterSet_invalid.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_characterSet_long.html.disabled Update test expectations 2014-10-16 13:06:04 -07:00
test_document_characterSet_short.html.disabled Update test expectations 2014-10-16 13:06:04 -07:00
test_document_compatMode.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_compatMode_loose.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_compatMode_strict.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_contenttype.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_datalist_options.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_getElementById.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_getElementsByName.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_head.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_implementation.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_links_cache.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_set_node_value.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_title_nontextchildren.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_document_url.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_documentElement.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_DOMParser.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_domtokenlist.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_element_attribute.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_element_attributes.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_element_classList.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_element_className.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_element_matches.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_empty_clientrect.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_enabled_disabled_selectors.html CSS selector :enabled no longer matches Anchor, Area & Link elements 2014-09-29 13:06:03 -04:00
test_Event.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_event_dispatch.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_event_dispatch_dynamic.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_event_dispatch_order.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_event_handler_syntax_error.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_event_listener.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_getBoundingClientRect.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_global.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_htmlcollection.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_htmlfieldsetelement_elements.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_htmlspacechars.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_img_width_height.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_inline_event_handler.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_innerHTML.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_interfaces.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_load_event.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_MouseEvent.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_navigator.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_cloneNode.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_compareDocumentPosition.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_contains.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_insertBefore.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_isEqualNode.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_normalize.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_node_replaceChild.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_parentNode_querySelector.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_parentNode_querySelectorAll.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_parentnodes.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_prototypes.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_proxy_setter.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_script_type.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_textcontent.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_title.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_trace_null.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_union.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_window.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_window_performance.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_window_setInterval.html Cargoify servo 2014-09-08 20:21:42 -06:00