Side by Side Diff: LayoutTests/http/tests/loading/resources/empty.html
Issue 23861003 :
Enable srcset support in HTMLImageElement (Closed)
Patch Set: Fixed a flaky test
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
LayoutTests/fast/hidpi/dpr-setting.html
LayoutTests/fast/hidpi/dpr-setting-expected.txt
LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-1x.html
LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-1x-expected.txt
LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x.html
LayoutTests/fast/hidpi/image-srcset-change-dynamically-from-js-2x-expected.txt
LayoutTests/fast/hidpi/image-srcset-data-src.html
LayoutTests/fast/hidpi/image-srcset-data-src-expected.txt
LayoutTests/fast/hidpi/image-srcset-data-srcset.html
LayoutTests/fast/hidpi/image-srcset-data-srcset-expected.txt
LayoutTests/fast/hidpi/image-srcset-dpr-zoom.html
LayoutTests/fast/hidpi/image-srcset-dpr-zoom-expected.txt
LayoutTests/fast/hidpi/image-srcset-fraction.html
LayoutTests/fast/hidpi/image-srcset-fraction-expected.txt
LayoutTests/fast/hidpi/image-srcset-invalid-inputs.html
LayoutTests/fast/hidpi/image-srcset-invalid-inputs-correct-src.html
LayoutTests/fast/hidpi/image-srcset-invalid-inputs-correct-src-expected.txt
LayoutTests/fast/hidpi/image-srcset-invalid-inputs-except-one.html
LayoutTests/fast/hidpi/image-srcset-invalid-inputs-except-one-expected.txt
LayoutTests/fast/hidpi/image-srcset-invalid-inputs-expected.txt
LayoutTests/fast/hidpi/image-srcset-nomodifier.html
LayoutTests/fast/hidpi/image-srcset-nomodifier-expected.txt
LayoutTests/fast/hidpi/image-srcset-only-src-attribute.html
LayoutTests/fast/hidpi/image-srcset-only-src-attribute-expected.txt
LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js.html
LayoutTests/fast/hidpi/image-srcset-remove-dynamically-from-js-expected.txt
LayoutTests/fast/hidpi/image-srcset-same-alternative-for-both-attributes.html
LayoutTests/fast/hidpi/image-srcset-same-alternative-for-both-attributes-expected.txt
LayoutTests/fast/hidpi/image-srcset-simple-1x.html
LayoutTests/fast/hidpi/image-srcset-simple-1x-expected.txt
LayoutTests/fast/hidpi/image-srcset-simple-2x.html
LayoutTests/fast/hidpi/image-srcset-simple-2x-expected.txt
LayoutTests/fast/hidpi/image-srcset-src-selection-1x.html
LayoutTests/fast/hidpi/image-srcset-src-selection-1x-expected.txt
LayoutTests/fast/hidpi/image-srcset-src-selection-2x.html
LayoutTests/fast/hidpi/image-srcset-src-selection-2x-expected.txt
LayoutTests/fast/hidpi/image-srcset-viewport-modifiers.html
LayoutTests/fast/hidpi/image-srcset-viewport-modifiers-expected.txt
LayoutTests/fast/hidpi/resources/image-set-1x.png
LayoutTests/fast/hidpi/resources/image-set-2x.png
LayoutTests/fast/hidpi/resources/srcset-helper.js
LayoutTests/http/tests/loading/dont-preload-non-img-srcset.html
LayoutTests/http/tests/loading/dont-preload-non-img-srcset-expected.txt
LayoutTests/http/tests/loading/preload-image-src.html
LayoutTests/http/tests/loading/preload-image-src-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset.html
LayoutTests/http/tests/loading/preload-image-srcset-2x.html
LayoutTests/http/tests/loading/preload-image-srcset-2x-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset-duplicate.html
LayoutTests/http/tests/loading/preload-image-srcset-duplicate-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset-reverse-order.html
LayoutTests/http/tests/loading/preload-image-srcset-reverse-order-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset-src-preloaded.html
LayoutTests/http/tests/loading/preload-image-srcset-src-preloaded-expected.txt
LayoutTests/http/tests/loading/preload-image-srcset-src-preloaded-reverse-order.html
LayoutTests/http/tests/loading/preload-image-srcset-src-preloaded-reverse-order-expected.txt
LayoutTests/http/tests/loading/resources/base-image1.png
LayoutTests/http/tests/loading/resources/base-image2.png
LayoutTests/http/tests/loading/resources/base-image3.png
LayoutTests/http/tests/loading/resources/dup-image1.png
LayoutTests/http/tests/loading/resources/dup-image2.png
LayoutTests/http/tests/loading/resources/dup-image3.png
LayoutTests/http/tests/loading/resources/empty.html
LayoutTests/http/tests/loading/resources/empty.js
LayoutTests/http/tests/loading/resources/image1.png
LayoutTests/http/tests/loading/resources/image2.png
LayoutTests/http/tests/loading/resources/preloaded.js
LayoutTests/http/tests/resources/srcset-helper.js
Source/core/core.gypi
Source/core/dom/Document.h
Source/core/dom/Document.cpp
Source/core/html/HTMLAttributeNames.in
Source/core/html/HTMLImageElement.h
Source/core/html/HTMLImageElement.cpp
Source/core/html/HTMLImageElement.idl
Source/core/html/parser/HTMLDocumentParser.cpp
Source/core/html/parser/HTMLPreloadScanner.h
Source/core/html/parser/HTMLPreloadScanner.cpp
Source/core/html/parser/HTMLSrcsetParser.h
Source/core/html/parser/HTMLSrcsetParser.cpp
Source/core/page/RuntimeEnabledFeatures.in
Source/wtf/text/StringView.h