Title: [123236] trunk/LayoutTests
Revision
123236
Author
zandober...@gmail.com
Date
2012-07-20 11:02:17 -0700 (Fri, 20 Jul 2012)

Log Message

Unreviewed GTK gardening.

Generating baselines for two input placeholder tests that fail. The image
baselines used are from Chromium Linux that clearly denote what's missing
in the GTK port's output for these two tests, ignoring other marginal
rendering differences.

* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
* platform/gtk/fast/forms/textarea: Added.
* platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (123235 => 123236)


--- trunk/LayoutTests/ChangeLog	2012-07-20 18:01:29 UTC (rev 123235)
+++ trunk/LayoutTests/ChangeLog	2012-07-20 18:02:17 UTC (rev 123236)
@@ -1,3 +1,19 @@
+2012-07-20  Zan Dobersek  <zandober...@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Generating baselines for two input placeholder tests that fail. The image
+        baselines used are from Chromium Linux that clearly denote what's missing
+        in the GTK port's output for these two tests, ignoring other marginal
+        rendering differences.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
+        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
+        * platform/gtk/fast/forms/textarea: Added.
+        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
+        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
+
 2012-07-20  Luciano Wolf  <luciano.w...@openbossa.org>
 
         Fix missing css1/text_properties/text_transform.html results (txt)

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (123235 => 123236)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-07-20 18:01:29 UTC (rev 123235)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-07-20 18:02:17 UTC (rev 123236)
@@ -1076,8 +1076,8 @@
 BUGWK78673 : svg/animations/animate-text-nested-transforms.html = TEXT
 
 BUGWK73409 : fast/forms/textarea-placeholder-set-attribute.html = IMAGE
-BUGWK73409 : fast/forms/textarea/textarea-placeholder-paint-order.html = MISSING
-BUGWK73409 : fast/forms/input-placeholder-paint-order.html = MISSING
+BUGWK73409 : fast/forms/textarea/textarea-placeholder-paint-order.html = IMAGE
+BUGWK73409 : fast/forms/input-placeholder-paint-order.html = IMAGE
 
 BUGWK73653 : fast/forms/range/slider-in-multi-column.html = TEXT
 

Added: trunk/LayoutTests/platform/gtk/fast/forms/input-placeholder-paint-order-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/gtk/fast/forms/input-placeholder-paint-order-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt (0 => 123236)


--- trunk/LayoutTests/platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt	2012-07-20 18:02:17 UTC (rev 123236)
@@ -0,0 +1,5 @@
+This test is meaningfull only if RenderTheme::shouldShowPlaceholderWhenFocused() returns true.
+
+The green caret in the following text box should painted over the red placeholder text.
+
+

Added: trunk/LayoutTests/platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt (0 => 123236)


--- trunk/LayoutTests/platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt	2012-07-20 18:02:17 UTC (rev 123236)
@@ -0,0 +1,5 @@
+This test is meaningfull only if RenderTheme::shouldShowPlaceholderWhenFocused() returns true.
+
+The green caret in the following text box should painted over the red placeholder text.
+
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to