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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/parser/foreign-object-case-sensitivity-expected.txt

Issue 2118903003: Relocate tests from fast/svg/ to svg/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-fast-svg-tests
Patch Set: Rename some files Created 4 years, 5 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
OLDNEW
1 Testing case-sensitivity for the svg:foreignObject tag in html. 1 Testing case-sensitivity for the svg:foreignObject tag in html.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Node.localName is normalized to camel-case inside <svg>, lower-case otherwise. 6 Node.localName is normalized to camel-case inside <svg>, lower-case otherwise.
7 7
8 PASS fo1.localName is "foreignobject" 8 PASS fo1.localName is "foreignobject"
9 PASS fo2.localName is "foreignobject" 9 PASS fo2.localName is "foreignobject"
10 PASS fo3.localName is "foreignObject" 10 PASS fo3.localName is "foreignObject"
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 PASS getComputedStyle(fo3).fontWeight is "bold" 46 PASS getComputedStyle(fo3).fontWeight is "bold"
47 PASS getComputedStyle(fo4).color is "rgb(0, 128, 0)" 47 PASS getComputedStyle(fo4).color is "rgb(0, 128, 0)"
48 PASS getComputedStyle(fo4).fontWeight is "bold" 48 PASS getComputedStyle(fo4).fontWeight is "bold"
49 PASS successfullyParsed is true 49 PASS successfullyParsed is true
50 50
51 TEST COMPLETE 51 TEST COMPLETE
52 This text should be green and bold 52 This text should be green and bold
53 This text should be green and bold 53 This text should be green and bold
54 This text should be green, not bold 54 This text should be green, not bold
55 This text should be green, not bold 55 This text should be green, not bold
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698