servo/tests/content
Patrick Walton bf540d590a layout: Explicitly thread border box dimensions and relative offsets
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.
2015-01-04 17:43:05 -08:00
..
resources 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
harness.js layout: Explicitly thread border box dimensions and relative offsets 2015-01-04 17:43:05 -08: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_blob.html Bug #1820, add the optional "type" parameter to Blob 2015-01-01 16:23:21 +08:00
test_body_listener.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_caption.html Add test. 2014-11-15 09:52:17 -08:00
test_click_prevent.html Cargoify servo 2014-09-08 20:21:42 -06:00
test_collections.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_create_element.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_createElement_script.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_body.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_characterSet.html Update content tests for Document#characterSet 2014-12-05 21:51:59 +01:00
test_document_characterSet_default.html Update content tests for Document#characterSet 2014-12-05 21:51:59 +01:00
test_document_characterSet_invalid.html Update content tests for Document#characterSet 2014-12-05 21:51:59 +01: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_loose.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_compatMode_strict.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_contenttype.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_datalist_options.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_defaultView.html Implement Document.defaultView - fixes #4518 2015-01-03 12:08:58 -05:00
test_document_getElementById.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_getElementsByName.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_head.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_images_cache.html Close #84 2014-11-07 13:43:19 +01:00
test_document_implementation.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_links_cache.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_readystate.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_set_node_value.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_title_nontextchildren.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_document_url.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_documentElement.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_DOMParser.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_domtokenlist.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_element_attribute.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_element_attributes.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_element_classList.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_element_className.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_element_matches.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_empty_clientrect.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_enabled_disabled_selectors.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_Event.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_event_dispatch.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_event_dispatch_dynamic.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_event_dispatch_order.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_event_handler_syntax_error.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_event_listener.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_getBoundingClientRect.html script: Add some workarounds for image cache task races 2014-12-15 14:16:20 -08:00
test_getPropertyPriority.html Add GetPropertyPriority to CSSStyleDeclaration 2014-12-23 11:41:33 -06:00
test_global.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_htmlcollection.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_htmlfieldsetelement_elements.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_htmlspacechars.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_iframe_contentDocument.html.disabled Disable the iframe content test due to #3986. 2014-11-14 16:25:36 -05:00
test_img_width_height.html Call waitForExplicitFinish in test_img_width_height.html. 2014-11-09 15:19:40 +01:00
test_inline_event_handler.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_innerHTML.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_interfaces.html Fix test failures. 2014-12-18 13:51:22 -05:00
test_lenient_this.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_load_event.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_MouseEvent.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_navigator.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_cloneNode.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_compareDocumentPosition.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_contains.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_insertBefore.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_isEqualNode.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_normalize.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_node_replaceChild.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_parentNode_querySelector.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_parentNode_querySelectorAll.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_parentnodes.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_prototypes.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_proxy_setter.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_script_type.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_textcontent.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_title.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_trace_null.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_union.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_window.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_window_performance.html Make content tests synchronous by default. Fixes #884. 2014-11-06 21:48:43 -08:00
test_window_setInterval.html Cargoify servo 2014-09-08 20:21:42 -06:00