diff options
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht index 89f04eacbc4..6c2e8503b46 100644 --- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht +++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/css-flexbox-column-reverse-wrap-reverse.xht @@ -31,19 +31,19 @@ <body> <p>The test passes if you see a tall green box with pairs of the digits 1-9 and a-i listed right to left in two columns.</p> <div class="container"> - <div class="item">i</div> + <div class="item">u</div> <div class="item">9</div> <div class="item">f</div> <div class="item">6</div> <div class="item">c</div> <div class="item">3</div> - <div class="item">h</div> + <div class="item">t</div> <div class="item">8</div> <div class="item">e</div> <div class="item">5</div> <div class="item">b</div> <div class="item">2</div> - <div class="item">g</div> + <div class="item">s</div> <div class="item">7</div> <div class="item">d</div> <div class="item">4</div> |