Title: [135296] trunk/LayoutTests
Revision
135296
Author
commit-qu...@webkit.org
Date
2012-11-20 10:40:36 -0800 (Tue, 20 Nov 2012)

Log Message

[CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
https://bugs.webkit.org/show_bug.cgi?id=102729

Patch by Hans Muller <hmul...@adobe.com> on 2012-11-20
Reviewed by Dirk Schulze.

Corrected the dimensions of the border elements in two exclusions tests.  They
define a rectangle that's five pixels larger than the tests' rectangular
shape-inside exclusions shapes.  They now enclose the shape-inside element's
text contents.

* fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
* fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
* fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
* fast/exclusions/shape-inside/shape-inside-vertical-text.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (135295 => 135296)


--- trunk/LayoutTests/ChangeLog	2012-11-20 18:30:34 UTC (rev 135295)
+++ trunk/LayoutTests/ChangeLog	2012-11-20 18:40:36 UTC (rev 135296)
@@ -1,3 +1,20 @@
+2012-11-20  Hans Muller  <hmul...@adobe.com>
+
+        [CSS Exclusions] writing-mode:vertical-rl shape-inside tests are incorrectly configured
+        https://bugs.webkit.org/show_bug.cgi?id=102729
+
+        Reviewed by Dirk Schulze.
+
+        Corrected the dimensions of the border elements in two exclusions tests.  They
+        define a rectangle that's five pixels larger than the tests' rectangular
+        shape-inside exclusions shapes.  They now enclose the shape-inside element's
+        text contents.
+
+        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html:
+        * fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html:
+        * fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html:
+        * fast/exclusions/shape-inside/shape-inside-vertical-text.html:
+
 2012-11-20  Xabier Rodriguez Calvar  <calva...@igalia.com>
 
         [GTK] fast/hidpi/video-controls-in-hidpi.html and fast/layers/video-layer.html need new baseline

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html (135295 => 135296)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html	2012-11-20 18:30:34 UTC (rev 135295)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle-expected.html	2012-11-20 18:40:36 UTC (rev 135296)
@@ -24,10 +24,10 @@
     }
     #border {
         position: absolute;
-        top: 13px;
-        left: 18px;
-        width: 150px;
-        height: 175px;
+        top: 15px;
+        left: 10px;
+        width: 160px;
+        height: 185px;
         border: 2px solid blue;
     }
 </style>

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html (135295 => 135296)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html	2012-11-20 18:30:34 UTC (rev 135295)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-polygon-rectangle.html	2012-11-20 18:40:36 UTC (rev 135296)
@@ -28,10 +28,10 @@
     }
     #border {
         position: absolute;
-        top: 13px;
-        left: 18px;
-        width: 150px;
-        height: 175px;
+        top: 15px;
+        left: 10px;
+        width: 160px;
+        height: 185px;
         border: 2px solid blue;
     }
 </style>

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html (135295 => 135296)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html	2012-11-20 18:30:34 UTC (rev 135295)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text-expected.html	2012-11-20 18:40:36 UTC (rev 135296)
@@ -18,10 +18,10 @@
     }
     #border {
         position: absolute;
-        top: 13px;
-        left: 18px;
-        width: 150px;
-        height: 175px;
+        top: 15px;
+        left: 10px;
+        width: 160px;
+        height: 185px;
         border: 2px solid blue;
     }
 </style>

Modified: trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text.html (135295 => 135296)


--- trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text.html	2012-11-20 18:30:34 UTC (rev 135295)
+++ trunk/LayoutTests/fast/exclusions/shape-inside/shape-inside-vertical-text.html	2012-11-20 18:40:36 UTC (rev 135296)
@@ -22,10 +22,10 @@
     }
     #border {
         position: absolute;
-        top: 13px;
-        left: 18px;
-        width: 150px;
-        height: 175px;
+        top: 15px;
+        left: 10px;
+        width: 160px;
+        height: 185px;
         border: 2px solid blue;
     }
 </style>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to