Title: [182814] trunk/LayoutTests
Revision
182814
Author
[email protected]
Date
2015-04-14 14:55:46 -0700 (Tue, 14 Apr 2015)

Log Message

Set the font size to 11px explicitly to try to fix this test on Windows.

* fast/forms/listbox-visible-size.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (182813 => 182814)


--- trunk/LayoutTests/ChangeLog	2015-04-14 21:42:00 UTC (rev 182813)
+++ trunk/LayoutTests/ChangeLog	2015-04-14 21:55:46 UTC (rev 182814)
@@ -1,3 +1,9 @@
+2015-04-14  Simon Fraser  <[email protected]>
+
+        Set the font size to 11px explicitly to try to fix this test on Windows.
+
+        * fast/forms/listbox-visible-size.html:
+
 2015-04-14  Alexey Proskuryakov  <[email protected]>
 
         inspector/console/console-api.html is very slow, frequently timing out

Modified: trunk/LayoutTests/fast/forms/listbox-visible-size.html (182813 => 182814)


--- trunk/LayoutTests/fast/forms/listbox-visible-size.html	2015-04-14 21:42:00 UTC (rev 182813)
+++ trunk/LayoutTests/fast/forms/listbox-visible-size.html	2015-04-14 21:55:46 UTC (rev 182814)
@@ -4,6 +4,7 @@
 <head>
     <style>
         select {
+            font-size: 11x;
             width: 12em;
         }
     </style>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to