Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
outline-offset-parsing-assert.html
blob: c9344a92a99d1e8671e36e8e3e137d613b0871b1 [
file
]
<html>
Test passes if it does not assert in debug mode.
<a
style
=
"
outline-offset
:
1%
"
></a>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</html>