Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE html>
<title>CSS Display: getComputedStyle().readingOrderItems</title>
<link rel="author" title="Di Zhang" href="mailto:dizhangg@chromium.org">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
<body>
<div id="target"></div>
<script>
test_computed_value('reading-order-items', 'normal');
test_computed_value('reading-order-items', 'flex-visual');
test_computed_value('reading-order-items', 'flex-flow');
test_computed_value('reading-order-items', 'grid-rows');
test_computed_value('reading-order-items', 'grid-columns');
test_computed_value('reading-order-items', 'grid-order');
</script>
</body>