Chromium Code Reviews| Index: Source/web/tests/data/repaint/height-change-repaint3.html |
| diff --git a/Source/web/tests/data/repaint/height-change-repaint3.html b/Source/web/tests/data/repaint/height-change-repaint3.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8f0aa5950ac94b9af866de85baa8f214600f4cfe |
| --- /dev/null |
| +++ b/Source/web/tests/data/repaint/height-change-repaint3.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
| +<html style="height: 50%"> |
| +<body style="height: 100%"> |
| + <div style="width: 50%; height: 50%; background-color: blue"></div> |
| +</body> |
| +</html> |
| + |