Title: [185787] trunk/LayoutTests
- Revision
- 185787
- Author
- [email protected]
- Date
- 2015-06-19 18:46:17 -0700 (Fri, 19 Jun 2015)
Log Message
Extremely large canvas crashes on pre-El Capitan machines
https://bugs.webkit.org/show_bug.cgi?id=146169
<rdar://problem/21410046>
Update expected results.
* fast/canvas/canvas-toDataURL-crash-expected.txt:
* fast/canvas/canvas-too-large-to-draw-expected.txt:
* fast/canvas/pattern-too-large-to-create-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (185786 => 185787)
--- trunk/LayoutTests/ChangeLog 2015-06-20 01:24:55 UTC (rev 185786)
+++ trunk/LayoutTests/ChangeLog 2015-06-20 01:46:17 UTC (rev 185787)
@@ -1,3 +1,15 @@
+2015-06-19 Dean Jackson <[email protected]>
+
+ Extremely large canvas crashes on pre-El Capitan machines
+ https://bugs.webkit.org/show_bug.cgi?id=146169
+ <rdar://problem/21410046>
+
+ Update expected results.
+
+ * fast/canvas/canvas-toDataURL-crash-expected.txt:
+ * fast/canvas/canvas-too-large-to-draw-expected.txt:
+ * fast/canvas/pattern-too-large-to-create-expected.txt:
+
2015-06-19 Devin Rousso <[email protected]>
Web Inspector: Highlight currently edited CSS selector
Modified: trunk/LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt (185786 => 185787)
--- trunk/LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt 2015-06-20 01:24:55 UTC (rev 185786)
+++ trunk/LayoutTests/fast/canvas/canvas-toDataURL-crash-expected.txt 2015-06-20 01:46:17 UTC (rev 185787)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 268435456).
+CONSOLE MESSAGE: line 6: Canvas area exceeds the maximum limit (width * height > 67108864).
PASS
Calling toDataURL() on a huge canvas shouldn't crash. If the text above is "PASS", the test passed.
Modified: trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt (185786 => 185787)
--- trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt 2015-06-20 01:24:55 UTC (rev 185786)
+++ trunk/LayoutTests/fast/canvas/canvas-too-large-to-draw-expected.txt 2015-06-20 01:46:17 UTC (rev 185787)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 268435456).
+CONSOLE MESSAGE: line 35: Canvas area exceeds the maximum limit (width * height > 67108864).
Modified: trunk/LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt (185786 => 185787)
--- trunk/LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt 2015-06-20 01:24:55 UTC (rev 185786)
+++ trunk/LayoutTests/fast/canvas/pattern-too-large-to-create-expected.txt 2015-06-20 01:46:17 UTC (rev 185787)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 268435456).
+CONSOLE MESSAGE: line 18: Canvas area exceeds the maximum limit (width * height > 67108864).
PASS: Saw exception.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes