Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/OffscreenCanvas-getContext2D-expected.txt

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make OffscreenCanvasRenderingContext Modules exportable" Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Test for crbug.com/271451. The calendar picker should not change the time part o f datetime-local field. 1 Tests basic functionalities of offscreenCanvas.getContext on the main thread
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getUserAgentShadowTextContent(input) is "1999-07-31 12:59" 6 PASS aCanvas.width is 40
7 PASS getUserAgentShadowTextContent(input) is "1999-07-31 12:59" 7 PASS aCanvas.height is 60
8 PASS highlightedValue() is "1999-08-01" 8 PASS aCanvas.width is 110
9 PASS getUserAgentShadowTextContent(input) is "1999-08-01 12:59" 9 PASS aCanvas.height is 90
10 PASS aCanvas.width is 0
11 PASS ctx = aCanvas.getContext('2d') did not throw exception.
12 PASS ctx is an instance of OffscreenCanvasRenderingContext2D
13 PASS ctx2 is null
14 PASS ctx3 is non-null.
15 PASS ctx3 == ctx is true
16 PASS bogusCtx is null
10 PASS successfullyParsed is true 17 PASS successfullyParsed is true
11 18
12 TEST COMPLETE 19 TEST COMPLETE
13 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698