Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger-pause / pause-in-inline-script-expected.txt
blobf5bb28d1b7e448928a87364e5b5de027242ed217
1 Tests that main resource script text is correct when paused in inline script on reload. Bug 77548.
3 Did load front-end
4 Paused: false
5 didPauseAfterReload
6 Source strings corresponding to the call stack:
7 Script execution paused.
8 Frame 0) line 6, content: </script><script>function f1() { debugger; }</script> (must be part of function 'f1')
9 Frame 1) line 8, content: function f2() { return f1(); } (must be part of function 'f2')
10 Frame 2) line 14, content:     return f2(); (must be part of function 'f3')
11 Frame 3) line 16, content: f3(); (must be part of function '')
12 Script execution resumed.
13 didResume
14 Page reloaded.
15 didReload