Title: [214094] branches/safari-603.1.30.0-branch/LayoutTests
Revision
214094
Author
ryanhad...@apple.com
Date
2017-03-16 21:33:13 -0700 (Thu, 16 Mar 2017)

Log Message

Add baseline for fast/canvas/webgl/context-creation-attributes.html.
Unreviewed test gardening.

* platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog (214093 => 214094)


--- branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog	2017-03-17 02:14:28 UTC (rev 214093)
+++ branches/safari-603.1.30.0-branch/LayoutTests/ChangeLog	2017-03-17 04:33:13 UTC (rev 214094)
@@ -1,7 +1,14 @@
 2017-03-16  Ryan Haddad  <ryanhad...@apple.com>
 
+        Add baseline for fast/canvas/webgl/context-creation-attributes.html.
         Unreviewed test gardening.
 
+        * platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt: Added.
+
+2017-03-16  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening.
+
         * TestExpectations:
         * compositing/canvas/accelerated-canvas-compositing-size-limit-expected.txt:
         * pageoverlay/overlay-remove-reinsert-view-expected.txt:

Added: branches/safari-603.1.30.0-branch/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt (0 => 214094)


--- branches/safari-603.1.30.0-branch/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt	                        (rev 0)
+++ branches/safari-603.1.30.0-branch/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt	2017-03-17 04:33:13 UTC (rev 214094)
@@ -0,0 +1,6 @@
+Note that some of the values tested here might not be supported, and thus should return the default values.
+
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"powerPreference":"low-power","premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"powerPreference":"low-power","premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":true}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"powerPreference":"low-power","premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":true,"powerPreference":"low-power","premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to