Title: [171304] trunk/LayoutTests
Revision
171304
Author
[email protected]
Date
2014-07-21 10:30:29 -0700 (Mon, 21 Jul 2014)

Log Message

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:
* fast/inline/hidpi-selection-gap-overlaps-inline-selection.html: Use Ahem.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (171303 => 171304)


--- trunk/LayoutTests/ChangeLog	2014-07-21 17:14:15 UTC (rev 171303)
+++ trunk/LayoutTests/ChangeLog	2014-07-21 17:30:29 UTC (rev 171304)
@@ -1,3 +1,12 @@
+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:
+        * fast/inline/hidpi-selection-gap-overlaps-inline-selection.html: Use Ahem.
+
 2014-07-21  Alexey Proskuryakov  <[email protected]>
 
         REGRESSION(r150169): http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html fails

Modified: trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position-expected.html (171303 => 171304)


--- trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position-expected.html	2014-07-21 17:14:15 UTC (rev 171303)
+++ trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position-expected.html	2014-07-21 17:30:29 UTC (rev 171304)
@@ -5,6 +5,7 @@
 <style>
   div {
     font-size: 16px;
+    font-family: 'Ahem';
     height: 20px;
   }
 
@@ -18,7 +19,7 @@
 <body>
 <p id="container"></p>
 <div class=bckg style="left: 8px; top: 16px; width: 784px; height: 475px;"></div> 
-<div class=bckg style="left: 8px; top: 491px; width: 15.5px; height: 26px;"></div> 
+<div class=bckg style="left: 8px; top: 491px; width: 31.5px; height: 22px;"></div>
 <script>
   var container = document.getElementById("container");
   fontSize = 16;

Modified: trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position.html (171303 => 171304)


--- trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position.html	2014-07-21 17:14:15 UTC (rev 171303)
+++ trunk/LayoutTests/fast/inline/hidpi-selection-gap-on-subpixel-position.html	2014-07-21 17:30:29 UTC (rev 171304)
@@ -9,6 +9,7 @@
 
   div {
     font-size: 16px;
+    font-family: 'Ahem';
     height: 20px;
   }
 

Modified: trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html (171303 => 171304)


--- trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html	2014-07-21 17:14:15 UTC (rev 171303)
+++ trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection-expected.html	2014-07-21 17:30:29 UTC (rev 171304)
@@ -8,7 +8,7 @@
   }
   .bckg {
     width: 100%;
-    height: 30px;
+    height: 26px;
     background: rgba(255, 0, 0, 0.9);
     z-index: -10000;
   }

Modified: trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection.html (171303 => 171304)


--- trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection.html	2014-07-21 17:14:15 UTC (rev 171303)
+++ trunk/LayoutTests/fast/inline/hidpi-selection-gap-overlaps-inline-selection.html	2014-07-21 17:30:29 UTC (rev 171304)
@@ -7,7 +7,7 @@
     margin: 0px;
     color: rgba(255, 255, 255, 0);
     font-size: 26px;
-    font-family: '.LucidaGrandeUI';
+    font-family: 'Ahem';
   }
   ::selection {
     background: rgba(255, 0, 0, 0.9);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to