Modified: trunk/LayoutTests/ChangeLog (210376 => 210377)
--- trunk/LayoutTests/ChangeLog 2017-01-05 22:18:36 UTC (rev 210376)
+++ trunk/LayoutTests/ChangeLog 2017-01-05 22:40:21 UTC (rev 210377)
@@ -1,3 +1,11 @@
+2017-01-05 Ryan Haddad <ryanhad...@apple.com>
+
+ Rebaseline fast/canvas/webgl/context-creation-attributes.html after r210372.
+
+ Unreviewed test gardening.
+
+ * fast/canvas/webgl/context-creation-attributes-expected.txt:
+
2017-01-05 Jeremy Jones <jere...@apple.com>
Update pointer-lock test expectations, enabling passing tests.
Modified: trunk/LayoutTests/fast/canvas/webgl/context-creation-attributes-expected.txt (210376 => 210377)
--- trunk/LayoutTests/fast/canvas/webgl/context-creation-attributes-expected.txt 2017-01-05 22:18:36 UTC (rev 210376)
+++ trunk/LayoutTests/fast/canvas/webgl/context-creation-attributes-expected.txt 2017-01-05 22:40:21 UTC (rev 210377)
@@ -1,6 +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,"preferLowPowerToHighPerformance":false,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
-{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"preferLowPowerToHighPerformance":false,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":true}
{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"preferLowPowerToHighPerformance":true,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
-{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":true,"preferLowPowerToHighPerformance":false,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"preferLowPowerToHighPerformance":true,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":true}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":false,"preferLowPowerToHighPerformance":true,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}
+{"alpha":true,"antialias":true,"depth":true,"failIfMajorPerformanceCaveat":true,"preferLowPowerToHighPerformance":true,"premultipliedAlpha":true,"preserveDrawingBuffer":false,"stencil":false}