Title: [126151] trunk/LayoutTests
Revision
126151
Author
[email protected]
Date
2012-08-21 04:03:50 -0700 (Tue, 21 Aug 2012)

Log Message

Fix range-hit-test-with-padding.html by removing unnecessary part.

Unreviewed.

* fast/forms/range/range-hit-test-with-padding.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126150 => 126151)


--- trunk/LayoutTests/ChangeLog	2012-08-21 10:22:54 UTC (rev 126150)
+++ trunk/LayoutTests/ChangeLog	2012-08-21 11:03:50 UTC (rev 126151)
@@ -1,3 +1,11 @@
+2012-08-21  Keishi Hattori  <[email protected]>
+
+        Fix range-hit-test-with-padding.html by removing unnecessary part.
+
+        Unreviewed.
+
+        * fast/forms/range/range-hit-test-with-padding.html:
+
 2012-08-21  János Badics  <[email protected]>
 
         [Qt] Gardening. Skip new failing tests.

Modified: trunk/LayoutTests/fast/forms/range/range-hit-test-with-padding.html (126150 => 126151)


--- trunk/LayoutTests/fast/forms/range/range-hit-test-with-padding.html	2012-08-21 10:22:54 UTC (rev 126150)
+++ trunk/LayoutTests/fast/forms/range/range-hit-test-with-padding.html	2012-08-21 11:03:50 UTC (rev 126151)
@@ -2,14 +2,6 @@
 <html>
 <head>
 <script src=""
-<style>
-input::before {
-  content: "lorem ipsum";
-  display: inline-block;
-  height: 20px;
-  background-color: red;
-}
-</style>
 </head>
 <body>
 <p id="description">Clicking middle of input type=range with padding should set the value to middle.</p>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to