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
/
fast
/
dom
/
Document
/
createProcessingInstruction-invalid-data.html
blob
04eea69e3d6a17f321704d8eb02d20eb56e0ac65
1
<!doctype
html
>
2
<html>
3
<head>
4
<script
src
=
"../../../resources/js-test.js"
></script>
5
</head>
6
<body>
7
<script>
8
[
'?>'
,
'foo?>bar'
].
forEach
(
function
(
data
)
9
{
10
shouldThrow
(
"document.createProcessingInstruction('name', '"
+
data
+
"')"
);
11
});
12
</script>
13
</body>
14
</html>