summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-grid/bug1356820-ref.html
blob: b0cd50fea6364900fecdde10f6dac9c355eb2792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE HTML>
<div style="display: grid; width: 5em;">
   <div style="word-wrap: break-word; width: 5em; justify-self:start">
     first item with a longlonglongword
   </div>
   <div>
     second item
   </div>
</div>
<div style="display: grid; width: 5em;">
   <div style="width: 5em; justify-self:start">
     first item with a longlonglongword
   </div>
   <div>
     second item
   </div>
</div>
<div style="display: grid; width: 5em;">
   <div style="word-wrap: break-word; writing-mode:vertical-lr; justify-self:start">
     first item with a longlonglongword
   </div>
   <div>
     second item
   </div>
</div>