servo/tests/ref
bors-servo a0cb657fe8 Auto merge of #7423 - pcwalton:iframe-stacking-context-position, r=glennw
layout: Make the compositor rather than layout determine the position of each iframe.

The old code that attempted to do this during layout wasn't able to work
for multiple reasons: it couldn't know where the iframe was going to be
on the page (because of nested iframes), and at the time it was building
the display list for a fragment it couldn't know where that fragment was
going to be in page coordinates.

This patch rewrites that code so that only the size of an iframe is
determined during layout, and the position is determined by the
compositor. Layout layerizes iframes and marks the iframe layers with
the appropriate subpage ID so that the compositor can place them
correctly.

Closes #7377.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7423)
<!-- Reviewable:end -->
2015-09-29 19:26:49 -06:00
..
css Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
csswg/css21 Cargoify servo 2014-09-08 20:21:42 -06:00
fonts Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
iframe layout: Make the compositor rather than layout determine the position of 2015-09-29 09:47:28 -07:00
subdirectory Cargoify servo 2014-09-08 20:21:42 -06:00
webgl-context webgl: Add test for passing a canvas with no context as texture source 2015-09-25 18:47:37 +02:00
2x4.png layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
4x2.png layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
100x100_green.png Implement background-position keyword values 2014-09-16 10:24:31 -07:00
400x400_green.png Cargoify servo 2014-09-08 20:21:42 -06:00
500x300_green.html Cargoify servo 2014-09-08 20:21:42 -06:00
abs_rel_explicit_height.html Fix explicit height edge case with absolute / relative nested divs. 2015-08-11 11:25:26 +10:00
abs_rel_explicit_height_ref.html Fix explicit height edge case with absolute / relative nested divs. 2015-08-11 11:25:26 +10:00
absolute_hypothetical_with_intervening_inline_block_a.html layout: Improve our handling of inline absolute containing blocks. 2015-08-17 12:43:12 -07:00
absolute_hypothetical_with_intervening_inline_block_ref.html layout: Improve our handling of inline absolute containing blocks. 2015-08-17 12:43:12 -07:00
absolute_inline_containing_block_a.html layout: Improve our handling of inline absolute containing blocks. 2015-08-17 12:43:12 -07:00
absolute_inline_containing_block_ref.html layout: Improve our handling of inline absolute containing blocks. 2015-08-17 12:43:12 -07:00
absolute_table.html Inline constraint resolver for absolutely positioned tables. 2015-08-31 16:45:17 -07:00
absolute_table_ref.html Inline constraint resolver for absolutely positioned tables. 2015-08-31 16:45:17 -07:00
absolute_z_index_auto_paint_order_a.html layout: Make absolutely-positioned elements with z-index: auto not 2015-08-11 11:21:52 -07:00
absolute_z_index_auto_paint_order_ref.html layout: Make absolutely-positioned elements with z-index: auto not 2015-08-11 11:21:52 -07:00
acid1.png Cargoify servo 2014-09-08 20:21:42 -06:00
acid1_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
acid1_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
acid2_noscroll.html Fix spelling mistakes in comments. 2014-12-11 23:56:29 -05:00
acid2_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
acid2_ref.png Cargoify servo 2014-09-08 20:21:42 -06:00
acid2_ref_broken.html Cargoify servo 2014-09-08 20:21:42 -06:00
acid2_ref_broken.png Refactor background image, fix fixed attachment. Improve acid2. 2014-10-01 08:54:24 +10:00
after_block_iteration.html Handle generated content with display: block correctly during flow 2014-09-19 12:25:37 -07:00
after_block_iteration_ref.html Handle generated content with display: block correctly during flow 2014-09-19 12:25:37 -07:00
alpha_gif_a.gif Add reftest for issue #5176 2015-03-12 11:02:29 +01:00
alpha_gif_a.html Add reftest for issue #5176 2015-03-12 11:02:29 +01:00
alpha_gif_b.gif Add reftest for issue #5176 2015-03-12 11:02:29 +01:00
alpha_gif_b.html Add reftest for issue #5176 2015-03-12 11:02:29 +01:00
alpha_png_a.html net: Premultiply alpha in PNGs. 2014-09-10 22:08:06 -07:00
alpha_png_a.png net: Premultiply alpha in PNGs. 2014-09-10 22:08:06 -07:00
alpha_png_b.html net: Premultiply alpha in PNGs. 2014-09-10 22:08:06 -07:00
alpha_png_b.png net: Premultiply alpha in PNGs. 2014-09-10 22:08:06 -07:00
anon_block_inherit_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
anon_block_inherit_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
append_style_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
append_style_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
attr_exists_selector.html Support [*|attr], attribute selectors in any namespace (fixes #1558) 2014-10-08 11:01:31 +02:00
attr_exists_selector_ref.html Support [*|attr], attribute selectors in any namespace (fixes #1558) 2014-10-08 11:01:31 +02:00
attr_selector_case_sensitivity.html Add [foo=bar i] case-insensitive attribute selectors. 2014-10-10 14:29:24 +01:00
attr_selector_case_sensitivity_ref.html Add [foo=bar i] case-insensitive attribute selectors. 2014-10-10 14:29:24 +01:00
background_clip_a.html Implement 'background-clip' property in CSS3 Background 2015-05-16 09:43:46 +09:00
background_clip_ref.html Implement 'background-clip' property in CSS3 Background 2015-05-16 09:43:46 +09:00
background_external_stylesheet.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_image_a.html Position the background image on the padding box. 2015-05-14 08:44:33 +09:00
background_image_position_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
background_image_position_ref.html Partial fix for background images on wikipedia pages. 2014-09-11 16:25:04 +10:00
background_image_ref.html Position the background image on the padding box. 2015-05-14 08:44:33 +09:00
background_none_a.html Make sure reftests aren't passing because nothing == nothing 2014-10-10 20:03:13 -04:00
background_none_b.html Make sure reftests aren't passing because nothing == nothing 2014-10-10 20:03:13 -04:00
background_origin_a.html Implement 'background-origin' property in CSS3 Background 2015-05-15 10:02:58 +09:00
background_origin_ref.html Implement 'background-origin' property in CSS3 Background 2015-05-15 10:02:58 +09:00
background_position_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_position_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_position_keyword.html Implement background-position keyword values 2014-09-16 10:24:31 -07:00
background_position_percent.html Implement background-position keyword values 2014-09-16 10:24:31 -07:00
background_position_shorthand.html Implement background-position keyword values 2014-09-16 10:24:31 -07:00
background_position_shorthand_ref.html Implement background-position keyword values 2014-09-16 10:24:31 -07:00
background_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_both_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_both_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_none_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_none_b.html Fix reftest now that the background image code clips correctly. 2014-09-12 07:49:53 +10:00
background_repeat_x_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_x_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_y_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_repeat_y_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
background_size.png layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
background_size_a.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
background_size_ref.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
background_size_shorthand_a.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
background_size_shorthand_ref.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
background_size_zero_a.html layout: Avoid a division by zero in tile_image(). 2015-08-18 18:44:50 -07:00
background_size_zero_ref.html layout: Avoid a division by zero in tile_image(). 2015-08-18 18:44:50 -07:00
background_style_attr.html Cargoify servo 2014-09-08 20:21:42 -06:00
basic.list Auto merge of #7423 - pcwalton:iframe-stacking-context-position, r=glennw 2015-09-29 19:26:49 -06:00
basic_width_em.html Cargoify servo 2014-09-08 20:21:42 -06:00
basic_width_px.html Cargoify servo 2014-09-08 20:21:42 -06:00
blackborder_ref.html Adding inset ref test. 2014-12-18 13:55:07 -08:00
block_formatting_context_a.html layout: Adjust the position of block formatting contexts based on float 2014-09-22 18:04:15 -07:00
block_formatting_context_cleared_float_a.html layout: Correctly take the inline size of cleared floats into account 2015-04-06 17:59:14 -07:00
block_formatting_context_cleared_float_ref.html layout: Correctly take the inline size of cleared floats into account 2015-04-06 17:59:14 -07:00
block_formatting_context_complex_a.html layout: Enhance the heuristic that guesses the inline size of block 2014-09-25 17:50:24 -07:00
block_formatting_context_complex_ref.html layout: Enhance the heuristic that guesses the inline size of block 2014-09-25 17:50:24 -07:00
block_formatting_context_containing_floats_a.html layout: Block formatting contexts should contain all their floats. 2014-09-26 00:39:07 -07:00
block_formatting_context_containing_floats_ref.html layout: Block formatting contexts should contain all their floats. 2014-09-26 00:39:07 -07:00
block_formatting_context_float_placement_a.html layout: Use the border box, not the margin box, for placement of block 2015-05-01 15:11:46 -07:00
block_formatting_context_float_placement_ref.html layout: Use the border box, not the margin box, for placement of block 2015-05-01 15:11:46 -07:00
block_formatting_context_max_width_a.html layout: Use the value of the max-width property when speculating what 2015-08-17 17:01:20 -07:00
block_formatting_context_max_width_ref.html layout: Use the value of the max-width property when speculating what 2015-08-17 17:01:20 -07:00
block_formatting_context_overflow_a.html layout: Defend the block formatting context speculation against going wrong in 2015-09-04 17:00:15 -07:00
block_formatting_context_overflow_ref.html layout: Defend the block formatting context speculation against going wrong in 2015-09-04 17:00:15 -07:00
block_formatting_context_ref.html layout: Adjust the position of block formatting contexts based on float 2014-09-22 18:04:15 -07:00
block_formatting_context_relative_a.html layout: Consider relatively positioned blocks as possible block 2014-09-24 22:03:06 -07:00
block_formatting_context_translation_a.html layout: Consider relatively positioned blocks as possible block 2014-09-24 22:03:06 -07:00
block_formatting_context_translation_ref.html layout: Consider relatively positioned blocks as possible block 2014-09-24 22:03:06 -07:00
block_formatting_context_with_margin_a.html layout: If the container of a block formatting context has margins in 2015-08-03 19:22:50 -07:00
block_formatting_context_with_margin_ref.html layout: If the container of a block formatting context has margins in 2015-08-03 19:22:50 -07:00
block_image.html Cargoify servo 2014-09-08 20:21:42 -06:00
block_replaced_content_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
block_replaced_content_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
block_replaced_content_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
blur_a.html layout: Fix calculation of overflow for stacking contexts that contain 2015-08-25 15:08:28 -07:00
blur_ref.html layout: Fix calculation of overflow for stacking contexts that contain 2015-08-25 15:08:28 -07:00
border_black_groove.html Adding tests to check behavior. There are 3 files that will test: 2014-12-12 13:51:24 -08:00
border_black_ridge.html Adding tests to check behavior. There are 3 files that will test: 2014-12-12 13:51:24 -08:00
border_black_solid.html Adding tests to check behavior. There are 3 files that will test: 2014-12-12 13:51:24 -08:00
border_code_tag.html Remove interior borders during flow construction 2015-02-27 15:52:12 -08:00
border_code_tag_ref.html Remove interior borders during flow construction 2015-02-27 15:52:12 -08:00
border_collapse_missing_cell_a.html layout: Don't panic in border collapse when a row has fewer cells than 2015-04-28 13:16:01 -07:00
border_collapse_missing_cell_ref.html layout: Don't panic in border collapse when a row has fewer cells than 2015-04-28 13:16:01 -07:00
border_collapse_simple_a.html layout: Implement most of border-collapse per CSS 2.1 § 17.6.2. 2015-04-27 17:12:07 +02:00
border_collapse_simple_ref.html layout: Implement most of border-collapse per CSS 2.1 § 17.6.2. 2015-04-27 17:12:07 +02:00
border_radius_asymmetric_sizes_a.html gfx: Border radius support for asymmetric borders 2015-08-31 13:02:05 -07:00
border_radius_asymmetric_sizes_ref.html gfx: Border radius support for asymmetric borders 2015-08-31 13:02:05 -07:00
border_radius_clip_a.html gfx: Clip the background properly when border-radius is used. 2014-12-22 14:48:55 -08:00
border_radius_clip_ref.html gfx: Clip the background properly when border-radius is used. 2014-12-22 14:48:55 -08:00
border_radius_dashed_a.html gfx: Paint dashed borders with nonzero radii the same way Gecko does. 2015-08-14 16:42:47 -07:00
border_radius_dashed_ref.html gfx: Paint dashed borders with nonzero radii the same way Gecko does. 2015-08-14 16:42:47 -07:00
border_radius_elliptical_a.html gfx: Add elliptical border radius support 2015-09-04 14:42:44 -07:00
border_radius_elliptical_ref.html gfx: Add elliptical border radius support 2015-09-04 14:42:44 -07:00
border_radius_overlapping_a.html Handle overlapping border-radius corners 2015-01-26 09:04:42 -05:00
border_radius_overlapping_ref.html Handle overlapping border-radius corners 2015-01-26 09:04:42 -05:00
border_radius_shorthand_a.html gfx: Add elliptical border-radius shorthand parsing 2015-09-15 16:51:17 -07:00
border_radius_shorthand_ref.html gfx: Add elliptical border-radius shorthand parsing 2015-09-15 16:51:17 -07:00
border_radius_zero_sizes_a.html gfx: Fix border-radius panic when a corner has 0px and >0px borders 2015-09-21 17:26:47 -07:00
border_radius_zero_sizes_ref.html gfx: Fix border-radius panic when a corner has 0px and >0px borders 2015-09-21 17:26:47 -07:00
border_rounding_1px_invisible_issue_7184_a.html gfx: Fix bug with 1px width borders disappearing 2015-09-09 03:20:52 -07:00
border_rounding_1px_invisible_issue_7184_ref.html gfx: Fix bug with 1px width borders disappearing 2015-09-09 03:20:52 -07:00
border_spacing_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
border_spacing_auto_layout_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
border_spacing_empty_table.html Ignore border-spacing for tables with zero cells 2015-04-28 10:30:47 -07:00
border_spacing_empty_table_ref.html Ignore border-spacing for tables with zero cells 2015-04-28 10:30:47 -07:00
border_spacing_fixed_layout_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
border_spacing_ref.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
border_style_none_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
border_style_none_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
borders.png gfx: Update Azure and Skia, and rewrite broken clipping logic. 2014-12-08 13:45:51 -08:00
borders_a.html Remove WA for borders ref test 2015-02-27 00:40:53 -08:00
borders_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
box_shadow_blur_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_blur_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_border_box_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_border_box_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_default_color_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_default_color_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_inset_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_inset_parsing_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_inset_parsing_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_inset_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_paint_order_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_paint_order_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_spread_a.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_shadow_spread_ref.html gfx: Implement box-shadow per CSS-BACKGROUNDS. 2014-12-15 13:39:06 -08:00
box_sizing_border_box_a.html layout: Implement box-sizing: border-box. 2014-10-01 20:24:34 -07:00
box_sizing_border_box_ref.html layout: Implement box-sizing: border-box. 2014-10-01 20:24:34 -07:00
box_sizing_sanity_check_a.html layout: Make box-sizing only affect explicitly-specified or percentage 2014-10-09 07:59:54 -07:00
box_sizing_sanity_check_ref.html layout: Make box-sizing only affect explicitly-specified or percentage 2014-10-09 07:59:54 -07:00
br-ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
br.html Cargoify servo 2014-09-08 20:21:42 -06:00
calc-basic-ref.html Add calc reftest 2015-08-26 14:48:34 -07:00
calc-basic.html Add calc reftest 2015-08-26 14:48:34 -07:00
canvas_as_block_element_a.html Fixes the problem with canvas not being rendered when displayed as block level elements 2015-03-15 22:10:06 -07:00
canvas_as_block_element_ref.html Fixes the problem with canvas not being rendered when displayed as block level elements 2015-03-15 22:10:06 -07:00
canvas_linear_gradient_a.html Implement gradient fill styles for canvas. 2015-03-19 15:59:08 +01:00
canvas_linear_gradient_ref.html Implement gradient fill styles for canvas. 2015-03-19 15:59:08 +01:00
canvas_radial_gradient.png Implement gradient fill styles for canvas. 2015-03-19 15:59:08 +01:00
canvas_radial_gradient_a.html Implement gradient fill styles for canvas. 2015-03-19 15:59:08 +01:00
canvas_radial_gradient_ref.html Implement gradient fill styles for canvas. 2015-03-19 15:59:08 +01:00
case-insensitive-font-family-ref.html Implements case insensitive font family names. 2014-11-03 17:15:51 -08:00
case-insensitive-font-family.html Implements case insensitive font family names. 2014-11-03 17:15:51 -08:00
clear_generated_content_table_a.html layout: Support any display property in generated content, and allow 2014-09-26 14:09:25 -07:00
clear_generated_content_table_ref.html layout: Support any display property in generated content, and allow 2014-09-26 14:09:25 -07:00
clip_a.html layout: Implement clip per CSS 2.1 § 11.1.2. 2014-12-18 13:07:13 -08:00
clip_ref.html layout: Implement clip per CSS 2.1 § 11.1.2. 2014-12-18 13:07:13 -08:00
counters_nested_a.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
counters_nested_ref.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
counters_simple_a.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
counters_simple_ref.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
data_img_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
data_img_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
empty_cells_a.html layout: Implement empty-cells per CSS 2.1 § 17.6.1.1. 2014-12-17 21:25:12 -08:00
empty_cells_ref.html layout: Implement empty-cells per CSS 2.1 § 17.6.1.1. 2014-12-17 21:25:12 -08:00
external_media_query_link.html Add reftest for media queries in link and style tags 2015-03-16 17:19:28 +02:00
external_media_query_ref.html Add reftest for media queries in link and style tags 2015-03-16 17:19:28 +02:00
external_media_query_style.html Add reftest for media queries in link and style tags 2015-03-16 17:19:28 +02:00
filter_inline_a.html Fixing inline elements filtering rendering. 2015-04-23 12:32:18 -07:00
filter_inline_ref.html Fixing inline elements filtering rendering. 2015-04-23 12:32:18 -07:00
filter_opacity_a.html layout: Implement filter per CSS-FILTERS § 5. 2015-01-09 07:26:13 -08:00
filter_opacity_ref.html layout: Implement filter per CSS-FILTERS § 5. 2015-01-09 07:26:13 -08:00
filter_sepia_a.html layout: Implement filter per CSS-FILTERS § 5. 2015-01-09 07:26:13 -08:00
filter_sepia_ref.html layout: Implement filter per CSS-FILTERS § 5. 2015-01-09 07:26:13 -08:00
first_child_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
first_child_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
first_of_type_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
first_of_type_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
fixed_width_overrides_child_intrinsic_width_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
fixed_width_overrides_child_intrinsic_width_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
flex_column_direction.html Add reftests for basic flexbox functionality. 2015-08-21 15:59:19 -07:00
flex_column_direction_ref.html Add reftests for basic flexbox functionality. 2015-08-21 15:59:19 -07:00
flex_row_direction.html Add reftests for basic flexbox functionality. 2015-08-21 15:59:19 -07:00
flex_row_direction_ref.html Add reftests for basic flexbox functionality. 2015-08-21 15:59:19 -07:00
float_clearance_a.html layout: Translate floats when clearing non-floated blocks. 2014-09-22 14:14:20 -07:00
float_clearance_intrinsic_width_a.html layout: Fix a couple of issues relating to intrinsic widths of inline 2015-05-01 18:07:07 -07:00
float_clearance_intrinsic_width_ref.html layout: Fix a couple of issues relating to intrinsic widths of inline 2015-05-01 18:07:07 -07:00
float_clearance_ref.html layout: Translate floats when clearing non-floated blocks. 2014-09-22 14:14:20 -07:00
float_intrinsic_height.html layout: Don't take collapsible top margin into account when determining 2015-04-07 15:10:15 -07:00
float_intrinsic_height_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
float_intrinsic_width_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
float_intrinsic_width_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
float_overflow_area_a.html layout: Store overflow for flows impacted by floats. 2015-05-11 12:59:55 -07:00
float_overflow_area_ref.html layout: Store overflow for flows impacted by floats. 2015-05-11 12:59:55 -07:00
float_right_intrinsic_width_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
float_right_intrinsic_width_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
float_table_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
float_table_ref.html Add support for tables that are floated. 2014-09-13 14:51:07 +10:00
float_under_top_margin_a.html layout: Don't take collapsible top margin into account when determining 2015-04-07 15:10:15 -07:00
float_under_top_margin_ref.html layout: Don't take collapsible top margin into account when determining 2015-04-07 15:10:15 -07:00
floated_generated_content_a.html layout: Don't crash on floated generated content. 2014-09-12 14:10:27 -07:00
floated_generated_content_b.html layout: Don't crash on floated generated content. 2014-09-12 14:10:27 -07:00
floated_list_item_a.html layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
floated_list_item_ref.html layout: Implement floated list items. 2015-01-28 19:58:24 -08:00
floated_negative_margins_a.html layout: Take negative margins of floats into account when placing them. 2015-08-05 11:15:32 -07:00
floated_negative_margins_ref.html layout: Take negative margins of floats into account when placing them. 2015-08-05 11:15:32 -07:00
floated_table_with_margin_a.html layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
floated_table_with_margin_ref.html layout: Float table wrappers directly instead of generating a block 2014-09-25 08:06:03 -07:00
focus_selector.html Implement the :focus pseudo-class selector 2015-04-04 10:57:11 -07:00
focus_selector_ref.html Implement the :focus pseudo-class selector 2015-04-04 10:57:11 -07:00
font_advance.html Fix is_simple_advance check. Fixes #4614. 2015-04-01 12:11:56 -04:00
font_advance_ref.html Fix is_simple_advance check. Fixes #4614. 2015-04-01 12:11:56 -04:00
font_color_attribute_a.html script: Implement the color attribute of the <font> element. 2015-05-19 16:31:20 -07:00
font_color_attribute_ref.html script: Implement the color attribute of the <font> element. 2015-05-19 16:31:20 -07:00
font_face_attribute.html Implement <font> 'face' attribute 2015-09-14 20:24:52 -04:00
font_face_attribute_ref.html Implement <font> 'face' attribute 2015-09-14 20:24:52 -04:00
font_size.html Fix font-size keywords parsing. 2015-09-02 09:54:38 +02:00
font_size_ref.html Fix font-size keywords parsing. 2015-09-02 09:54:38 +02:00
font_style.html Support 'font-style: oblique'. 2015-01-20 10:48:23 +09:00
font_style_ref.html Support 'font-style: oblique'. 2015-01-20 10:48:23 +09:00
height_compute.html Cargoify servo 2014-09-08 20:21:42 -06:00
height_compute_reset.html Cargoify servo 2014-09-08 20:21:42 -06:00
hide_after_create.html Fix setting display:none after a layout where the element was visible. 2015-02-27 07:44:24 +10:00
hide_after_create_ref.html Fix setting display:none after a layout where the element was visible. 2015-02-27 07:44:24 +10:00
image_rendering_auto_a.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
image_rendering_pixelated_a.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
image_rendering_pixelated_ref.html layout: Implement image-rendering per CSS-IMAGES-3 § 5.3 and 2015-03-03 17:54:12 +01:00
img_block_display_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
img_block_display_ref.html Fix img with display: block. Fixes text/image overflow on wikipedia. 2014-09-19 17:59:48 +10:00
img_block_maxwidth_a.html Add support for min-width and max-width to images. 2014-09-22 14:03:10 +10:00
img_block_maxwidth_b.html Add support for min-width and max-width to images. 2014-09-22 14:03:10 +10:00
img_block_maxwidth_ref.html Add support for min-width and max-width to images. 2014-09-22 14:03:10 +10:00
img_dynamic_remove.html Make sure reftests aren't passing because nothing == nothing 2014-10-10 20:03:13 -04:00
img_dynamic_remove_ref.html Make sure reftests aren't passing because nothing == nothing 2014-10-10 20:03:13 -04:00
img_padding_a.html Add reftest for img padding/margin behavior 2015-07-06 16:11:53 -04:00
img_padding_b.html Add reftest for img padding/margin behavior 2015-07-06 16:11:53 -04:00
img_simple.html Fix image_dynamic_remove reftest with incremental layout turned out 2014-10-17 11:11:14 -07:00
img_simple_ref.html Fix image_dynamic_remove reftest with incremental layout turned out 2014-10-17 11:11:14 -07:00
img_size_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
img_size_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
img_width_attribute_intrinsic_width_a.html layout: Take the width attribute of <img> into account when 2015-05-08 13:30:27 -07:00
img_width_attribute_intrinsic_width_ref.html layout: Take the width attribute of <img> into account when 2015-05-08 13:30:27 -07:00
img_width_style_intrinsic_width_a.html layout: Take the style-specified width into account when computing the 2015-08-18 18:46:07 -07:00
img_width_style_intrinsic_width_ref.html layout: Take the style-specified width into account when computing the 2015-08-18 18:46:07 -07:00
incremental_float_a.html layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
incremental_float_ref.html layout: Incrementalize reflow of block formatting contexts impacted by 2014-11-18 15:36:04 -08:00
incremental_inline_layout_a.html layout: Simplify and improve the correctness of whitespace stripping in 2015-04-08 14:29:23 -07:00
incremental_inline_layout_ref.html layout: Simplify and improve the correctness of whitespace stripping in 2015-04-08 14:29:23 -07:00
incremental_letter_spacing_a.html Reconstruct flows when text/font/list styles change 2015-09-17 11:59:00 -07:00
incremental_letter_spacing_ref.html Reconstruct flows when text/font/list styles change 2015-09-17 11:59:00 -07:00
inline_absolute_hypothetical_clip_a.html layout: Make inline absolute hypothetical boxes not clip their contents. 2015-08-18 16:58:18 -07:00
inline_absolute_hypothetical_clip_ref.html layout: Make inline absolute hypothetical boxes not clip their contents. 2015-08-18 16:58:18 -07:00
inline_absolute_out_of_flow_a.html layout: Lay absolutely-positioned blocks with inline containing blocks out of 2015-09-03 15:37:40 -07:00
inline_absolute_out_of_flow_ref.html layout: Lay absolutely-positioned blocks with inline containing blocks out of 2015-09-03 15:37:40 -07:00
inline_background_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_background_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_block_baseline_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
inline_block_baseline_ref.html Implement basic support for display: inline-block. 2014-09-13 07:13:42 +10:00
inline_block_block_direction_margins_a.html layout: Support block-direction margins for inline-blocks. 2015-05-11 17:49:12 -07:00
inline_block_block_direction_margins_ref.html layout: Support block-direction margins for inline-blocks. 2015-05-11 17:49:12 -07:00
inline_block_border_a.html layout: Don't double-count padding, etc, and don't draw 2014-09-27 06:07:58 -07:00
inline_block_border_intrinsic_size_a.html layout: Fix a couple of issues relating to intrinsic widths of inline 2015-05-01 18:07:07 -07:00
inline_block_border_intrinsic_size_ref.html layout: Fix a couple of issues relating to intrinsic widths of inline 2015-05-01 18:07:07 -07:00
inline_block_border_ref.html layout: Don't double-count padding, etc, and don't draw 2014-09-27 06:07:58 -07:00
inline_block_img_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
inline_block_img_ref.html Implement basic support for display: inline-block. 2014-09-13 07:13:42 +10:00
inline_block_margin_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
inline_block_margin_auto_a.html layout: Use a special path that treats margin: auto as zero for inline-block 2015-09-04 20:42:57 -07:00
inline_block_margin_auto_ref.html layout: Use a special path that treats margin: auto as zero for inline-block 2015-09-04 20:42:57 -07:00
inline_block_margin_auto_zero_a.html layout: Use a special path that treats margin: auto as zero for inline-block 2015-09-04 20:42:57 -07:00
inline_block_margin_auto_zero_ref.html layout: Use a special path that treats margin: auto as zero for inline-block 2015-09-04 20:42:57 -07:00
inline_block_margin_ref.html Implement basic support for display: inline-block. 2014-09-13 07:13:42 +10:00
inline_block_min_width.html For inline-block correctly use min-width 2015-03-03 21:06:57 -08:00
inline_block_min_width_ref.html For inline-block correctly use min-width 2015-03-03 21:06:57 -08:00
inline_block_overflow.html Add inline-block overflow ref test 2015-03-03 20:44:49 -08:00
inline_block_overflow_hidden_a.html layout: Make content of display: inline-block; overflow: hidden visible. 2014-10-13 08:03:34 -07:00
inline_block_overflow_hidden_ref.html layout: Make content of display: inline-block; overflow: hidden visible. 2014-10-13 08:03:34 -07:00
inline_block_overflow_ref.html Add inline-block overflow ref test 2015-03-03 20:44:49 -08:00
inline_block_parent_padding_a.html Fix inline context padding on inline-block. 2014-09-23 15:40:08 +10:00
inline_block_parent_padding_ref.html Fix inline context padding on inline-block. 2014-09-23 15:40:08 +10:00
inline_block_parent_width.html Fix 'inline-block' sizing issues 2015-02-02 15:52:11 -08:00
inline_block_parent_width_percentage.html Fix 'inline-block' sizing issues 2015-02-02 15:52:11 -08:00
inline_block_parent_width_ref.html Fix 'inline-block' sizing issues 2015-02-02 15:52:11 -08:00
inline_block_percentage_height_a.html layout: Make percentage heights propagate through inline flows. 2014-09-19 17:20:56 -07:00
inline_block_percentage_height_ref.html layout: Make percentage heights propagate through inline flows. 2014-09-19 17:20:56 -07:00
inline_block_stacking_context_a.html Only count outline width in overflow calculation if outline style is active. 2015-06-04 13:30:52 +10:00
inline_block_stacking_context_ref.html Only count outline width in overflow calculation if outline style is active. 2015-06-04 13:30:52 +10:00
inline_block_with_margin_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
inline_block_with_margin_ref.html Include margin in inline block intrinsic width. Fixes [edit] links on wikipedia. 2014-09-18 16:07:28 +10:00
inline_border_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_border_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_border_baseline_a.html layout: Take borders into account when positioning inline fragments on 2015-08-04 16:20:15 -07:00
inline_border_baseline_ref.html layout: Take borders into account when positioning inline fragments on 2015-08-04 16:20:15 -07:00
inline_border_ref.png Cargoify servo 2014-09-08 20:21:42 -06:00
inline_element_border_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
inline_element_border_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_hypothetical_box_a.html test: Mark the inline element in inline_hypothetical_box_a.html as 2014-10-31 12:24:40 -07:00
inline_hypothetical_box_ref.html layout: Implement the correct hypothetical box behavior for 2014-10-01 18:34:53 -07:00
inline_margin_multiple_fragments_a.html layout: Implement inline margins. 2015-05-07 16:25:05 -07:00
inline_margin_multiple_fragments_ref.html layout: Implement inline margins. 2015-05-07 16:25:05 -07:00
inline_margins_a.html layout: Implement inline margins. 2015-05-07 16:25:05 -07:00
inline_margins_intrinsic_size_a.html layout: Take inline margins into account when determining the intrinsic 2015-08-05 12:29:16 -07:00
inline_margins_intrinsic_size_ref.html layout: Take inline margins into account when determining the intrinsic 2015-08-05 12:29:16 -07:00
inline_margins_ref.html layout: Implement inline margins. 2015-05-07 16:25:05 -07:00
inline_padding_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_padding_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_text_align_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_text_align_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
inline_whitespace_a.html Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
inline_whitespace_b.html Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
inline_whitespace_ref.html Improve acid2. Fix line height calculation. Text fragments get correct enclosing element style. 2014-09-26 17:12:22 +10:00
input_button_margins_a.html layout: Fix several bugs relating to inline borders, padding, and 2015-09-03 10:24:59 -07:00
input_button_margins_ref.html layout: Fix several bugs relating to inline borders, padding, and 2015-09-03 10:24:59 -07:00
input_button_size_a.html style: Disregard the size attribute for input elements other than text 2015-04-24 17:33:53 -07:00
input_button_size_ref.html style: Disregard the size attribute for input elements other than text 2015-04-24 17:33:53 -07:00
input_height_a.html style: Remove max-height from the input style. 2014-10-07 11:21:50 -07:00
input_height_ref.html style: Remove max-height from the input style. 2014-10-07 11:21:50 -07:00
inset.html Cropping the ref images to save some bytes (as also adjust test borders 2014-12-16 16:00:45 -08:00
inset.png Cropping the ref images to save some bytes (as also adjust test borders 2014-12-16 16:00:45 -08:00
inset_blackborder.html Adding inset ref test. 2014-12-18 13:55:07 -08:00
inset_ref.html Thanks to differences on rendering between CPU X GPU, there is a 1 pixel wide 2014-12-16 12:09:31 -08:00
issue-1324-ref.html Add a reftest for #1324 2014-10-16 13:06:34 -07:00
issue-1324.html Add a reftest for #1324 2014-10-16 13:06:34 -07:00
jpeg_normal.html Update stb-image to get JPEG progressive support. 2015-08-06 12:48:59 +10:00
jpeg_normal.jpg Update stb-image to get JPEG progressive support. 2015-08-06 12:48:59 +10:00
jpeg_progressive.html Update stb-image to get JPEG progressive support. 2015-08-06 12:48:59 +10:00
jpeg_progressive.jpg Update stb-image to get JPEG progressive support. 2015-08-06 12:48:59 +10:00
jpeg_ref.html Update stb-image to get JPEG progressive support. 2015-08-06 12:48:59 +10:00
jumpiness_a.html layout: Modify styles for replaced content as appropriate during 2015-07-07 15:00:52 -07:00
jumpiness_ref.html layout: Modify styles for replaced content as appropriate during 2015-07-07 15:00:52 -07:00
last_child_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
last_child_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
last_of_type_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
last_of_type_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
layerization_z_order_a.html gfx: Sort layers according to their Z-index value before handing them 2015-08-19 16:30:44 -07:00
layerization_z_order_ref.html gfx: Sort layers according to their Z-index value before handing them 2015-08-19 16:30:44 -07:00
legacy_cellspacing_attribute_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
legacy_input_size_attribute_override_a.html layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
legacy_input_size_attribute_override_ref.html layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
legacy_table_border_attribute_a.html style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00
legacy_table_border_attribute_ref.html style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00
legacy_td_bgcolor_attribute_a.html style: Parse the legacy bgcolor attribute per the HTML5 specification. 2014-12-15 17:41:44 -08:00
legacy_td_bgcolor_attribute_ref.html style: Parse the legacy bgcolor attribute per the HTML5 specification. 2014-12-15 17:41:44 -08:00
legacy_td_width_attribute_a.html layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
legacy_td_width_attribute_ref.html layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
legacy_th_width_attribute_a.html script: Make the legacy presentational attributes on <td> apply to 2015-08-06 10:26:45 -07:00
letter_spacing_a.html gfx: Implement letter-spacing per CSS 2.1 § 16.4. 2014-12-12 11:43:43 -08:00
letter_spacing_ref.html gfx: Implement letter-spacing per CSS 2.1 § 16.4. 2014-12-12 11:43:43 -08:00
li_absolute_containing_block_a.html layout: Allow list items to be absolute containing blocks. 2015-08-08 13:32:24 -07:00
li_absolute_containing_block_ref.html layout: Allow list items to be absolute containing blocks. 2015-08-08 13:32:24 -07:00
line.png gfx: Use a pattern instead of tiling images manually. 2015-07-07 10:41:47 -07:00
line_breaking_whitespace_collapse_a.html layout: Simplify and improve the correctness of whitespace stripping in 2015-04-08 14:29:23 -07:00
line_breaking_whitespace_collapse_ref.html layout: Simplify and improve the correctness of whitespace stripping in 2015-04-08 14:29:23 -07:00
line_height_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
line_height_float_placement_a.html layout: Implement per-glyph font fallback. 2015-05-22 17:16:24 -07:00
line_height_float_placement_ref.html layout: During inline layout, make place_between_floats use the same 2015-04-09 14:23:08 -07:00
line_height_ref.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
linear_gradients_corners_a.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_corners_ref.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_lengths_a.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_lengths_ref.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_parsing_a.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_parsing_ref.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_reverse_a.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_reverse_ref.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_smoke_a.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linear_gradients_smoke_ref.html layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
linebreak_inline_span_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
linebreak_inline_span_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
linebreak_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
linebreak_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
link_style_dynamic_addition.html Handle dynamic addition of attributes 2014-09-26 19:04:32 -04:00
link_style_dynamic_addition_ref.html Handle dynamic addition of attributes 2014-09-26 19:04:32 -04:00
link_style_order.html Move link rel=stylesheet fetching to layout task 2014-09-16 07:12:01 -07:00
link_style_order_ref.html Move link rel=stylesheet fetching to layout task 2014-09-16 07:12:01 -07:00
list_style_image_sizing_a.html layout: Position and size list images properly in the block direction. 2015-04-07 15:42:52 -07:00
list_style_image_sizing_ref.html layout: Position and size list images properly in the block direction. 2015-04-07 15:42:52 -07:00
list_style_position_a.html layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00
list_style_position_ref.html layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00
list_style_type_a.html layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00
list_style_type_ref.html layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00
many_brs_a.html layout: Mark the styles of elements with pseudos as unshareable. 2014-10-08 22:46:54 -07:00
many_brs_ref.html layout: Mark the styles of elements with pseudos as unshareable. 2014-10-08 22:46:54 -07:00
margin_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
margin_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
margin_padding_inline_block_a.html layout: Fix several bugs relating to inline borders, padding, and 2015-09-03 10:24:59 -07:00
margin_padding_inline_block_ref.html layout: Fix several bugs relating to inline borders, padding, and 2015-09-03 10:24:59 -07:00
margins_inside_floats_a.html layout: Don't take collapsible top margin into account when determining 2015-04-07 15:10:15 -07:00
margins_inside_floats_ref.html layout: Unify the block-size computation for blocks and floats. 2014-09-25 16:43:24 -07:00
marker_block_direction_placement_a.html layout: Place list item markers correctly in the block direction. 2015-08-04 14:44:54 -07:00
marker_block_direction_placement_ref.html layout: Place list item markers correctly in the block direction. 2015-08-04 14:44:54 -07:00
max_width_float_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
max_width_float_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
max_width_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
max_width_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_max_height_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_max_height_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_width_float_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_width_float_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_width_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
min_width_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
minimum_line_height_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
minimum_line_height_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
mix_blend_mode_a.html layout: Implement mix-blend-mode per COMPOSITING § 3.4.1. 2015-01-12 08:02:41 -08:00
mix_blend_mode_ref.html layout: Implement mix-blend-mode per COMPOSITING § 3.4.1. 2015-01-12 08:02:41 -08:00
multiple_css_class_a.html Make use of the list of Atoms in ClassSelector 2014-09-11 23:19:26 -04:00
multiple_css_class_b.html Make use of the list of Atoms in ClassSelector 2014-09-11 23:19:26 -04:00
negative_margin_uncle_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
negative_margin_uncle_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
negative_margins_a.html gfx: Update Azure and Skia, and rewrite broken clipping logic. 2014-12-08 13:45:51 -08:00
negative_margins_b.html gfx: Update Azure and Skia, and rewrite broken clipping logic. 2014-12-08 13:45:51 -08:00
no-image-ref.html Load a placeholder when a url to an image is broken. 2015-03-30 10:02:54 -07:00
no-image.html Load a placeholder when a url to an image is broken. 2015-03-30 10:02:54 -07:00
no_image_background_a.html net: Don't load the placeholder image for background images, only for 2015-05-20 12:00:33 -07:00
no_image_background_ref.html net: Don't load the placeholder image for background images, only for 2015-05-20 12:00:33 -07:00
noscript.html Cargoify servo 2014-09-08 20:21:42 -06:00
noscript_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
noteq_500x300_white.html Cargoify servo 2014-09-08 20:21:42 -06:00
noteq_attr_exists_selector.html Support [*|attr], attribute selectors in any namespace (fixes #1558) 2014-10-08 11:01:31 +02:00
nth_child_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
nth_child_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
nth_last_child_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
nth_last_child_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
nth_last_of_type_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
nth_last_of_type_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
nth_of_type_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
nth_of_type_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
object_element_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
object_element_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
octicons_a.html gfx: Fix Core Text font instantiation for Web fonts on Mac. 2015-08-04 17:07:44 -07:00
octicons_ref.html gfx: Fix Core Text font instantiation for Web fonts on Mac. 2015-08-04 17:07:44 -07:00
ol_japanese_iroha_a.html Add a Japanese Web font 2015-03-09 20:50:39 -07:00
ol_japanese_iroha_bullet_styles.html Add a Japanese Web font 2015-03-09 20:50:39 -07:00
ol_japanese_iroha_ref.html Add a Japanese Web font 2015-03-09 20:50:39 -07:00
ol_simple_a.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
ol_simple_ref.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
only_child_pseudo_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
only_child_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
only_of_type_pseudo_a.html Update rust-selectors 2015-07-23 18:53:57 +02:00
only_of_type_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
opacity_simple_a.html layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
opacity_simple_ref.html layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
opacity_stacking_context_a.html layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
opacity_stacking_context_ref.html layout: Implement opacity per CSS-COLOR § 3.2. 2014-12-03 14:17:16 -08:00
outline_offset_a.html layout: Implement outline-offset per CSS-UI-3 § 5.5. 2015-01-08 10:49:54 -08:00
outline_offset_ref.html layout: Implement outline-offset per CSS-UI-3 § 5.5. 2015-01-08 10:49:54 -08:00
outlines_simple_a.html layout: Implement outline per CSS 2.1 § 18.4. 2014-12-11 14:25:10 -08:00
outlines_simple_ref.html layout: Implement outline per CSS 2.1 § 18.4. 2014-12-11 14:25:10 -08:00
outlines_wrap_a.html layout: Implement outline per CSS 2.1 § 18.4. 2014-12-11 14:25:10 -08:00
outlines_wrap_ref.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
outset.html Cropping the ref images to save some bytes (as also adjust test borders 2014-12-16 16:00:45 -08:00
outset.png Cropping the ref images to save some bytes (as also adjust test borders 2014-12-16 16:00:45 -08:00
outset_blackborder.html Adding outset ref test. 2014-12-18 13:55:45 -08:00
outset_ref.html Adding tests for outset. 2014-12-16 12:16:43 -08:00
overconstrained_block.html Fix some writing mode mismatch assertions errors. 2014-12-18 17:15:51 +00:00
overconstrained_block_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_auto.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_auto_stacking_order_a.html layout: Centralize the logic that determines whether fragments get 2015-08-22 12:41:33 -07:00
overflow_auto_stacking_order_ref.html layout: Centralize the logic that determines whether fragments get 2015-08-22 12:41:33 -07:00
overflow_position_abs_inline_block.html Include the overflow of the inline block itself. 2015-09-07 20:27:06 -07:00
overflow_position_abs_inline_block_ref.html Include the overflow of the inline block itself. 2015-09-07 20:27:06 -07:00
overflow_position_abs_inside_normal_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_position_abs_inside_normal_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_position_abs_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_position_abs_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_position_rel_inline_block.html Actually store the overflow for inline-block elements. 2015-09-09 12:24:28 -07:00
overflow_position_rel_inline_block_ref.html Actually store the overflow for inline-block elements. 2015-09-09 12:24:28 -07:00
overflow_scroll.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
overflow_wrap_a.html layout: Implement overflow-wrap/word-wrap per CSS-TEXT § 6.2. 2014-12-13 13:05:05 -08:00
overflow_wrap_ref.html layout: Implement overflow-wrap/word-wrap per CSS-TEXT § 6.2. 2014-12-13 13:05:05 -08:00
overflow_xy_a.html layout: Implement overflow-x and overflow-y per CSS-OVERFLOW § 3. 2015-03-03 17:03:27 +01:00
overflow_xy_ref.html layout: Implement overflow-x and overflow-y per CSS-OVERFLOW § 3. 2015-03-03 17:03:27 +01:00
per_glyph_font_fallback_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
per_glyph_font_fallback_ref.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
percent_height.html Implement percentage heights for block flows 2014-09-16 09:02:01 -07:00
percent_height_ref.html Implement percentage heights for block flows 2014-09-16 09:02:01 -07:00
percentage_height_float_a.html layout: Handle floated blocks with percentage heights correctly. 2014-09-19 17:56:07 -07:00
percentage_height_float_ref.html layout: Handle floated blocks with percentage heights correctly. 2014-09-19 17:56:07 -07:00
percentage_height_root.html Support root element having percentage heights in layout. This allows using standard CSS techniques to place a footer at the bottom of the page. 2015-02-16 14:46:19 +10:00
percentage_height_root_ref.html Support root element having percentage heights in layout. This allows using standard CSS techniques to place a footer at the bottom of the page. 2015-02-16 14:46:19 +10:00
percentage_width_inline_block_a.html layout: Support percentage widths in inline-blocks. 2015-05-19 13:35:02 -07:00
percentage_width_inline_block_ref.html layout: Support percentage widths in inline-blocks. 2015-05-19 13:35:02 -07:00
pixel_snapping_border_a.html Snap to screen pixels instead of px 2015-09-18 03:06:06 -07:00
pixel_snapping_border_ref.html Snap to screen pixels instead of px 2015-09-18 03:06:06 -07:00
png_rgba_colorspace_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
png_rgba_colorspace_a.png Cargoify servo 2014-09-08 20:21:42 -06:00
png_rgba_colorspace_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_cb_with_non_cb_kid_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_cb_with_non_cb_kid_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_height_width_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_height_width_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_left_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_left_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_margin_top_percentage_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_margin_top_percentage_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_nested_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_nested_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_pseudo_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_replaced_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_replaced_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_static_y_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_static_y_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_width_percentage_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_abs_width_percentage_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_background_color_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_background_color_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_overflow_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_overflow_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_static_y_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_static_y_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_fixed_tile_edge.html Account for RenderLayer position when optimizing display list 2014-10-03 14:55:03 -07:00
position_fixed_tile_edge_2.html Position layers using their absolute position 2014-10-08 13:18:44 -07:00
position_fixed_tile_edge_3.html layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00
position_fixed_tile_edge_ref.html Account for RenderLayer position when optimizing display list 2014-10-03 14:55:03 -07:00
position_relative_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_relative_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_relative_inline_block_a.html layout: Take relative position offsets for inlines and inline-blocks 2015-08-12 08:28:35 -07:00
position_relative_inline_block_ref.html layout: Take relative position offsets for inlines and inline-blocks 2015-08-12 08:28:35 -07:00
position_relative_painting_order_a.html layout: Draw elements with position: relative; z-index: auto over 2015-05-12 17:32:59 -07:00
position_relative_painting_order_ref.html layout: Draw elements with position: relative; z-index: auto over 2015-05-12 17:32:59 -07:00
position_relative_stacking_context_a.html layout: Make position: relative with non-auto z-index create a 2015-08-22 12:22:33 -07:00
position_relative_stacking_context_contents_a.html layout: Stop double-counting position: relative offsets for stacking 2015-09-04 09:28:18 -07:00
position_relative_stacking_context_contents_ref.html layout: Stop double-counting position: relative offsets for stacking 2015-09-04 09:28:18 -07:00
position_relative_stacking_context_ref.html layout: Make position: relative with non-auto z-index create a 2015-08-22 12:22:33 -07:00
position_relative_top_percentage_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_relative_top_percentage_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
position_relative_vertical_percentage_overflow_a.html layout: Make overflow calculation take relative percentages into 2015-08-31 16:50:56 -07:00
position_relative_vertical_percentage_overflow_ref.html layout: Make overflow calculation take relative percentages into 2015-08-31 16:50:56 -07:00
pre_ignorable_whitespace_a.html layout: white_space::pre should not yield ignorable whitespace. 2014-10-07 13:39:41 -07:00
pre_ignorable_whitespace_ref.html layout: white_space::pre should not yield ignorable whitespace. 2014-10-07 13:39:41 -07:00
pre_with_tab.html Show tabs in pre elements 2015-04-02 22:15:39 -07:00
pre_with_tab_ref.html Show tabs in pre elements 2015-04-02 22:15:39 -07:00
pseudo_content_with_layers.html Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
pseudo_content_with_layers_ref.html Ensure unique LayerIds for pseudo-elements 2015-09-17 06:42:29 -07:00
pseudo_element_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
pseudo_element_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
pseudo_inherit.html Cargoify servo 2014-09-08 20:21:42 -06:00
pseudo_inherit_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
quotes_none_a.html layout: Don't crash if quotes: none is specified and generated content 2015-08-24 17:00:23 -07:00
quotes_none_ref.html layout: Don't crash if quotes: none is specified and generated content 2015-08-24 17:00:23 -07:00
quotes_simple_a.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
quotes_simple_ref.html layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
reset.css Cargoify servo 2014-09-08 20:21:42 -06:00
rippy.jpg Using FF broken image icon. 2015-04-21 16:04:28 -07:00
root_display_inline_a.html Add ref tests for #7558 2015-09-23 22:44:49 +02:00
root_display_ref.html Add ref tests for #7558 2015-09-23 22:44:49 +02:00
root_display_without_style_a.html Add ref tests for #7558 2015-09-23 22:44:49 +02:00
root_height_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
root_height_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
root_margin_collapse_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
root_margin_collapse_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
root_pseudo_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
root_pseudo_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
rtl_body.html Fixes for positioning of RTL blocks. 2015-03-17 10:18:17 -07:00
rtl_body_ref.html Fixes for positioning of RTL blocks. 2015-03-17 10:18:17 -07:00
rtl_float_a.html Positioning fixes for RTL floats 2015-05-18 17:25:06 -07:00
rtl_float_ref.html Positioning fixes for RTL floats 2015-05-18 17:25:06 -07:00
rtl_margin_a.html Fix positioning of RTL blocks with margins. 2015-05-14 09:23:15 -07:00
rtl_margin_ref.html Fix positioning of RTL blocks with margins. 2015-05-14 09:23:15 -07:00
rtl_simple.html Layout fixes for RTL child flows in LTR parents 2015-03-09 14:21:26 -07:00
rtl_simple_ref.html Layout fixes for RTL child flows in LTR parents 2015-03-09 14:21:26 -07:00
rtl_table_a.html Fix layout of RTL tables in LTR flow 2015-05-15 17:03:51 -07:00
rtl_table_ref.html Fix layout of RTL tables in LTR flow 2015-05-15 17:03:51 -07:00
rust-0.png Cargoify servo 2014-09-08 20:21:42 -06:00
rust.png Fixing inline elements filtering rendering. 2015-04-23 12:32:18 -07:00
rust_logo.png Cargoify servo 2014-09-08 20:21:42 -06:00
servo_center_a.html layout: Implement <table width> and <center>. 2015-05-11 12:53:45 -07:00
servo_center_ref.html layout: Implement <table width> and <center>. 2015-05-11 12:53:45 -07:00
setattribute_id_restyle_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
setattribute_id_restyle_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
simple_inline_absolute_containing_block_a.html layout: Implement partial support for inline absolute containing blocks. 2015-09-01 12:18:19 -07:00
simple_inline_absolute_containing_block_ref.html layout: Implement partial support for inline absolute containing blocks. 2015-09-01 12:18:19 -07:00
smiling.png layout: Implement basic lists and the CSS1 list properties. 2014-12-15 16:25:06 -08:00
stacked_layers.html Layerize StackingContexts that are on top of layers 2015-09-09 09:13:14 -07:00
stacked_layers_ref.html Layerize StackingContexts that are on top of layers 2015-09-09 09:13:14 -07:00
stacking_context_overflow_a.html layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00
stacking_context_overflow_ref.html layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00
stacking_context_overflow_relative_outline_a.html layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00
stacking_context_overflow_relative_outline_ref.html layout: Paint stacking contexts' overflow areas properly. 2015-01-04 17:41:59 -08:00
style_is_in_doc.html Cargoify servo 2014-09-08 20:21:42 -06:00
style_is_in_doc_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
submit_focus_a.html Only display text carets in text inputs 2015-09-27 19:23:20 -04:00
submit_focus_b.html Only display text carets in text inputs 2015-09-27 19:23:20 -04:00
table_auto_width.html Update reftests for UA stylesheet changes. 2014-10-13 12:38:07 +01:00
table_auto_width_ref.html Update reftests for UA stylesheet changes. 2014-10-13 12:38:07 +01:00
table_caption_bottom_a.html layout: Implement caption-side per CSS 2.1 § 17.4.1. 2014-12-17 22:06:14 -08:00
table_caption_bottom_ref.html layout: Implement caption-side per CSS 2.1 § 17.4.1. 2014-12-17 22:06:14 -08:00
table_caption_top_a.html layout: Implement caption-side per CSS 2.1 § 17.4.1. 2014-12-17 22:06:14 -08:00
table_caption_top_ref.html layout: Implement caption-side per CSS 2.1 § 17.4.1. 2014-12-17 22:06:14 -08:00
table_cell_float_a.html layout: Generate anonymous table objects as necessary per CSS 2.1 § 2015-04-27 14:12:44 -07:00
table_cell_float_ref.html layout: Generate anonymous table objects as necessary per CSS 2.1 § 2015-04-27 14:12:44 -07:00
table_center_a.html layout: Don't use the block container inline size as the initial 2015-08-04 09:40:35 -07:00
table_center_ref.html layout: Don't use the block container inline size as the initial 2015-08-04 09:40:35 -07:00
table_colspan_fixed_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
table_colspan_fixed_ref.html style: Address review comments relating to bgcolor and column spans 2014-12-15 18:09:44 -08:00
table_colspan_simple_a.html style: Implement basic column spans. 2014-12-15 17:41:51 -08:00
table_colspan_simple_ref.html style: Implement basic column spans. 2014-12-15 17:41:51 -08:00
table_containing_block_a.html layout: Rewrite intrinsic inline-size and automatic table layout to 2014-10-14 14:17:57 -07:00
table_containing_block_ref.html layout: Rewrite intrinsic inline-size and automatic table layout to 2014-10-14 14:17:57 -07:00
table_expansion_to_fit_a.html layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
table_expansion_to_fit_ref.html layout: Rewrite intrinsic inline-size and automatic table layout to 2014-10-14 14:17:57 -07:00
table_float_translation_a.html layout: Remove the bogus 2015-04-07 15:13:17 -07:00
table_float_translation_ref.html layout: Remove the bogus 2015-04-07 15:13:17 -07:00
table_intrinsic_style_specified_width_a.html layout: Make the style-specified width affect minimum width. 2015-04-27 18:32:28 -07:00
table_intrinsic_style_specified_width_ref.html layout: Make the style-specified width affect minimum width. 2015-04-27 18:32:28 -07:00
table_margin_auto_a.html layout: Make margin: auto work properly with tables. 2015-04-28 09:26:08 -07:00
table_margin_auto_ref.html layout: Make margin: auto work properly with tables. 2015-04-28 09:26:08 -07:00
table_padding_a.html Use the user stylesheet for Ahem in old-style reftests. 2015-08-07 21:38:57 +02:00
table_padding_ref.html Fix padding on tables. This fixes the TOC on wikipedia pages. 2014-09-19 14:58:24 +10:00
table_percentage_capping_a.html table_wrapper.rs: Fix for percentage widths 2015-01-11 11:39:09 -08:00
table_percentage_capping_ref.html table_wrapper.rs: Fix for percentage widths 2015-01-11 11:39:09 -08:00
table_percentage_width_a.html layout: Rewrite intrinsic inline-size and automatic table layout to 2014-10-14 14:17:57 -07:00
table_percentage_width_ref.html layout: Rewrite intrinsic inline-size and automatic table layout to 2014-10-14 14:17:57 -07:00
table_preferred_width_a.html layout: Don't use the block container inline size as the initial 2015-08-04 09:40:35 -07:00
table_preferred_width_ref.html layout: Don't use the block container inline size as the initial 2015-08-04 09:40:35 -07:00
table_row_direction_a.html Fix direction of columns in mixed LTR/RTL tables. 2015-05-08 21:29:02 -07:00
table_row_direction_ref.html Fix direction of columns in mixed LTR/RTL tables. 2015-05-08 21:29:02 -07:00
table_specified_width_a.html Fix layout on google search results. 2014-11-27 09:10:58 +10:00
table_specified_width_ref.html Fix layout on google search results. 2014-11-27 09:10:58 +10:00
table_width_attribute_a.html layout: Implement <table width> and <center>. 2015-05-11 12:53:45 -07:00
table_width_attribute_ref.html layout: Implement <table width> and <center>. 2015-05-11 12:53:45 -07:00
test.jpeg Cargoify servo 2014-09-08 20:21:42 -06:00
text_align_complex_a.html layout: Implement per-glyph font fallback. 2015-05-22 17:16:24 -07:00
text_align_complex_ref.html layout: Implement per-glyph font fallback. 2015-05-22 17:16:24 -07:00
text_align_justify_a.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_align_justify_ref.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_align_rtl.html Fix text-align left/right in RTL layout 2015-04-29 07:07:58 -07:00
text_align_rtl_ref.html Fix text-align left/right in RTL layout 2015-04-29 07:07:58 -07:00
text_align_start_end.html Support text-align: start and end 2015-04-29 07:07:58 -07:00
text_align_start_end_ref.html Support text-align: start and end 2015-04-29 07:07:58 -07:00
text_decoration_cached.html Cargoify servo 2014-09-08 20:21:42 -06:00
text_decoration_cached_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
text_decoration_propagation_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
text_decoration_propagation_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
text_decoration_smoke_a.html style: Fix parsing of text decorations. 2015-02-24 17:51:22 -08:00
text_decoration_smoke_ref.html style: Fix parsing of text decorations. 2015-02-24 17:51:22 -08:00
text_decoration_underline_subpx_a.html Snap rectangles to nearest pixels consistently. 2015-08-11 10:30:32 -07:00
text_decoration_underline_subpx_ref.html Snap rectangles to nearest pixels consistently. 2015-08-11 10:30:32 -07:00
text_indent_a.html layout: Implement text-indent per CSS 2.1 § 16.1. 2014-12-12 14:55:41 -08:00
text_indent_ref.html layout: Implement text-indent per CSS 2.1 § 16.1. 2014-12-12 14:55:41 -08:00
text_justify_none_a.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_justify_none_ref.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_overflow_a.html layout: Implement text-overflow: ellipsis per CSS-UI-3 § 6.2. 2015-01-28 16:23:31 -08:00
text_overflow_basic_a.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_overflow_basic_ref.html layout: Implement text-align: justify and text-justify per 2015-01-29 17:00:41 -08:00
text_overflow_ref.html layout: Implement text-overflow: ellipsis per CSS-UI-3 § 6.2. 2015-01-28 16:23:31 -08:00
text_shadow_blur_a.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_blur_ref.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_decorations_a.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_decorations_ref.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_multiple_shadows_a.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_multiple_shadows_ref.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_simple_a.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_shadow_simple_ref.html layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
text_transform_capitalize_a.html Fix text-transform:capitalize across text runs 2015-09-29 14:34:50 -07:00
text_transform_capitalize_ref.html Fix text-transform:capitalize across text runs 2015-09-29 14:34:50 -07:00
text_transform_lowercase_a.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
text_transform_lowercase_ref.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
text_transform_none_a.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
text_transform_none_ref.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
text_transform_uppercase_a.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
text_transform_uppercase_ref.html layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
transform_3d.html First step towards 3d transforms. 2015-05-29 09:47:38 +10:00
transform_3d_ref.html First step towards 3d transforms. 2015-05-29 09:47:38 +10:00
transform_optimization.html Support transforms for display list optimization. Prevents clipping in #6643. 2015-08-05 11:48:07 +10:00
transform_optimization_ref.html Support transforms for display list optimization. Prevents clipping in #6643. 2015-08-05 11:48:07 +10:00
transform_simple_a.html layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8. 2015-03-17 11:30:55 -07:00
transform_simple_ref.html layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8. 2015-03-17 11:30:55 -07:00
transform_skew_a.html CSS 'transformation: skew()' should take <angle> type as parameters 2015-09-12 01:06:35 +02:00
transform_skew_ref.html CSS 'transformation: skew()' should take <angle> type as parameters 2015-09-12 01:06:35 +02:00
transform_stacking_context_a.html layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8. 2015-03-17 11:30:55 -07:00
transform_stacking_context_ref.html layout: Implement 2D CSS transforms per CSS-TRANSFORMS § 5, 6, 7, and 8. 2015-03-17 11:30:55 -07:00
transition_calc.html Add transitions for CSS calc(). 2015-09-19 19:39:55 -07:00
transition_calc_ref.html Add transitions for CSS calc(). 2015-09-19 19:39:55 -07:00
upper_id_attr.html Cargoify servo 2014-09-08 20:21:42 -06:00
upper_id_attr_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
vertical-lr-blocks.html Cargoify servo 2014-09-08 20:21:42 -06:00
vertical-lr-blocks_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
vertical_align_bottom_a.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_bottom_ref.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_inline_block_a.html layout: Support vertical-align for inline-blocks. 2015-05-08 17:59:01 -07:00
vertical_align_inline_block_ref.html layout: Support vertical-align for inline-blocks. 2015-05-08 17:59:01 -07:00
vertical_align_inside_table_a.html layout: Lay out nested inline elements with different vertical-align 2015-04-09 14:55:05 -07:00
vertical_align_inside_table_ref.html layout: Lay out nested inline elements with different vertical-align 2015-04-09 14:55:05 -07:00
vertical_align_sub_a.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_sub_ref.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_super_a.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_super_nested_a.html layout: Lay out nested inline elements with different vertical-align 2015-04-09 14:55:05 -07:00
vertical_align_super_nested_ref.html layout: Lay out nested inline elements with different vertical-align 2015-04-09 14:55:05 -07:00
vertical_align_super_ref.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_text_bottom_a.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_text_bottom_ref.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_text_top_a.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_text_top_ref.html Add support for <super> and <sup> tags. Fixes equations on wikipedia. 2014-09-30 07:12:54 +10:00
vertical_align_top_a.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_top_bottom_a.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_top_bottom_ref.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_top_ref.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_top_span_a.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
vertical_align_top_span_ref.html Add some vertical align reftests now that text elements get correct vertical align property. 2014-09-29 08:05:30 +10:00
viewport_percentage_vmin_vmax.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_percentage_vmin_vmax_a.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_percentage_vmin_vmax_b.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_percentage_vw_vh.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_percentage_vw_vh_a.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_percentage_vw_vh_b.html Reftests for viewport percentage length units 2015-03-13 10:27:27 -06:00
viewport_rule.html Add a basic ref test for @viewport 2015-05-06 09:19:16 -06:00
viewport_rule_ref.html Add a basic ref test for @viewport 2015-05-06 09:19:16 -06:00
visibility_hidden.html Cargoify servo 2014-09-08 20:21:42 -06:00
visibility_hidden_ref.html Cargoify servo 2014-09-08 20:21:42 -06:00
white_space_intrinsic_sizes_a.html layout: Take the white-space property into account when computing 2015-04-22 17:45:16 -07:00
white_space_intrinsic_sizes_ref.html layout: Take the white-space property into account when computing 2015-04-22 17:45:16 -07:00
whitespace_nowrap_a.html layout: Implement white-space: nowrap. 2014-09-23 15:47:45 -07:00
whitespace_nowrap_line_breaking_a.html layout: Introduce infrastructure for tracking, backing up, and splitting 2015-08-08 00:01:31 -07:00
whitespace_nowrap_line_breaking_ref.html layout: Introduce infrastructure for tracking, backing up, and splitting 2015-08-08 00:01:31 -07:00
whitespace_nowrap_ref.html layout: Implement white-space: nowrap. 2014-09-23 15:47:45 -07:00
whitespace_pre.html Fix line splitting in white-space: pre flows 2014-09-18 14:25:12 -07:00
whitespace_pre_ref.html Fix line splitting in white-space: pre flows 2014-09-18 14:25:12 -07:00
width_nonreplaced_block_simple_a.html Cargoify servo 2014-09-08 20:21:42 -06:00
width_nonreplaced_block_simple_b.html Cargoify servo 2014-09-08 20:21:42 -06:00
word_break_a.html layout: Implement word-break: break-all per CSS3-TEXT § 5.2. 2015-01-08 09:04:24 -08:00
word_break_ref.html layout: Implement word-break: break-all per CSS3-TEXT § 5.2. 2015-01-08 09:04:24 -08:00