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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/svg/dom/preserve-aspect-ratio-parser-expected.txt

Issue 1616063002: Auto-rebaseline for r370479 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin" 1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin"
2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMin" 2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMin"
3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMin" 3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMin"
4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMid" 4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMid"
5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMid" 5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMid"
6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMid" 6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMid"
7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMax" 7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMax"
8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMax" 8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMax"
9 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMax" 9 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMax"
10 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin meet" 10 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin meet"
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 384 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
385 385
386 Test string: 'xMinYMin ' 386 Test string: 'xMinYMin '
387 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 387 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
388 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 388 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
389 389
390 PASS successfullyParsed is true 390 PASS successfullyParsed is true
391 391
392 TEST COMPLETE 392 TEST COMPLETE
393 393
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698