Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / editor / text-editor-smart-braces-expected.txt
blobc2d46de572943238d9eb79436a58754aab63ad70
1 This test checks text editor smart braces functionality.
4 Running: testTypeBraceSequence
5 ({[|]})
7 Running: testBraceOverride
8 ({[]})|
10 Running: testQuotesToCloseStringLiterals
11 'Hello"'|
13 Running: testQuotesToCloseStringLiteralInsideLine
14 console.log("information"|);