git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AX: AXIsolatedTree::updateChildren sometimes fails to update isolated subtrees when...
[WebKit-https.git]
/
LayoutTests
/
fast
/
css
/
resize-object-crash.html
1
<html>
2
<head>
3
<title></title>
4
<script>
5
if (window.testRunner) {
6
testRunner.dumpAsText();
7
}
8
</script>
9
<style>
10
object {
11
resize: both !important;
12
}
13
</style>
14
</head>
15
<body>
16
<!--
17
Test for https://crbug.com/175535 - Crash with <object style="resize:both">
18
-->
19
<object></object><br>
20
PASS
21
</body>