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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.txt

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt 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
OLDNEW
(Empty)
1 SVG 1.1 dynamic update tests
2
3 Check that SVGSVGElement is initially displayed
4 PASS svgElement.getBoundingClientRect().width is 300
5 Check that setting requiredFeatures to something invalid makes it not render
6 PASS svgElement.getBoundingClientRect().width is 0
7 Check that setting requiredFeatures to something valid makes it render again
8 PASS svgElement.getBoundingClientRect().width is 300
9 Check that adding something valid to requiredFeatures keeps rendering the elemen t
10 PASS svgElement.getBoundingClientRect().width is 300
11 Check that adding something invalid to requiredFeatures makes it not render
12 PASS svgElement.getBoundingClientRect().width is 0
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698