Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / copy-crash-with-extraneous-attribute.html
blob19404965df2467e55e3936ddadca1e4d991b67e1
1 <html>
2 <head>
3 <script src=../editing.js language="JavaScript" type="text/JavaScript" ></script>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpAsText();
7 </script>
8 </head>
10 <body background>
11 This test passes if it does not crash.
13 <script>
14 selectAllCommand();
15 copyCommand();
16 </script>
18 </html>