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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-after-destroy-iframe-expected.txt

Issue 2671853004: Use testharness.js instead of js-test.js in LayoutTests/fast/canvas tests. (Closed)
Patch Set: Corrections Created 3 years, 10 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
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 check if re-parenting canvas keeps its context.
5 PASS data[0] is 255
6 PASS data[1] is 0
7 PASS data[2] is 0
8 PASS data[0] is 255
9 PASS data[1] is 0
10 PASS data[2] is 0
11 check if detaching canvas loses its context.
12 PASS data[0] is 255
13 PASS data[1] is 0
14 PASS data[2] is 0
15 PASS data[0] is 0
16 PASS data[1] is 0
17 PASS data[2] is 0
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698