Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / vertical-lr / unsplittable-inline-block.html
index f1957c4..4a77921 100644 (file)
@@ -1,20 +1,35 @@
-<body style="-webkit-writing-mode:vertical-lr">
-<div style="-webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; width:300px; height:750px; border:5px solid black; padding:5px;">
-<div style="width:250px"></div>
-<div style="display:inline-block; border:2px solid green">
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
-All of this text should be in the second column.<br>
+<!DOCTYPE html>
+<style>
+    body {
+        -webkit-writing-mode: vertical-lr;
+    }
+    .columns {
+        width: 300px;
+        -webkit-column-count: 2;
+        -webkit-column-gap: 0;
+        column-fill: auto;
+        border: 5px solid black;
+        padding: 5px;
+        line-height: 20px;
+    }
+    .inline_block {
+        display: inline-block;
+        border: 2px solid green;
+    }
+</style>
+<div class="columns">
+    <div style="width: 250px;"></div>
+    <div class="inline_block">
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+        This should be in the second column.<br>
+    </div>
 </div>
-
-</div>
-
-