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
/
execCommand
/
extracted-style-assert.html
blob
b3184a1358768b06ea27dc71741a40b8527b677e
1
<html>
2
<body>
3
<table>
4
<td>
5
<a></a>
6
</td>
7
</table>
8
<script>
9
if
(
window
.
testRunner
)
10
testRunner
.
dumpAsText
();
11
12
document
.
designMode
=
"on"
;
13
document
.
execCommand
(
"SelectAll"
);
14
document
.
execCommand
(
"CreateLink"
,
0
,
'foo'
);
15
16
document
.
body
.
innerHTML
=
"PASS. Blink didn't crash."
;
17
</script>
18
</body>
19
</html>