Title: [171309] trunk/LayoutTests
Revision
171309
Author
[email protected]
Date
2014-07-21 11:34:02 -0700 (Mon, 21 Jul 2014)

Log Message

Unreviewed hidpi test gardening.

Use Ahem font to ensure font size predictability.

* fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present-expected.html:
* fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (171308 => 171309)


--- trunk/LayoutTests/ChangeLog	2014-07-21 18:31:53 UTC (rev 171308)
+++ trunk/LayoutTests/ChangeLog	2014-07-21 18:34:02 UTC (rev 171309)
@@ -2,6 +2,15 @@
 
         Unreviewed hidpi test gardening.
 
+        Use Ahem font to ensure font size predictability.
+
+        * fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present-expected.html:
+        * fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html:
+
+2014-07-21  Zalan Bujtas  <[email protected]>
+
+        Unreviewed hidpi test gardening.
+
         * fast/inline/hidpi-selection-gap-on-subpixel-position-expected.html:
         * fast/inline/hidpi-selection-gap-on-subpixel-position.html: Speculative fix.
         * fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html:

Modified: trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present-expected.html (171308 => 171309)


--- trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present-expected.html	2014-07-21 18:31:53 UTC (rev 171308)
+++ trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present-expected.html	2014-07-21 18:34:02 UTC (rev 171309)
@@ -4,17 +4,17 @@
   <style>
     fieldset {
       position: fixed;
-      top: 8.5px;
+      top: 4.5px;
       left: 0px;
-      width: 25px;
-      height: 8px;
+      width: 34px;
+      height: 4px;
     }
     
     div {
       position: fixed;
       top: 0px;
       left: 16px;
-      width: 25px;
+      width: 34px;
       height: 20px;
       background-color: white;
     }

Modified: trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html (171308 => 171309)


--- trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html	2014-07-21 18:31:53 UTC (rev 171308)
+++ trunk/LayoutTests/fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html	2014-07-21 18:34:02 UTC (rev 171309)
@@ -9,14 +9,15 @@
     }
     
     legend {
-      font-size: 16px;
+      font-family: "Ahem";
+      font-size: 10px;
     }
     
     div {
       position: fixed;
       top: 0px;
       left: 18px;
-      width: 21px;
+      width: 30px;
       height: 20px;
       background-color: white;
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to