Index: third_party/WebKit/LayoutTests/loader/link-load-only-supported-stylesheet-types-expected.html |
diff --git a/third_party/WebKit/LayoutTests/loader/link-load-only-supported-stylesheet-types-expected.html b/third_party/WebKit/LayoutTests/loader/link-load-only-supported-stylesheet-types-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e0933529fbacb68d8344121a7c7f872061635588 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/loader/link-load-only-supported-stylesheet-types-expected.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+ <div style="color: blue" id="blue">This text should be blue</div> |
+ <div style="color: green" id="red">This text should be green</div> |
+ <div style="color: yellow" id="yellow">This text should be yellow</div> |
+</body> |
+</html> |