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
/
multicol
/
negativeColumnWidth.html
blob
0bf1483064d0cd05d40ba481edb6830d25f2542f
1
This test succeeds if it does not crash.
2
3
<table><td
style
=
"-webkit-columns: -9999px;"
>
4
5
<script>
6
if
(
window
.
testRunner
)
7
testRunner
.
dumpAsText
();
8
</script>