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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector-protocol/dom/dom-svg-attribute-case-expected.txt

Issue 2955943002: DevTools: migrate inspector-protocol/dom tests to a new test runner (Closed)
Patch Set: rebaseline Created 3 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 Test that DOM attribute case is preserved when modified in XML documents. 1 Test that DOM attribute case is preserved when modified in XML documents.
2 Original attributes: 2 Original attributes:
3 id=main 3 id=main
4 xmlns=http://www.w3.org/2000/svg 4 xmlns=http://www.w3.org/2000/svg
5 width=600 5 width=600
6 height=500 6 height=500
7 viewBox=0 0 100 120 7 viewBox=0 0 100 120
8 Modified attribute: 8 Modified attribute:
9 viewBox=0 0 120 120 9 viewBox=0 0 120 120
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698