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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGLineElement-dom-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 SVGLineElement is initially displayed
4 PASS lineElement.getBBox().width is 180
5 PASS lineElement.getBBox().height is 180
6 Check that setting requiredFeatures to something invalid makes it not render
7 PASS lineElement.getBBox().width is 0
8 PASS lineElement.getBBox().height is 0
9 Check that setting requiredFeatures to something valid makes it render again
10 PASS lineElement.getBBox().width is 180
11 PASS lineElement.getBBox().height is 180
12 Check that adding something valid to requiredFeatures keeps rendering the elemen t
13 PASS lineElement.getBBox().width is 180
14 PASS lineElement.getBBox().height is 180
15 Check that adding something invalid to requiredFeatures makes it not render
16 PASS lineElement.getBBox().width is 0
17 PASS lineElement.getBBox().height is 0
18 PASS successfullyParsed is true
19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698