Title: [122661] trunk/LayoutTests
- Revision
- 122661
- Author
- [email protected]
- Date
- 2012-07-14 00:19:00 -0700 (Sat, 14 Jul 2012)
Log Message
Unreviewed GTK gardening, adding an image expectation for a test introduced
in r122651. Also creating platform-specific baselines for two File API tests
that behave differently because of function overloading problems but pass otherwise,
and skipping a test for correct viewport of sites with Mobile DTD which GTK port
does not (yet) support.
* platform/gtk/TestExpectations:
* platform/gtk/fast/files/create-blob-url-crash-expected.txt: Added.
* platform/gtk/fast/files/url-required-arguments-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (122660 => 122661)
--- trunk/LayoutTests/ChangeLog 2012-07-14 07:08:55 UTC (rev 122660)
+++ trunk/LayoutTests/ChangeLog 2012-07-14 07:19:00 UTC (rev 122661)
@@ -1,3 +1,15 @@
+2012-07-14 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK gardening, adding an image expectation for a test introduced
+ in r122651. Also creating platform-specific baselines for two File API tests
+ that behave differently because of function overloading problems but pass otherwise,
+ and skipping a test for correct viewport of sites with Mobile DTD which GTK port
+ does not (yet) support.
+
+ * platform/gtk/TestExpectations:
+ * platform/gtk/fast/files/create-blob-url-crash-expected.txt: Added.
+ * platform/gtk/fast/files/url-required-arguments-expected.txt: Added.
+
2012-07-13 Ryosuke Niwa <[email protected]>
Iterating backwards over HTMLCollection is O(n^2)
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (122660 => 122661)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2012-07-14 07:08:55 UTC (rev 122660)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2012-07-14 07:19:00 UTC (rev 122661)
@@ -41,13 +41,14 @@
//////////////////////////////////////////////////////////////////////////////////////////
// Feature disabled, see: https://bugs.webkit.org/show_bug.cgi?id=85425
-BUGWKGTK SKIP : fast/viewport/viewport-legacy-xhtmlmp.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-handheldfriendly.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-mobileoptimized-2.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-mobileoptimized-3.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-mobileoptimized.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-ordering-5.html = TEXT
BUGWKGTK SKIP : fast/viewport/viewport-legacy-ordering-6.html = TEXT
+BUGWKGTK SKIP : fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html = TEXT
+BUGWKGTK SKIP : fast/viewport/viewport-legacy-xhtmlmp.html = TEXT
// Ignored because we do not have OBJC bindings (via Chromium).
BUGWKGTK SKIP : editing/pasteboard/paste-RTFD.html = TEXT
@@ -995,9 +996,6 @@
BUGWK68278 : http/tests/history/back-with-fragment-change.php = TEXT
-BUGWK66045 : fast/files/create-blob-url-crash.html = TEXT
-BUGWK66045 : fast/files/url-required-arguments.html = TEXT
-
BUGWK68512 : accessibility/aria-hidden-updates-alldescendants.html = TEXT
BUGWK68855 : editing/selection/select-bidi-run.html = TEXT
@@ -1241,7 +1239,7 @@
// Skip tests in fast/text/shaping
BUGWK90951 SKIP : fast/text/shaping = PASS
-BUGWK91266 : fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html = TEXT
+BUGWK88684 : fast/text/descent-clip-in-scaled-page.html = IMAGE
//////////////////////////////////////////////////////////////////////////////////////////
// End of Tests failing
Added: trunk/LayoutTests/platform/gtk/fast/files/create-blob-url-crash-expected.txt (0 => 122661)
--- trunk/LayoutTests/platform/gtk/fast/files/create-blob-url-crash-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/files/create-blob-url-crash-expected.txt 2012-07-14 07:19:00 UTC (rev 122661)
@@ -0,0 +1,4 @@
+Test that createObjectURL with no argument should throw an exception.
+PASS: Type error
+DONE
+
Added: trunk/LayoutTests/platform/gtk/fast/files/url-required-arguments-expected.txt (0 => 122661)
--- trunk/LayoutTests/platform/gtk/fast/files/url-required-arguments-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/files/url-required-arguments-expected.txt 2012-07-14 07:19:00 UTC (rev 122661)
@@ -0,0 +1,10 @@
+Test required arguments of URL object.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+PASS webkitURL.createObjectURL() threw exception TypeError: Type error.
+PASS webkitURL.revokeObjectURL() threw exception TypeError: Not enough arguments.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes