Skip to content

Commit

Permalink
[cssom] Remove comment that now is invalid per CSSWG resolution.
Browse files Browse the repository at this point in the history
getComputedStyle returns styles in the node's document per the resolution in
w3c/csswg-drafts#1548.
  • Loading branch information
emilio committed Apr 13, 2018
1 parent dc670d8 commit 433d39e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions css/cssom/getComputedStyle-dynamic-subdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<!--
NOTE: The way this test is written doesn't match the spec, but matches all
implementations, see https://github.com/w3c/csswg-drafts/issues/2403
-->
<iframe id="frm" style="width: 100px; height: 100px"></iframe>
<script>
test(function() {
Expand Down

0 comments on commit 433d39e

Please sign in to comment.