diff --git a/dom/svg/test/mochitest.ini b/dom/svg/test/mochitest.ini index 6f03487395d1..a187bb77edac 100644 --- a/dom/svg/test/mochitest.ini +++ b/dom/svg/test/mochitest.ini @@ -86,6 +86,7 @@ skip-if = android_version == '18' # bug 1147994 [test_SVGxxxListIndexing.xhtml] [test_SVGxxxList.xhtml] [test_switch.xhtml] +[test_tabindex.html] [test_tearoff_with_cc.html] support-files = tearoff_with_cc_helper.html [test_text_2.html] diff --git a/dom/svg/test/test_tabindex.html b/dom/svg/test/test_tabindex.html new file mode 100644 index 000000000000..37ae830d7eb7 --- /dev/null +++ b/dom/svg/test/test_tabindex.html @@ -0,0 +1,68 @@ + + + Test for SVG tabIndex - Bug 778654 + + + + + + + + + +

Here is a paragraph that requires word wrap

+ +
+ + + This is SVG text + +
+
+
+
+ + diff --git a/layout/reftests/svg/outline-ref.html b/layout/reftests/svg/outline-ref.html new file mode 100644 index 000000000000..74571b04909f --- /dev/null +++ b/layout/reftests/svg/outline-ref.html @@ -0,0 +1,88 @@ + + + + + + + + Hello world + + +
+ Here is a paragraph that requires word wrap +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ + + \ No newline at end of file diff --git a/layout/reftests/svg/outline.html b/layout/reftests/svg/outline.html new file mode 100644 index 000000000000..fcc623128a83 --- /dev/null +++ b/layout/reftests/svg/outline.html @@ -0,0 +1,52 @@ + + + + + + + + + Hello world + + +
+ Here is a paragraph that requires word wrap +
+
+ + + + + + + + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/layout/reftests/svg/reftest.list b/layout/reftests/svg/reftest.list index 2ae86a2f7575..565e6296f3c4 100644 --- a/layout/reftests/svg/reftest.list +++ b/layout/reftests/svg/reftest.list @@ -246,6 +246,7 @@ skip-if(d2d) fuzzy-if(cocoaWidget,1,99974) fuzzy-if(skiaContent,1,200000) == opa == opacity-and-pattern-01.svg pass.svg fuzzy-if(skiaContent,1,10000) == opacity-and-transform-01.svg opacity-and-transform-01-ref.svg fuzzy-if(Android,8,200) random-if((B2G&&browserIsRemote)||Mulet) == outer-svg-border-and-padding-01.svg outer-svg-border-and-padding-01-ref.svg # Initial mulet triage: parity with B2G/B2G Desktop +== outline.html outline-ref.html == overflow-on-outer-svg-01.svg overflow-on-outer-svg-01-ref.svg == overflow-on-outer-svg-02a.xhtml overflow-on-outer-svg-02-ref.xhtml == overflow-on-outer-svg-02b.xhtml overflow-on-outer-svg-02-ref.xhtml