Modified: trunk/LayoutTests/ChangeLog (212685 => 212686)
--- trunk/LayoutTests/ChangeLog 2017-02-21 00:34:37 UTC (rev 212685)
+++ trunk/LayoutTests/ChangeLog 2017-02-21 00:35:08 UTC (rev 212686)
@@ -1,3 +1,12 @@
+2017-02-20 Ryan Haddad <[email protected]>
+
+ Add mac-wk1 baseline for fast/canvas/webgl/context-creation-attributes.html
+ https://bugs.webkit.org/show_bug.cgi?id=168623
+
+ Unreviewed test gardening.
+
+ * platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt: Added.
+
2017-02-20 John Wilander <[email protected]>
Resource Load Statistics: Add alternate classification method
Added: trunk/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt (0 => 212686)
--- trunk/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/mac-wk1/fast/canvas/webgl/context-creation-attributes-expected.txt 2017-02-21 00:35:08 UTC (rev 212686)
@@ -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}