Index: third_party/WebKit/Source/web/tests/data/frameserializer/css/included_in_another_frame.css |
diff --git a/third_party/WebKit/Source/web/tests/data/frameserializer/css/included_in_another_frame.css b/third_party/WebKit/Source/web/tests/data/frameserializer/css/included_in_another_frame.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..678ad8063c888300bf198873bf9b83b7450e995c |
--- /dev/null |
+++ b/third_party/WebKit/Source/web/tests/data/frameserializer/css/included_in_another_frame.css |
@@ -0,0 +1,3 @@ |
+#divFromAnotherFrame { |
+ background-image: url('do_not_serialize.png'); |
+} |