Title: [185171] trunk/LayoutTests
Revision
185171
Author
dba...@webkit.org
Date
2015-06-03 15:29:38 -0700 (Wed, 03 Jun 2015)

Log Message

AutoFill button should not be shown in read-only or disabled field
https://bugs.webkit.org/show_bug.cgi?id=145579
<rdar://problem/21212494>

Update expected result for Windows that I inadvertently modified in <http://trac.webkit.org/changeset/185166>.

* platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (185170 => 185171)


--- trunk/LayoutTests/ChangeLog	2015-06-03 22:00:28 UTC (rev 185170)
+++ trunk/LayoutTests/ChangeLog	2015-06-03 22:29:38 UTC (rev 185171)
@@ -1,3 +1,13 @@
+2015-06-03  Daniel Bates  <daba...@apple.com>
+
+        AutoFill button should not be shown in read-only or disabled field
+        https://bugs.webkit.org/show_bug.cgi?id=145579
+        <rdar://problem/21212494>
+
+        Update expected result for Windows that I inadvertently modified in <http://trac.webkit.org/changeset/185166>.
+
+        * platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt:
+
 2015-06-03  Zalan Bujtas  <za...@apple.com>
 
         [iOS] Skip compositing/layer-creation/zoomed-clip-intersection.html

Modified: trunk/LayoutTests/platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt (185170 => 185171)


--- trunk/LayoutTests/platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt	2015-06-03 22:00:28 UTC (rev 185170)
+++ trunk/LayoutTests/platform/win/fast/forms/auto-fill-button/input-auto-fill-button-expected.txt	2015-06-03 22:29:38 UTC (rev 185171)
@@ -9,29 +9,29 @@
       RenderBlock {DIV} at (0,34) size 784x25
         RenderTextControl {INPUT} at (2,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
           RenderFlexibleBox {DIV} at (2,3) size 145x15
-            RenderBlock {DIV} at (0,0) size 129x15
+            RenderBlock {DIV} at (0,0) size 125x15
         RenderText {#text} at (153,3) size 4x18
           text run at (153,3) width 4: " "
         RenderTextControl {INPUT} at (159,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
           RenderFlexibleBox {DIV} at (2,3) size 145x15
-            RenderBlock {DIV} at (0,0) size 129x15
+            RenderBlock {DIV} at (0,0) size 125x15
         RenderText {#text} at (310,3) size 4x18
           text run at (310,3) width 4: " "
         RenderTextControl {INPUT} at (316,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
           RenderFlexibleBox {DIV} at (2,3) size 145x15
-            RenderBlock {DIV} at (0,0) size 129x15
+            RenderBlock {DIV} at (0,0) size 125x15
         RenderTextControl {INPUT} at (469,2) size 149x21 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
-layer at (12,47) size 129x15
-  RenderBlock {DIV} at (0,0) size 129x15
-layer at (169,47) size 129x15
-  RenderBlock {DIV} at (0,0) size 129x15
-layer at (326,47) size 129x15
-  RenderBlock {DIV} at (0,0) size 129x15
+layer at (12,47) size 125x15
+  RenderBlock {DIV} at (0,0) size 125x15
+layer at (169,47) size 125x15
+  RenderBlock {DIV} at (0,0) size 125x15
+layer at (326,47) size 125x15
+  RenderBlock {DIV} at (0,0) size 125x15
 layer at (479,47) size 145x15
   RenderBlock {DIV} at (2,3) size 145x15
-layer at (141,47) size 16x15
-  RenderImage {DIV} at (129,0) size 16x15
-layer at (298,47) size 16x15
-  RenderImage {DIV} at (129,0) size 16x15
-layer at (455,47) size 16x15
-  RenderImage {DIV} at (129,0) size 16x15
+layer at (140,49) size 15x12
+  RenderBlock {DIV} at (128,1) size 15x13 [bgcolor=#000000]
+layer at (297,49) size 15x12
+  RenderBlock {DIV} at (128,1) size 15x13 [bgcolor=#000000]
+layer at (454,49) size 15x12
+  RenderBlock {DIV} at (128,1) size 15x13 [bgcolor=#000000]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to