Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / clipboard-access-expected.txt
blob580ad49171a7484796229bdf42df44952785a1c0
1 This test checks whether javascript programs can access clipboard.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS whenEnabled('Copy') is 0
7 PASS whenEnabled('Cut') is 0
8 PASS whenEnabled('Paste') is 0
9 PASS whenEnabled('PasteAndMatchStyle') is 0
10 PASS successfullyParsed is true
12 TEST COMPLETE