diff options
Diffstat (limited to 'Source/WebKit/qt/tests/qgraphicswebview/resources/56929.html')
-rw-r--r-- | Source/WebKit/qt/tests/qgraphicswebview/resources/56929.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/WebKit/qt/tests/qgraphicswebview/resources/56929.html b/Source/WebKit/qt/tests/qgraphicswebview/resources/56929.html new file mode 100644 index 0000000..2f7fa97 --- /dev/null +++ b/Source/WebKit/qt/tests/qgraphicswebview/resources/56929.html @@ -0,0 +1,8 @@ +<body style="background-color: white"> + <div id="1" style="width: 50%; height: 50%; background-color: green"/> + <script> + function resizeDiv() { + document.getElementById("1").setAttribute("style", "width: 150%; height: 150%; background-color: green"); + } + </script> +</body> |