diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-11 23:19:43 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-03-11 23:19:43 +0530 |
commit | 059edc3287909ce705ba90804c778ee50f1e157e (patch) | |
tree | 3a7f86d64728ecec9dadc6cfb8a8f92e725e6f92 /components/script/dom/bindings/codegen/parser/tests | |
parent | 53aca4b80eef2890c43dd2d0e905b25588651191 (diff) | |
parent | 1e7d60e7b793f914696c6813502ea7d87a944ab3 (diff) | |
download | servo-059edc3287909ce705ba90804c778ee50f1e157e.tar.gz servo-059edc3287909ce705ba90804c778ee50f1e157e.zip |
Auto merge of #9961 - mbrubeck:split-line-work-list, r=pcwalton
Fix work list order after split_line_at_last_known_good_position
This fixes a bug in line splitting caused by the following actions when `LineBreaker::split_line_at_last_known_good_position` is called:
1. Push some number of previous fragments onto the front of the work list.
2. Push the current fragment back onto the front work list.
This resulted in the work list being out of order. The correct order is action 2 followed by action 1. Fixes #9830. r? @pcwalton
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9961)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests')
0 files changed, 0 insertions, 0 deletions