aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht')
-rw-r--r--tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht
index ac7edaaf2a8..b167a0176e3 100644
--- a/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht
+++ b/tests/wpt/css-tests/css-flexbox-1_dev/xhtml1/reference/flexbox_direction-row-reverse-ref.xht
@@ -14,14 +14,13 @@ ul {
}
li {
color: white;
- margin: 0 3px 0 0;
+ margin: 0;
+ width: 3.3333em;
display: inline-block;
}
</style>
</head><body><ul>
- <li>EFGH</li>
- <li>ABCD</li>
- <li>IJKL</li>
+ <li>EFGH</li><li>ABCD</li><li>IJKL</li>
</ul>
</body></html> \ No newline at end of file