diff options
Diffstat (limited to 'Source/WebKit/qt/tests/qgraphicswebview/resources/greendiv.html')
-rw-r--r-- | Source/WebKit/qt/tests/qgraphicswebview/resources/greendiv.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/WebKit/qt/tests/qgraphicswebview/resources/greendiv.html b/Source/WebKit/qt/tests/qgraphicswebview/resources/greendiv.html deleted file mode 100644 index 2f7fa97ca..000000000 --- a/Source/WebKit/qt/tests/qgraphicswebview/resources/greendiv.html +++ /dev/null @@ -1,8 +0,0 @@ -<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> |