Index: Source/web/tests/data/repaint/height-change-no-full-repaint3.html |
diff --git a/Source/web/tests/data/repaint/height-change-no-full-repaint3.html b/Source/web/tests/data/repaint/height-change-no-full-repaint3.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0c548d73283d98018273d95824309e882b32e45f |
--- /dev/null |
+++ b/Source/web/tests/data/repaint/height-change-no-full-repaint3.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<style media="(min-height: 400px)"> |
+body { |
+ background-color: blue; |
+} |
+</style> |
+<style media="(max-height: 401px)"> |
+body { |
+ background-color: yellow; |
+} |
+</style> |
+</head> |
+<body> |
+</body> |
+</html> |