servo/components/layout
bors-servo d2db39634e Auto merge of #11746 - DarinM223:master, r=mbrubeck
Image with height defined in % resizes properly

<!-- Please describe your changes on the following line: -->

Checked the html in the github issue and the image looks like it is resized properly in Servo.
Fixed image resizing when height is specified in percentages.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #11723  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because this issue is marked with has-test?

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11746)
<!-- Reviewable:end -->
2016-06-16 03:57:38 -05:00
..
animation.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
block.rs Image with height defined in % resizes properly 2016-06-15 16:39:22 -07:00
Cargo.toml Bump string-cache to 0.2.18 2016-05-25 14:35:36 +05:30
construct.rs Small performance improvement 2016-06-16 08:58:03 +02:00
context.rs Remove SharedLayoutContext::url. 2016-05-31 14:47:17 +02:00
data.rs Upgrade to bitflags 0.6.0 and selectors 0.5.6 2016-04-30 10:14:03 -07:00
display_list_builder.rs use less repetitive name 2016-06-12 12:28:07 +08:00
flex.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
floats.rs layout: Take margins in the inline direction into account when 2016-05-10 17:11:28 -07:00
flow.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
flow_list.rs layout: Check flow descendants of inline block fragments to find their 2016-05-04 13:20:21 -07:00
flow_ref.rs Correct the signature of flow_ref::deref_mut. 2016-06-06 15:14:23 +02:00
fragment.rs Image with height defined in % resizes properly 2016-06-15 16:39:22 -07:00
generated_content.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
incremental.rs Auto merge of #11417 - stshine:flex-longhand-properties, r=mbrubeck 2016-05-31 21:44:06 -05:00
inline.rs Image with height defined in % resizes properly 2016-06-15 16:39:22 -07:00
layout_debug.rs Fragment debug_id u16 only exists in debug, prod will format mem address 2016-06-04 19:19:42 +02:00
layout_thread.rs script: When using WebRender, keep the DOM-side scroll positions for 2016-06-10 18:43:04 -07:00
lib.rs Auto merge of #10928 - servo:warnings, r=mbrubeck 2016-04-30 05:16:46 -07:00
list_item.rs Image with height defined in % resizes properly 2016-06-15 16:39:22 -07:00
model.rs Add support for vertical alignment within table cells. 2016-04-20 14:40:02 -07:00
multicol.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
opaque_node.rs Make layout only depend on script::layout_interface. 2016-06-07 13:46:49 +02:00
parallel.rs Report use statements that use {} with only one entry 2016-05-27 10:18:44 +01:00
persistent_list.rs Move util::persistent_list to layout 2016-02-20 19:20:38 +01:00
query.rs use less repetitive name 2016-06-12 12:28:07 +08:00
sequential.rs Correct the signature of flow_ref::deref_mut. 2016-06-06 15:14:23 +02:00
table.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_caption.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_cell.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_colgroup.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_row.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_rowgroup.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
table_wrapper.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
text.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
traversal.rs Move the TNode::initialize_data() call from recalc_style_at to its callers. 2016-06-13 15:11:21 +01:00
webrender_helpers.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
wrapper.rs Move the initialize_data method out of the TNode trait. 2016-06-13 15:21:29 +01:00