Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / console / only-one-deprecation-warning.html
blobb11b95d97b93af5f7787652cda53fe3d4dc4f028
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
8 var x = window.webkitStorageInfo;
9 var y = window.webkitStorageInfo;
10 </script>
11 </head>
12 <body>
13 This test passes if only one deprecation warning is presented in the console.
14 </body>
15 </html>