Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / webgl / buffer-bind-test-expected.txt
blob0647dd9049d4e0404f71a94fd09b87cf6526dfe6
1 Checks a buffer can only be bound to 1 target.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Canvas.getContext
7 PASS context exists
9 PASS should be able to bind buffer.
10 PASS should be able to unbind buffer.
11 PASS should get INVALID_OPERATION if attempting to bind buffer to different target
12 PASS should be able to bind buffer.
13 PASS should be able to unbind buffer.
14 PASS should get INVALID_OPERATION if attempting to bind buffer to different target
16 PASS successfullyParsed is true
18 TEST COMPLETE