Skip to content

Commit

Permalink
[ResourceTiming] Change 'htm' files to 'html'
Browse files Browse the repository at this point in the history
Bug: 1171767
Change-Id: I9ef9452e02073379a852bb0d3c5c75834db4acf7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2879654
Reviewed-by: Yoav Weiss <[email protected]>
Commit-Queue: Nicolás Peña Moreno <[email protected]>
Cr-Commit-Position: refs/heads/master@{#880421}
  • Loading branch information
npm1 authored and chromium-wpt-export-bot committed May 7, 2021
1 parent 3806bf2 commit 88ba698
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lint.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ MISSING DEPENDENCY: resources/chromium/webxr-test.js
AHEM SYSTEM FONT: acid/acid3/test.html
AHEM SYSTEM FONT: resource-timing/entry-attributes.html
AHEM SYSTEM FONT: resource-timing/font-timestamps.html
AHEM SYSTEM FONT: resource-timing/resources/all_resource_types.htm
AHEM SYSTEM FONT: resource-timing/resources/all_resource_types.html
AHEM SYSTEM FONT: resource-timing/resources/iframe-reload-TAO.sub.html
AHEM SYSTEM FONT: html/canvas/element/drawing-text-to-the-canvas/2d.text.measure.fontBoundingBox.ahem.html
AHEM SYSTEM FONT: css/css-font-loading/fontface-override-descriptors.html
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion resource-timing/resource_initiator_types.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<h1>Description</h1>
<p>This test validates that all of the initiator types are represented.</p>
<div id="log"></div>
<iframe id="frameContext" onload="onload_test();" src="resources/all_resource_types.htm" style="width: 250px; height: 250px;"></iframe>
<iframe id="frameContext" onload="onload_test();" src="resources/all_resource_types.html" style="width: 250px; height: 250px;"></iframe>
<iframe id="frameContext2" onload="frameset_onload();" src="resources/green-frame.html" style="width: 250px; height: 250px;"></iframe>
</body>
</html>

0 comments on commit 88ba698

Please sign in to comment.