Index: Source/web/tests/data/sometext.html |
diff --git a/Source/web/tests/data/sometext.html b/Source/web/tests/data/sometext.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e5b8cd70ce65a5242088c1484528d621d533c61a |
--- /dev/null |
+++ b/Source/web/tests/data/sometext.html |
@@ -0,0 +1,28 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <style> |
+ html { |
+ font: 10px Ahem; |
+ -webkit-font-smoothing: none; |
+ margin: 0px; |
+ } |
+ div { |
+ font: 10px Ahem; |
+ -webkit-font-smoothing: none; |
+ margin: 0px; |
+ position: absolute; |
+ left: 200px; |
+ top: 250px; |
+ } |
+ |
+ </style> |
+</head> |
+<body> |
+<div id='target'> |
+First Line <br> |
+Second Text Row |
+</div> |
+</body> |
+</html> |
+ |