Last active
August 29, 2015 14:15
Revisions
-
sideshowbarker revised this gist
Feb 8, 2015 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,3 @@ "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-h-novalid.html": error: Expected "Bad value “x 1h” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1h” at “x 1h”." but instead encountered "Bad value “x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1h” at “x 1h”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-uppercase-w-novalid.html": error: Expected "Bad value “x 1W” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1W” at “x 1W”." but instead encountered "Bad value “x 1W” for attribute “srcset” on element “img”: Expected width descriptor but found “1W” at “x 1W”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-w-and-no-descriptor-novalid.html": error: Expected "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (Because one or more image candidate strings specify a width (e.g., the string for image “x”), all image candidate strings must specify a width.)" but instead encountered "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". -
sideshowbarker created this gist
Feb 8, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/img-srcset-w-no-sizes-novalid.html": warning: No expected message in messages file. "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/source-srcset-w-no-sizes-novalid.html": warning: No expected message in messages file. "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/source-type-srcset-w-novalid.html": warning: No expected message in messages file. "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-h-novalid.html": error: Expected "Bad value “x 1h” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1h” at “x 1h”." but instead encountered "Bad value “x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1h” at “x 1h”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-uppercase-w-novalid.html": error: Expected "Bad value “x 1W” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1W” at “x 1W”." but instead encountered "Bad value “x 1W” for attribute “srcset” on element “img”: Expected width descriptor but found “1W” at “x 1W”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-w-and-no-descriptor-novalid.html": error: Expected "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (Because one or more image candidate strings specify a width (e.g., the string for image “x”), all image candidate strings must specify a width.)" but instead encountered "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-x-and-h-novalid.html": error: Expected "Bad value “x 1x 1h” for attribute “srcset” on element “img”: Expected single descriptor but found extraneous descriptor “1h” at “x 1x 1h”." but instead encountered "Bad value “x 1x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1x” at “x 1x ”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)". "file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-x-and-w-novalid.html": error: Expected "Bad value “x 1x 1w” for attribute “srcset” on element “img”: Expected single descriptor but found extraneous descriptor “1w” at “x 1x 1w”." but instead encountered "Bad value “x 1x 1w” for attribute “srcset” on element “img”: Expected width descriptor but found “1x” at “x 1x ”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".