Title: [248599] trunk/LayoutTests
Revision
248599
Author
[email protected]
Date
2019-08-13 10:16:28 -0700 (Tue, 13 Aug 2019)

Log Message

Incorrect head in fast/canvas/webgl/gl-get-calls.html causes test failure
https://bugs.webkit.org/show_bug.cgi?id=200673

Patch by Chris Lord <[email protected]> on 2019-08-13
Reviewed by Alexey Proskuryakov.

* fast/canvas/webgl/gl-get-calls.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (248598 => 248599)


--- trunk/LayoutTests/ChangeLog	2019-08-13 17:12:43 UTC (rev 248598)
+++ trunk/LayoutTests/ChangeLog	2019-08-13 17:16:28 UTC (rev 248599)
@@ -1,3 +1,12 @@
+2019-08-13  Chris Lord  <[email protected]>
+
+        Incorrect head in fast/canvas/webgl/gl-get-calls.html causes test failure
+        https://bugs.webkit.org/show_bug.cgi?id=200673
+
+        Reviewed by Alexey Proskuryakov.
+
+        * fast/canvas/webgl/gl-get-calls.html:
+
 2019-08-12  Ryosuke Niwa  <[email protected]>
 
         FrameLoader::open can execute scritps via style recalc in Frame::setDocument

Modified: trunk/LayoutTests/fast/canvas/webgl/gl-get-calls.html (248598 => 248599)


--- trunk/LayoutTests/fast/canvas/webgl/gl-get-calls.html	2019-08-13 17:12:43 UTC (rev 248598)
+++ trunk/LayoutTests/fast/canvas/webgl/gl-get-calls.html	2019-08-13 17:16:28 UTC (rev 248599)
@@ -1,4 +1,5 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
+<!DOCTYPE html>
+<html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>WebGL gl calls Conformance Tests</title>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to