diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-07 18:41:24 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-07 18:41:24 +0530 |
commit | a333f0fdd0c15a893e43a09e5ba43c173f847ae2 (patch) | |
tree | 5768ceecc8a1861fb74343773d1fb6c50db45f67 /tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm | |
parent | 5cf89fea48fb1fc58fd665384cbaa2060decff31 (diff) | |
parent | 7deaeea707fdc42e2c3b1ebe9c5116b47529de80 (diff) | |
download | servo-a333f0fdd0c15a893e43a09e5ba43c173f847ae2.tar.gz servo-a333f0fdd0c15a893e43a09e5ba43c173f847ae2.zip |
Auto merge of #10455 - servo:css-20160407, r=Ms2ger
Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c
<!-- 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/10455)
<!-- Reviewable:end -->
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm index 45069188142..9bcdc91e830 100644 --- a/tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm +++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/css-flexbox-column-wrap-reverse.htm @@ -36,19 +36,19 @@ <div class="item">6</div> <div class="item">f</div> <div class="item">9</div> - <div class="item">i</div> + <div class="item">u</div> <div class="item">2</div> <div class="item">b</div> <div class="item">5</div> <div class="item">e</div> <div class="item">8</div> - <div class="item">h</div> + <div class="item">t</div> <div class="item">1</div> <div class="item">a</div> <div class="item">4</div> <div class="item">d</div> <div class="item">7</div> - <div class="item">g</div> + <div class="item">s</div> </div> |