Sign in
webkit
/
WebKit
/
80a3f7c305df2d568f31be6a698aa78bb22db0cd
/
.
/
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>