Index: content/test/data/accessibility/html/frame/box.html |
diff --git a/content/test/data/accessibility/html/frame/box.html b/content/test/data/accessibility/html/frame/box.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df0441e71871a77502f909935fdde25e3be8f214 |
--- /dev/null |
+++ b/content/test/data/accessibility/html/frame/box.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<html> |
+<body style="margin: 10px; padding: 0px; border: 0px;"> |
+<div role="img" style="width: 200px; height: 200px; background-color: #fef;"></div> |
aboxhall
2016/02/24 18:46:07
Can we somehow test that the scroll offsets are tr
dmazzoni
2016/02/24 18:53:26
Good idea. There's already a different test for a
dmazzoni
2016/02/29 23:20:07
This is done now, take a look.
|
+</body> |
+</html> |