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

Side by Side 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: Rebase issue. querySelector didn't use tagMatches anymore. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/js-test.js"></script>
3 <style>foreignObject #green { color: green }</style>
4 <foreignobject>
5 <span id="green">This text should be green.</span>
6 </foreignobject>
7 <script>
8 description("Check that the selector filter does not reject a foreignobject sele ctor due to camelCasing.");
9
10 shouldBeEqualToString("getComputedStyle(green).color", "rgb(0, 128, 0)");
11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/foreignObject-bloom-filter-expected.txt » ('j') | Source/core/css/SelectorChecker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698