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

Unified Diff: LayoutTests/fast/css/foreignObject-bloom-filter.html

Issue 1099963003: Support type selector for camel-cased SVG elements in HTML. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed review issues. Created 5 years, 7 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 | « no previous file | LayoutTests/fast/css/foreignObject-bloom-filter-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/foreignObject-bloom-filter.html
diff --git a/LayoutTests/fast/css/foreignObject-bloom-filter.html b/LayoutTests/fast/css/foreignObject-bloom-filter.html
new file mode 100644
index 0000000000000000000000000000000000000000..85904a9907161389f8d523d024698b3291573a3d
--- /dev/null
+++ b/LayoutTests/fast/css/foreignObject-bloom-filter.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<script src="../../resources/js-test.js"></script>
+<style>foreignObject #green { color: green }</style>
+<foreignobject>
+ <span id="green">This text should be green.</span>
+</foreignobject>
+<script>
+description("Check that the selector filter does not reject a foreignobject selector due to camelCasing.");
+
+shouldBeEqualToString("getComputedStyle(green).color", "rgb(0, 128, 0)");
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/css/foreignObject-bloom-filter-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698