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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
first-letter-stylechange-isnt-reattach-assert.html
blob
dc8e7be25676308772b8fc465263006bb22ab4ec
1
<style>
2
body {
3
text-decoration: line-through;
4
padding:
1
vw;
5
}
6
body::first-letter {
7
shape-margin:
1
;
8
}
9
</style>
10
Test Passes if no crash.
11
<script>
12
if
(
window
.
testRunner
)
13
testRunner
.
dumpAsText
();
14
</script>