Title: [118972] trunk/LayoutTests
Revision
118972
Author
[email protected]
Date
2012-05-30 14:22:18 -0700 (Wed, 30 May 2012)

Log Message

[EFL] Unreviewed gardening in fast/parser.

Unskip a passing test that just needed a baseline and update the
PNGs for a few ones which were already passing.

* platform/efl/Skipped:
* platform/efl/fast/parser/001-expected.png:
* platform/efl/fast/parser/bad-xml-slash-expected.png:
* platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
* platform/efl/fast/parser/document-write-option-expected.png:
* platform/efl/fast/parser/entity-comment-in-style-expected.png:
* platform/efl/fast/parser/entity-comment-in-style-expected.txt:
* platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
* platform/efl/fast/parser/fonts-expected.png:
* platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
* platform/efl/fast/parser/open-comment-in-style-expected.png:
* platform/efl/fast/parser/open-comment-in-textarea-expected.png:
* platform/efl/fast/parser/title-error-test-expected.png:
* platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
* platform/efl/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118971 => 118972)


--- trunk/LayoutTests/ChangeLog	2012-05-30 21:12:55 UTC (rev 118971)
+++ trunk/LayoutTests/ChangeLog	2012-05-30 21:22:18 UTC (rev 118972)
@@ -1,3 +1,26 @@
+2012-05-30  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Unreviewed gardening in fast/parser.
+
+        Unskip a passing test that just needed a baseline and update the
+        PNGs for a few ones which were already passing.
+
+        * platform/efl/Skipped:
+        * platform/efl/fast/parser/001-expected.png:
+        * platform/efl/fast/parser/bad-xml-slash-expected.png:
+        * platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
+        * platform/efl/fast/parser/document-write-option-expected.png:
+        * platform/efl/fast/parser/entity-comment-in-style-expected.png:
+        * platform/efl/fast/parser/entity-comment-in-style-expected.txt:
+        * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
+        * platform/efl/fast/parser/fonts-expected.png:
+        * platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
+        * platform/efl/fast/parser/open-comment-in-style-expected.png:
+        * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
+        * platform/efl/fast/parser/title-error-test-expected.png:
+        * platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
+        * platform/efl/test_expectations.txt:
+
 2012-05-30  Tony Chang  <[email protected]>
 
         rename flexbox css values from justify and distribute to space-between and space-around

Modified: trunk/LayoutTests/platform/efl/Skipped (118971 => 118972)


--- trunk/LayoutTests/platform/efl/Skipped	2012-05-30 21:12:55 UTC (rev 118971)
+++ trunk/LayoutTests/platform/efl/Skipped	2012-05-30 21:22:18 UTC (rev 118972)
@@ -920,8 +920,6 @@
 fast/multicol
 fast/overflow/overflow-float-stacking.html
 fast/overflow/overflow-stacking.html
-fast/parser/entity-comment-in-style.html
-fast/parser/nested-fragment-parser-crash.html
 fast/preloader/first-base-tag-scanned-wins.html
 fast/preloader/first-base-tag-wins.html
 fast/preloader/understands-base-tag.html

Modified: trunk/LayoutTests/platform/efl/fast/parser/001-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/bad-xml-slash-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/document-write-option-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-style-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-style-expected.txt (118971 => 118972)


--- trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-style-expected.txt	2012-05-30 21:12:55 UTC (rev 118971)
+++ trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-style-expected.txt	2012-05-30 21:22:18 UTC (rev 118972)
@@ -3,9 +3,9 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x571
-      RenderBlock (anonymous) at (0,0) size 784x19
+      RenderBlock (anonymous) at (0,0) size 784x18
         RenderText {#text} at (0,0) size 547x19
           text run at (0,0) width 547: "--> */ h1 { background-color: red; } /* This comment should not be part of the style. */"
-      RenderBlock {H1} at (0,40) size 784x37
+      RenderBlock {H1} at (0,39) size 784x37
         RenderText {#text} at (0,0) size 604x36
           text run at (0,0) width 604: "This text should not have a red background."

Modified: trunk/LayoutTests/platform/efl/fast/parser/entity-comment-in-textarea-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/fonts-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/open-comment-in-style-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/open-comment-in-textarea-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/title-error-test-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/fast/parser/xhtml-alternate-entities-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/efl/test_expectations.txt (118971 => 118972)


--- trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-30 21:12:55 UTC (rev 118971)
+++ trunk/LayoutTests/platform/efl/test_expectations.txt	2012-05-30 21:22:18 UTC (rev 118972)
@@ -690,3 +690,6 @@
 BUGWK86637 : editing/spelling/spellcheck-queue.html = TEXT
 BUGWK86637 : editing/spelling/spellcheck-sequencenum.html = TEXT
 BUGWK86637 : editing/spelling/spelling-marker-description.html = TEXT
+
+// It is unclear whether a new baseline is needed or it is a JSC failure
+BUGWK77413 : fast/parser/nested-fragment-parser-crash.html = TEXT
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to