From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- layout/style/test/test_css_cross_domain.html | 99 ++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 layout/style/test/test_css_cross_domain.html (limited to 'layout/style/test/test_css_cross_domain.html') diff --git a/layout/style/test/test_css_cross_domain.html b/layout/style/test/test_css_cross_domain.html new file mode 100644 index 000000000..055398dec --- /dev/null +++ b/layout/style/test/test_css_cross_domain.html @@ -0,0 +1,99 @@ + + + + + Test cross-domain CSS loading + + + + + +Mozilla + Bug 524223 + +
+ +
+

 

+
  1. text/css
    1. same origin
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    2. +
    3. cross origin
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    4. +
    5. same to cross
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    6. +
    7. cross to same
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
  2. +
  3. text/html
    1. same origin
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    2. +
    3. cross origin
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    4. +
    5. same to cross
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
    6. +
    7. cross to same
      1. valid
      2. +
      3. malformed
      4. +
      5. http error
  4. +
+
+ +
+

Quirks

+ +
+ +
+

Standards

+ +
+ + + + -- cgit v1.2.3