Browse Source

Update unit test: Rml::GetTextureSourceList is intended to work with hidden contents

Michael Ragazzon 3 years ago
parent
commit
677a029928
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/Source/UnitTests/Core.cpp

+ 1 - 1
Tests/Source/UnitTests/Core.cpp

@@ -71,7 +71,7 @@ static const String document_textures_rml = R"(
 </head>
 </head>
 
 
 <body>
 <body>
-<div style="display: block">
+<div style="display: none">
 	<img src="/assets/high_scores_alien_1.tga"/>
 	<img src="/assets/high_scores_alien_1.tga"/>
 	<div class="file"/>
 	<div class="file"/>
 	<div class="sprite"/>
 	<div class="sprite"/>