Title: [90175] trunk/LayoutTests
Revision
90175
Author
[email protected]
Date
2011-06-30 16:05:33 -0700 (Thu, 30 Jun 2011)

Log Message

2011-06-30  Alan Stearns  <[email protected]>

        Reviewed by Tony Chang.

        Modify Skipped files so that future css exclusions LayoutTests are
        skipped by default.

        [CSSExclusions] Add test and skip entries
        https://bugs.webkit.org/show_bug.cgi?id=63751

        * fast/exclusions/triangle-exclusion.html: Added.
        * platform/chromium/test_expectations.txt:
        * platform/gtk/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (90174 => 90175)


--- trunk/LayoutTests/ChangeLog	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/ChangeLog	2011-06-30 23:05:33 UTC (rev 90175)
@@ -1,3 +1,20 @@
+2011-06-30  Alan Stearns  <[email protected]>
+
+        Reviewed by Tony Chang.
+
+        Modify Skipped files so that future css exclusions LayoutTests are
+        skipped by default.
+
+        [CSSExclusions] Add test and skip entries
+        https://bugs.webkit.org/show_bug.cgi?id=63751
+
+        * fast/exclusions/triangle-exclusion.html: Added.
+        * platform/chromium/test_expectations.txt:
+        * platform/gtk/Skipped:
+        * platform/mac/Skipped:
+        * platform/qt/Skipped:
+        * platform/win/Skipped:
+
 2011-06-30  Julien Chaffraix  <[email protected]>
 
         Reviewed by Nikolas Zimmermann.

Added: trunk/LayoutTests/fast/exclusions/triangle-exclusion.html (0 => 90175)


--- trunk/LayoutTests/fast/exclusions/triangle-exclusion.html	                        (rev 0)
+++ trunk/LayoutTests/fast/exclusions/triangle-exclusion.html	2011-06-30 23:05:33 UTC (rev 90175)
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+
+<html>
+<head>
+
+    <!-- This test is empty for now, as the syntax for exclusions
+     is still under discussion. When we have a new spec draft
+     available this test will define a triangular exclusion on the
+     left side of the window and flow two lines of content next to
+     it. Validation should check that the second line box is
+     positioned farther right and has less width than the first
+     line box (this will be described in the test content, and
+     checked by a DumpRenderTree result) -->
+
+    <style type="text/css">
+    </style>
+</head>
+<body>
+</body>
+</html>
\ No newline at end of file

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (90174 => 90175)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-06-30 23:05:33 UTC (rev 90175)
@@ -3952,6 +3952,9 @@
 // CSS Regions support not yet enabled.
 BUGWK57312 SKIP : fast/regions = PASS
 
+// CSS Exclusions support not yet enabled.
+BUGWK57311 SKIP : fast/exclusions = PASS
+
 BUGCR85755 : fast/js/exception-properties.html = TEXT
 
 BUGWK62430 WIN LINUX : fast/dom/HTMLProgressElement/indeterminate-progress-001.html = FAIL

Modified: trunk/LayoutTests/platform/gtk/Skipped (90174 => 90175)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-06-30 23:05:33 UTC (rev 90175)
@@ -1539,6 +1539,9 @@
 # CSS Regions support not yet enabled. http://webkit.org/b/57312
 fast/regions
 
+# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
+fast/exclusions
+
 # [GTK] DumpRenderTree doesn't block external requests
 # https://bugs.webkit.org/show_bug.cgi?id=62585
 fast/workers/worker-crash-with-invalid-location.html

Modified: trunk/LayoutTests/platform/mac/Skipped (90174 => 90175)


--- trunk/LayoutTests/platform/mac/Skipped	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/platform/mac/Skipped	2011-06-30 23:05:33 UTC (rev 90175)
@@ -373,6 +373,9 @@
 # CSS Regions support not yet enabled. http://webkit.org/b/57312
 fast/regions
 
+# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
+fast/exclusions
+
 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540)
 http/tests/security/isolatedWorld/cross-origin-xhr.html
 

Modified: trunk/LayoutTests/platform/qt/Skipped (90174 => 90175)


--- trunk/LayoutTests/platform/qt/Skipped	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-06-30 23:05:33 UTC (rev 90175)
@@ -139,6 +139,9 @@
 # CSS Regions support not yet enabled. http://webkit.org/b/57312
 fast/regions
 
+# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
+fast/exclusions
+
 # USE(V8)
 
 # v8 i18n extension.

Modified: trunk/LayoutTests/platform/win/Skipped (90174 => 90175)


--- trunk/LayoutTests/platform/win/Skipped	2011-06-30 22:39:13 UTC (rev 90174)
+++ trunk/LayoutTests/platform/win/Skipped	2011-06-30 23:05:33 UTC (rev 90175)
@@ -1337,5 +1337,8 @@
 # CSS Regions support not yet enabled. http://webkit.org/b/57312
 fast/regions
 
+# CSS Exclusions support not yet enabled. http://webkit.org/b/57311
+fast/exclusions
+
 # Causes a SyntaxError (http://webkit.org/b/62595).
 fast/workers/worker-crash-with-invalid-location.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to