aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm')
-rw-r--r--tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm24
1 files changed, 15 insertions, 9 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
index 1fe0c5bc271..7d66a1bad78 100644
--- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
+++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/reference/block-flow-direction-002-ref.htm
@@ -10,17 +10,23 @@
<meta name="flags" content="image">
<style type="text/css">
- body { direction: rtl; }
+ body
+ {
+ direction: rtl;
+ }
div
- {
- background-color: yellow;
- direction: ltr;
- font: 20px/1 Ahem;
- width: 21em;
- }
-
- img { vertical-align: top; }
+ {
+ background-color: yellow;
+ direction: ltr;
+ font: 20px/1 Ahem;
+ width: 21em;
+ }
+
+ img
+ {
+ vertical-align: top;
+ }
</style>
</head>
<body>