Sign in
webkit
/
WebKit
/
15e4da4b5ce83fcfe6de6863df44c60571019d5f
/
.
/
LayoutTests
/
fast
/
block
/
line-layout
/
selection-highlight-crash.html
blob: c81374d5c552d96605d646a5775d1c05084b4669 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body
contenteditable
=
"true"
>
Test passes if it does not crash.
<br/>
a
<ruby>
b
<rt>
c
</rt></ruby>
d
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
document
.
execCommand
(
"SelectAll"
);
</script>
</body>
</html>