Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: third_party/WebKit/Source/web/tests/data/frameserializer/css/included_in_another_frame.css

Issue 2410693002: Add a few more edge cases to CSS serialization test. (Closed)
Patch Set: Adds image link to data URL CSS contents. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserializer/css/css_test_page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
+}
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserializer/css/css_test_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698