repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
editing
/
pasteboard
/
copy-crash-with-extraneous-attribute.html
blob
19404965df2467e55e3936ddadca1e4d991b67e1
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>
9
10
<body
background
>
11
This test passes if it does not crash.
12
13
<script>
14
selectAllCommand
();
15
copyCommand
();
16
</script>
17
18
</html>