Title: [167606] trunk/LayoutTests
Revision
167606
Author
[email protected]
Date
2014-04-21 12:17:43 -0700 (Mon, 21 Apr 2014)

Log Message

[New Multicolumn] Add test case for shrink-to-column-height now that
it passes in the new impl.
https://bugs.webkit.org/show_bug.cgi?id=131814

Reviewed by Dean Jackson.

* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html: Added.
* fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (167605 => 167606)


--- trunk/LayoutTests/ChangeLog	2014-04-21 19:17:14 UTC (rev 167605)
+++ trunk/LayoutTests/ChangeLog	2014-04-21 19:17:43 UTC (rev 167606)
@@ -1,3 +1,14 @@
+2014-04-21  David Hyatt  <[email protected]>
+
+        [New Multicolumn] Add test case for shrink-to-column-height now that
+        it passes in the new impl.
+        https://bugs.webkit.org/show_bug.cgi?id=131814
+
+        Reviewed by Dean Jackson.
+
+        * fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html: Added.
+        * fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html: Added.
+
 2014-04-21  Carlos Alberto Lopez Perez  <[email protected]>
 
         [GTK] Unreviewed GTK gardening

Added: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html (0 => 167606)


--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html	                        (rev 0)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination-expected.html	2014-04-21 19:17:43 UTC (rev 167606)
@@ -0,0 +1,13 @@
+<html style="-webkit-writing-mode: vertical-rl;">
+<head>
+    <script>
+        if (window.internals)
+            internals.setPagination("RightToLeftPaginated", 0, 400);
+    </script>
+</head>
+<body style="width:100%; height:100%;">
+    <div style="width:100%; height:100%;">
+        <img src="" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
+    </div>
+</body>
+</html>

Added: trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html (0 => 167606)


--- trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html	                        (rev 0)
+++ trunk/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/shrink-to-column-height-for-pagination.html	2014-04-21 19:17:43 UTC (rev 167606)
@@ -0,0 +1,15 @@
+<html style="-webkit-writing-mode: vertical-rl;">
+<head>
+    <script>
+        if (window.internals) {
+            internals.settings.setRegionBasedColumnsEnabled(true)
+            internals.setPagination("RightToLeftPaginated", 0, 400)
+        }
+    </script>
+</head>
+<body style="width:100%; height:100%;">
+    <div style="width:100%; height:100%;">
+        <img src="" style="width:100%; height:100%; max-width:100%; max-height:100%;"/>
+    </div>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to